If you're building a Typer CLI and want consistency across commands, this gives you three battle-tested templates: single commands that take arguments directly, command groups for subcommands like `db migrate`, and destructive operations with confirmation flows. It handles the registration boilerplate in `__init__.py` and enforces conventions like using Annotated types, proper exit codes, and routing all output through a display module. The destructive template is solid, it won't let you forget the `--force` flag or confirmation prompt. One constraint: it assumes you've already got a storage and display module set up. Good for teams that want their CLI commands to look like they were written by the same person.
npx -y skills add https-deeplearning-ai/sc-agent-skills-files --skill adding-cli-command --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
kubesphere/kubesphere
supercent-io/skills-template