Showcase
Command line applications built with clibuilder. Every entry here was checked against its source —
if it is on this page, clibuilder is in its package.json.
repobuddy
Manages repository configuration — GitHub setup, dependency update PRs — and installs agent skills for AI coding assistants.
@mocktomata/cli
Command line interface for mocktomata, a behavior simulator for tests.
@unional/uni-cli
Development CLI tool for day-to-day repository chores.
eslintest
Test runner for eslint configs, rules, and plugins.
upstream-monitor
Watches upstream dependencies of a project and reports what has moved.
buddy-agent-harness
Sets up a repository's agent configuration — AGENTS.md and skills — across coding agent harnesses.
buddy-codecov
Compares a branch's test coverage against the Codecov report stored for its base.
Add your CLI
Section titled “Add your CLI”The list is a plain data file,
src/data/showcase.ts.
There is no submission form and no approval queue — additions come in as pull requests against that
file:
{ name: 'your-cli', description: 'One line on what it does.', repo: 'https://github.com/you/your-cli', npm: 'https://www.npmjs.com/package/your-cli' // optional}Two things a reviewer will check: that the project actually depends on clibuilder, and that repo
resolves. npm is optional — plenty of useful CLIs are never published.