What problem does it solve?
This skill modernizes CLAUDE-flow v3 CLI with modular commands, interactive prompts, and deep hook integration to enable automated workflows.
Core Features & Use Cases
- Modular Commands: Break large CLI files into focused modules for maintainability and testability.
- Interactive Prompts: Provide context-aware user interactions during CLI sessions, improving UX.
- Enhanced Hooks: Deep lifecycle integration to trigger automated actions, telemetry, and learning loops.
- Workflow Automation: Orchestrate multi-step tasks and conditional flows with retries and monitoring.
Quick Start
Use the V3 CLI Modernization skill to bootstrap the modernization process.
Task("CLI architecture", "Analyze current CLI structure and identify optimization opportunities", "cli-hooks-developer")
Task("Command decomposition", "Break down large CLI files into focused modules", "cli-hooks-developer")
Task("Interactive prompts", "Implement intelligent interactive CLI experience", "cli-hooks-developer")
Task("Hooks enhancement", "Deep integrate hooks with CLI lifecycle", "cli-hooks-developer")