ccw-help
CCW-Help is a command discovery and guidance system for Claude Code Workflow. It offers command search by name or category, smart next-step recommendations, contextual documentation, beginner onboarding, and browsing of workflow skills and team collaboration tools. The skill also handles issue reporting and auto-selects appropriate workflow levels based on task intent.
CCW-Help searches and recommends Claude Code Workflow commands, skills, and teams across multiple discovery modes.
AI-generated summary based on this skill's SKILL.md
Install
catlog22/Claude-Code-Workflow/ccw-help · repository language: TypeScript
git clone https://github.com/catlog22/Claude-Code-Workflow
cp -r Claude-Code-Workflow/.claude/skills/ccw-help ~/.claude/skills/ccw-helpnpx skillfed install catlog22/Claude-Code-Workflow/ccw-helpFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I use ccw commands?
CCW-Help is a command discovery and guidance system that helps you find and use Claude Code Workflow commands. You can search for commands by name, description, or category, access contextual documentation with usage examples, and get intelligent recommendations for your next steps based on your current task or workflow stage.
How can I search for workflow commands?
CCW-Help lets you search for workflow commands in multiple ways: by command name, by description of what you want to accomplish, or by browsing categories. Once you find a command, CCW-Help provides documentation and usage examples to help you understand how to apply it to your specific task.
What's the next step after planning in ccw?
CCW-Help provides intelligent next-step recommendations based on your current command or task. After planning, the system analyzes your workflow stage and suggests the most appropriate command or skill to move forward. You can also browse available workflow skills and team collaboration options to choose your next action.
How do I get started with ccw workflows?
CCW-Help includes beginner onboarding to help you get started. The skill offers command search by name or category, contextual documentation with examples, and auto-selection of the right workflow level for your task. You can also browse the skill and team directory to explore available collaboration tools.
Where do I find skill documentation and examples?
CCW-Help provides access to documentation and usage examples for all commands and skills. Search for a specific command or skill, and CCW-Help will display relevant documentation. The system also offers contextual guidance based on your current workflow stage to help you understand how to apply each skill.
Can CCW-Help help me find the right tool for my task?
Yes. CCW-Help auto-selects and executes the right workflow level for your given task by analyzing task intent. You can describe what you need to accomplish, and the system recommends appropriate commands, skills, and team collaboration options. It also handles issue reporting to help you troubleshoot problems.
SKILL.md
rendered from the published skill — quoted content, verbatim
CCW-Help Skill
CCW 命令帮助系统,提供命令搜索、推荐、文档查看、Skill/Team 浏览功能。
Trigger Conditions
- 关键词: "ccw-help", "ccw-issue", "帮助", "命令", "怎么用", "ccw 怎么用", "工作流", "skill", "team"
- 场景: 询问命令用法、搜索命令、请求下一步建议、询问任务应该用哪个工作流、浏览 Skill/Team 目录
Operation Modes
Mode 1: Command Search
Triggers: "搜索命令", "find command", "search"
Process:
1. Query command.json commands array
2. Filter by name, description, category
3. Present top 3-5 relevant commands
Mode 2: Smart Recommendations
Triggers: "下一步", "what's next", "推荐"
Process:
1. Query command's flow.next_steps in command.json
2. Explain WHY each recommendation fits
Mode 3: Documentation
Triggers: "怎么用", "how to use", "详情"
Process:
1. Locate command in command.json
2. Read source file via source path
3. Provide context-specific examples
Mode 4: Beginner Onboarding
Triggers: "新手", "getting started", "常用命令"
Process:
1. Query essential_commands array
2. Guide appropriate
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 12 files
.claude/skills/ccw-help/SKILL.md
.claude/skills/ccw-help/command.json
.claude/skills/ccw-help/index/all-agents.json
.claude/skills/ccw-help/index/all-commands.json
.claude/skills/ccw-help/index/all-skills.json
.claude/skills/ccw-help/index/by-category.json
.claude/skills/ccw-help/index/by-use-case.json
.claude/skills/ccw-help/index/command-relationships.json
.claude/skills/ccw-help/index/essential-commands.json
.claude/skills/ccw-help/index/skills-by-category.json
.claude/skills/ccw-help/scripts/analyze_commands.py
.claude/skills/ccw-help/scripts/auto-update.py