Рефакторинг CLI с модульной архитектурой

★ 8.1 · vibe-coding

v3-cli-modernization is a Claude Code skill that modernizes the claude-flow v3 CLI by breaking monolithic files — index.ts at 108 KB and enterprise.ts at 68 KB — into focused modules under 500 lines each, targeting a command response time under 200 ms. It introduces context-aware interactive prompts, a ModularCommandRegistry with alias resolution and fuzzy matching, deep hooks integration across the CLI lifecycle, and intelligent workflow orchestration. Parallel Task assignments cover architecture analysis, command decomposition, interactive prompt implementation, and hooks enhancement. The skill fits engineering teams refactoring large TypeScript CLI codebases and replacing manual command chaining with automated, swarm-aware workflows.