Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/catlog22/claude-code-workflow/ccw-helpnpx skills add catlog22/Claude-Code-Workflow --skill ccw-helpgit clone --depth 1 https://github.com/catlog22/Claude-Code-WorkflowWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/catlog22/claude-code-workflow/ccw-help)<a href="https://agentmods.dev/skills/catlog22/claude-code-workflow/ccw-help"><img src="https://agentmods.dev/badge/skills/catlog22/claude-code-workflow/ccw-help.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00034 | $0.02972 |
| Opus 5 | $0.00017 | $0.01486 |
| Sonnet 5 | $0.00007 | $0.00594 |
| Haiku 4.5 | $0.00003 | $0.00297 |
Grade A, and why
ccw-help scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 285 lines — stays where its author put it; the contents beside it link to each section on GitHub.
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:
- Query
command.jsoncommands array - Filter by name, description, category
- Present top 3-5 relevant commands
Mode 2: Smart Recommendations
Triggers: "下一步", "what's next", "推荐"
Process:
- Query command's
flow.next_stepsincommand.json - Explain WHY each recommendation fits
Mode 3: Documentation
Triggers: "怎么用", "how to use", "详情"
Process:
- Locate command in
command.json - Read source file via
sourcepath - Provide context-specific examples
Mode 4: Beginner Onboarding
Triggers: "新手", "getting started", "常用命令"
Process:
- Query
essential_commandsarray - Guide appropriate workflow entry point
Mode 5: CCW Command Orchestration
Triggers: "ccw ", "自动工作流", "自动选择工作流", "帮我规划"
Process:
- Analyze user intent (task type, complexity, clarity)
- Auto-select workflow level (1-4 or Issue)
- Build command chain based on workflow
- Get user confirmation
- Execute chain with TODO tracking
Supported Workflows (参考 ccw.md):
- Level 1 (Lite-Lite-Lite): Ultra-simple quick tasks
- Level 2 (Rapid/Hotfix): Bug fixes, simple features, documentation
- Level 2.5 (Rapid-to-Issue): Bridge from quick planning to issue workflow
- Level 3 (Coupled): Complex features with planning, execution, review, tests
- Level 3 Variants:
- TDD workflows (test-first development)
- Test-fix workflows (debug failing tests)
- Review workflows (code review and fixes)
- UI design workflows
- Multi-CLI collaborative workflows
- Cycle workflows (integration-test, refactor)
- Level 4 (Full): Exploratory tasks with brainstorming
- With-File Workflows: Documented exploration with multi-CLI collaboration
brainstorm-with-file: Multi-perspective ideation → workflow-plan → workflow-executedebug-with-file: Hypothesis-driven debugging (standalone)analyze-with-file: Collaborative analysis → workflow-lite-plancollaborative-plan-with-file: Multi-agent planning → unified-executeroadmap-with-file: Strategic requirement roadmap → team-planex
- Issue Workflow: Batch issue discovery, planning, queueing, execution
- Team Workflow: team-planex wave pipeline for parallel execution
What ships with it
11 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- command.json 43 KB
- index/all-agents.json 2.7 KB
- index/all-commands.json 23 KB
- index/all-skills.json 15 KB
- index/by-category.json 25 KB
- index/by-use-case.json 24 KB
- index/command-relationships.json 1.8 KB
- index/essential-commands.json 518 B
- index/skills-by-category.json 16 KB
- scripts/analyze_commands.py 18 KB runs code
- scripts/auto-update.py 822 B runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- today First seen · 285 lines · 34 tokens per session scan A ecb0ba6d11e2
ccw-help is a skill published in the GitHub repository catlog22/Claude-Code-Workflow (2,133 stars, last pushed 2mo ago), licensed MIT. It adds 34 tokens to every session and 2,972 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.
Other skills, from other repositories
audit
Audit local Claude Code transcript usage and summarize likely token hotspots. Use when the user asks where Claude Code tokens are going or wants evidence before optimizing.
optimize
Diagnose and reduce Claude Code token usage for a project or session using context hygiene, model and effort routing, MCP minimization, output trimming/sanitizing, subagent discipline, and measurement. Use when the user asks to lower Claude Code token usage, cost, context bloat, or usage-limit burn.
setup
Interactive or guided project setup for Claude Code token optimizer settings. Use when the user asks to install, configure, setup, enable hooks, or choose token-saving options interactively.
spawn-agent
Spawn worker agents (Gemini CLI or Codex CLI) to keep main context clean. Use for implementation, codebase research, context gathering, or any scoped work that would pollute the orchestrator's context.
newsroom-style
Apply AP Style and common newsroom conventions when writing or editing news articles, briefs, and headlines. Use when drafting publishable copy, editing contributor submissions, or converting informal notes into news-ready language.
beat-brief
Draft a short daily beat briefing from a folder of incoming source documents. Use when the reporter wants a five-bullet summary of the day's material with attribution flags and follow-up actions.