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.

181 stars

Best use case

meta:cli-feature-creator is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

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.

Teams using meta:cli-feature-creator should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/aaa-feature-wizard/SKILL.md --create-dirs "https://raw.githubusercontent.com/majiayu000/claude-skill-registry/main/skills/data/aaa-feature-wizard/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/aaa-feature-wizard/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How meta:cli-feature-creator Compares

Feature / Agentmeta:cli-feature-creatorStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

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.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# 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

Related Skills

advanced-skill-creator

181
from majiayu000/claude-skill-registry

Meta-skill that generates domain-specific skills using advanced reasoning techniques. PROACTIVELY activate for: (1) Create/build/make skills, (2) Generate expert panels for any domain, (3) Design evaluation frameworks, (4) Create research workflows, (5) Structure complex multi-step processes, (6) Instantiate templates with parameters. Triggers: "create a skill for", "build evaluation for", "design workflow for", "generate expert panel for", "how should I approach [complex task]", "create skill", "new skill for", "skill template", "generate skill"

advanced-memory-skill-creator

181
from majiayu000/claude-skill-registry

Use when planning, scaffolding, validating, or packaging Claude skills inside Advanced Memory MCP.

advanced-features

181
from majiayu000/claude-skill-registry

Implement advanced task features - Priorities, Tags, Due Dates, Reminders, Recurring Tasks, Search, Filter, and Sort. Use when adding Phase 5 advanced functionality. (project)

advanced-features-2025

181
from majiayu000/claude-skill-registry

Advanced 2025 Claude Code plugin features. PROACTIVELY activate for: (1) Agent Skills with progressive disclosure (2) Hook automation (PreToolUse, PostToolUse, etc.) (3) MCP server integration (4) Repository-level configuration (5) Team plugin distribution (6) Context efficiency optimization Provides cutting-edge plugin capabilities and patterns.

adr-creator

181
from majiayu000/claude-skill-registry

Create Architecture Decision Records (ADRs) documenting significant technical decisions for the FF Analytics platform. This skill should be used when making architectural choices, evaluating alternatives for data models or infrastructure, documenting trade-offs, or when the user asks "should we use X or Y approach?" Guides through the ADR creation workflow from context gathering to documentation.

Addon/Feature System Development Guide

181
from majiayu000/claude-skill-registry

**Version:** 1.0

add-new-feature

181
from majiayu000/claude-skill-registry

No description provided.

add-feature

181
from majiayu000/claude-skill-registry

Scaffold complete feature with types, repository, API routes, components, store actions, and tests. Use when adding major new functionality like water tracking, sleep tracking, etc.

add-feature-hook

181
from majiayu000/claude-skill-registry

Creates TanStack Query hooks for API features with authentication. Use when connecting frontend to backend endpoints, creating data fetching hooks.

action-creator

181
from majiayu000/claude-skill-registry

Creates user-specific one-click action templates that execute email operations when clicked in the chat interface. Use when user wants reusable actions for their specific workflows (send payment reminder to ACME Corp, forward bugs to engineering, archive old newsletters from specific sources).

acceptance-criteria-creator

181
from majiayu000/claude-skill-registry

Create acceptance criteria creator operations. Auto-activating skill for Enterprise Workflows. Triggers on: acceptance criteria creator, acceptance criteria creator Part of the Enterprise Workflows skill category. Use when working with acceptance criteria creator functionality. Trigger with phrases like "acceptance criteria creator", "acceptance creator", "acceptance".

ac-handoff-creator

181
from majiayu000/claude-skill-registry

Create handoff packages for session transitions. Use when ending sessions, preparing for continuation, saving session state, or creating resumable context.