Skip to content

feat(recipes): add 6 well-known CLI tools (520 total)#57

Merged
noahhyden merged 1 commit into
mainfrom
feat/add-known-tools
Jul 20, 2026
Merged

feat(recipes): add 6 well-known CLI tools (520 total)#57
noahhyden merged 1 commit into
mainfrom
feat/add-known-tools

Conversation

@noahhyden

Copy link
Copy Markdown
Owner

Real, widely-used tools that were genuinely missing — the registry is otherwise near-exhaustive for cleanly-installable CLIs, so this is a deliberate small batch, not padding. Package names verified by hand; each carries an authored category.

tool what category
dog colorful DNS client (dig alternative) network
ctop top-like container metrics containers
borg deduplicating, encrypted backup files
magic-wormhole secure file transfer via one-time codes network
aichat all-in-one LLM CLI devtools
television fast, extensible fuzzy finder (tv) search

514 → 520 recipes.

Live verification (end-to-end, through the MCP client)

A real bootstrap of magic-wormhole ran: detect(absent) → pipx install magic-wormhole → verify wormhole --version = magic-wormhole 0.24.0, ok=True (then uninstalled to clean up). The recipe is proven correct end-to-end, not just structurally.

Quality

  • +3 spec tests lock each tool's identity/category, honest verify (the verify command runs the tool's own binary), and guarded install methods.
  • Full suite 3567 passed; all 520 lint-valid; ruff clean; version-extraction samples auto-generated for the 5 GitHub-released tools.

🤖 Generated with Claude Code

…mhole, aichat, television)

Real, widely-used tools that were genuinely missing (registry is otherwise
near-exhaustive for cleanly-installable CLIs). Package names verified by hand;
each carries an authored `category`:

- dog            — colorful DNS client (dig alternative)      → network
- ctop           — top-like container metrics                 → containers
- borg           — deduplicating, encrypted backup            → files
- magic-wormhole — secure file transfer via one-time codes    → network
- aichat         — all-in-one LLM CLI                         → devtools
- television     — fast, extensible fuzzy finder (`tv`)       → search

514 → 520 recipes. Live-verified end-to-end through the MCP client: a real
`bootstrap` of magic-wormhole ran detect(absent) → `pipx install` → verify
`wormhole --version` = "magic-wormhole 0.24.0", ok=True (then uninstalled).

+3 spec tests lock identity/category, honest verify (runs the binary), guarded
install. Full suite 3567 passed; all 520 lint-valid; ruff clean.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@noahhyden
noahhyden merged commit 16acce0 into main Jul 20, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant