Claude Code Command Selection Guide This skill helps you choose the most appropriate command, agent, or skill for different scenarios. Quick Decision Flowchart graph TD A [User Request] --> B {Request Type?} B --> |New Feature| C [/plan] B --> |Bug Fix| D [/tdd or build-error-resolver] B --> |Code Review| E [/code-review or code-reviewer agent] B --> |Testing| F [/e2e or tdd-guide agent] B --> |Context Too Long| G [/compact] B --> |Documentation| H [/docs or docs-lookup agent] B --> |Looping Task| I [/loop] B --> |Security Review| J [security-reviewer agent] Show more
command-guide
安装
npx skills add https://github.com/alirezarezvani/claude-skills --skill command-guide