smithery/otrebu

meta:cli-feature-creator

CLI Feature Creator wizard for adding new aaa CLI commands. Use when user asks to "add aaa command", "create CLI feature", "add CLI command", or needs to extend the aaa CLI with new functionality.

Installation

$ npx skills add smithery/otrebu --skill metacli-feature-creator

Also in this package

Other skills from smithery/otrebu · top by installs.

npx skills add smithery/otrebu

Browse all from smithery/otrebu

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsRead, Write, Bash(mkdir:*)
Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,230 B
  • docs SUMMARY.md 227 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

AAA CLI Feature Wizard

Wizard-style guide for adding new CLI features to the aaa command.

@context/workflows/aaa-cli-feature.md

When to Use

  • Adding a new aaa <command> subcommand
  • Adding a new aaa ralph plan <feature> subcommand
  • Adding new flags to existing commands
  • Extending the CLI with new functionality

Workflow

1. Gather Requirements

Ask about:

  • Feature name
  • Feature type (plan-subcommand, top-level, flag)
  • Required arguments and optional flags
  • Whether it needs auto mode

2. Create Files

Follow the workflow to create:

  1. Prompt file (source of truth)
  2. CLI command implementation
  3. Shell completions (bash/zsh/fish)
  4. E2E tests
  5. Skill file (if auto-triggered)

3. Verify

Run verification checklist from workflow.

References

  • Full workflow: @context/workflows/aaa-cli-feature.md
  • CLI architecture: @tools/CLAUDE.md
  • CLI stack: @context/stacks/cli/cli-bun.md