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.

16 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/meta-cli-feature-creator/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/tools/meta-cli-feature-creator/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/meta-cli-feature-creator/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

workflow-creator

16
from diegosouzapw/awesome-omni-skill

Create complete Claude Code workflow directories with curated skills. Use when user wants to (1) create a new workflow for specific use case (media creator, developer, marketer, etc.), (2) set up a Claude Code project with pre-configured skills, (3) download and organize skills from GitHub repositories, or (4) generate README.md and AGENTS.md documentation for workflows. Triggers on phrases like "create workflow", "new workflow", "set up workflow", "build a xxx-workflow".

slack-gif-creator

16
from diegosouzapw/awesome-omni-skill

Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like "make me a GIF of X doing Y for Slack."

skill-creator

16
from diegosouzapw/awesome-omni-skill

Create and scaffold new agent skills with proper structure, validation, and spec compliance. Use when building new skills from scratch.

skill-creator-thepexcel

16
from diegosouzapw/awesome-omni-skill

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

skill-creator-from-logs

16
from diegosouzapw/awesome-omni-skill

VS Code / GitHub Copilot Chat の「Chat: Export Chat...」で出力した JSON を解析し、繰り返しワークフロー(WHAT/HOW/FLOW)を発見して Agent Skills を自動生成する。"analyze my chat history", "find repetitive tasks", "create skills from logs", "Copilot Chat の履歴からスキルを作って", "VS Code Chat Export を分析して"などのリクエスト時に使用される。

skill-creator-from-docs

16
from diegosouzapw/awesome-omni-skill

Create comprehensive PAI skills from tool/CLI/API documentation. Analyzes docs (markdown or URLs via crawl4ai), deduces workflows, generates helper scripts/templates/guardrails, and builds complete skill packages. USE WHEN user says 'create skill from docs', 'build skill for [tool]', 'turn documentation into skill', or provides documentation to transform into a skill.

raw-workflow-creator

16
from diegosouzapw/awesome-omni-skill

Create and run RAW workflows. Use this skill when the user asks to create a workflow, automate a task, build a data pipeline, generate reports, or asks "How do I build X with RAW?".

pr-creator

16
from diegosouzapw/awesome-omni-skill

REQUIRED for all PR creation in this project. Creates professional PRs using project template, enforces Conventional Commits title format, BLOCKS AI attribution pollution, always creates drafts via gh CLI. Use when creating PR, opening PR, submitting PR, creating pull request, or user mentions "create pr", "open pr", "pr this", "submit pr", "make pr", "pull request", "create a pr", "open a pr", "push for review".

passcreator-automation

16
from diegosouzapw/awesome-omni-skill

Automate Passcreator tasks via Rube MCP (Composio). Always search tools first for current schemas.

metaphor-automation

16
from diegosouzapw/awesome-omni-skill

Automate Metaphor tasks via Rube MCP (Composio). Always search tools first for current schemas.

metaads-automation

16
from diegosouzapw/awesome-omni-skill

Automate Metaads tasks via Rube MCP (Composio). Always search tools first for current schemas.

github-issue-creator

16
from diegosouzapw/awesome-omni-skill

Creates well-structured GitHub issues for the MCPSpy project using the gh CLI tool. Use when asked to create issues, report bugs, or document features. Follows conventional naming with feat/chore/fix prefixes and maintains appropriate detail levels.