feat(recipes): add 6 well-known CLI tools (520 total)#57
Merged
Conversation
…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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.dogctopborgmagic-wormholeaichattelevisiontv)514 → 520 recipes.
Live verification (end-to-end, through the MCP client)
A real
bootstrapofmagic-wormholeran: detect(absent) →pipx install magic-wormhole→ verifywormhole --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
🤖 Generated with Claude Code