This skill should be used when designing, implementing, or reviewing CLI tools, or when flags, subcommands, help text, exit codes, or CLI patterns are mentioned.
Generates CLI tool specifications, help text, and compliance audits for robust command-line interfaces.
npx claudepluginhub outfitter-dev/outfitterThis skill inherits all available tools. When active, it can use any tool Claude has access to.
README.mdreferences/CHECKLIST.mdreferences/EVAL_PROMPTS.mdreferences/REFERENCE.mdscripts/cli_audit.pytemplates/cli-command-spec-template.jsontemplates/error-message-template.mdtemplates/help-text-template.md--help, flags, subcommands, exit codes, stdout/stderr, piping, JSON output, color, prompts, config files, env vars, “works in CI”, install/uninstall, telemetry.scripts/cli_audit.py.0 on success.stdout is for primary output and machine-readable output.stderr is for errors, warnings, progress, and “what I’m doing” messaging.--help (and usually -h) shows help and exits.--version prints version and exits.stdin is a TTY.--no-input to force non-interactive behavior.NO_COLOR and --no-color.--json and --plain for stable output.noun verb is common).--json, --plain, --quiet).--dry-run, --force, secret handling.Use:
python scripts/cli_audit.py -- <your-cli> [subcommand]Use:
scripts/cli_audit.pytemplates/cli-command-spec-template.jsontemplates/help-text-template.mdtemplates/error-message-template.mdscripts/cli_audit.pyActivates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.