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
Decision gist · record as of 2026-06-18
CCW-Help searches and recommends Claude Code Workflow commands, skills, and teams across multiple discovery modes. 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.
Use it when
- CCW-Help lets you search for workflow commands in multiple ways: by command name, by description of what you want to accomplish.
- CCW-Help provides intelligent next-step recommendations based on your current command or task.
Verify before relying
Read SKILL.md below before installing (12 files). Open directory: indexed for reading, not audited.
Install
catlog22/Claude-Code-Workflow/ccw-help · repository language: TypeScript
Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.
Frequently 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)
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
Let your AI agent find skills like this
Example. Real query, live index.
You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.
wish › “Search and discover CCW commands by name, description, or category”
Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →
Related skills
Investigate guides you through structured debugging in five phases, from evidence collection to verified fix. It enforces the Iron Law principle—never fix without a confirmed root cause—using pattern analysis, hypothesis testing with a 3-strike escalation rule, and regression coverage. Output includes a machine-readable debug report with the full evidence chain.
Issue Management provides a menu-driven interface for tracking and organizing issues through the `ccw issue` CLI. Create, view, edit, delete, and bulk-update issues while filtering by status, priority, or other criteria—with automatic archiving of completed items.
CCW Chain orchestrates multi-step workflows by analyzing user intent, routing to the appropriate chain, and executing skill pipelines through progressive step loading. It supports auto mode for hands-off execution, delegation between chains, and variable propagation across the entire workflow.
Skill Generator is a meta-skill that scaffolds new Claude Code skills with your choice of execution model. Select sequential mode for linear pipelines with fixed dependencies, or autonomous mode for dynamic, context-aware routing. It generates a complete skill package including directory structure, phase files, and specification templates.
Skill Generator is a meta-skill that creates new Claude Code skills from user specifications, supporting both sequential (fixed-order phases) and autonomous (dynamic routing) execution patterns. It scaffolds complete skill packages including directory structure, phase files, specifications, and templates while enforcing design standards.
mod-actions provides a command-line interface for Civitai moderators to enforce user actions, manage strike systems, review flagged content, and handle reports through the platform's tRPC API. It covers user bans and mutes, image moderation, generation restrictions, content flagging, and NCMEC/CSAM reporting.