一键导入
update-docs
Update public documentation in docs/public/ when features or tools change. Triggers on "/update-docs", "update docs", "update documentation".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Update public documentation in docs/public/ when features or tools change. Triggers on "/update-docs", "update docs", "update documentation".
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Relocate a live session to another cc-director slot or Director - approval-gated handover through the GATEWAY, the seed identifies itself as a moved session, the TARGET keeps the source's original name, the source is renamed "[MOVED]" and put on hold so the user can close it. Triggers on "/move-session", "move session", "migrate session", "transfer session".
INTERNAL reference, NOT shipped with the installer. The in-repo expert on every coding-agent CLI CC Director can run (Claude Code, Codex, Gemini, OpenCode, Grok, Copilot, Cursor, Pi). Knows each agent's command line, config files, context-injection points, lifecycle hooks and events, SDK/API/server mode, transcript format, session semantics, and how CC Director drives it. Triggers on "agent-expert", "agent expert", "how does <agent> inject context", "<agent> hooks", "<agent> events", "<agent> CLI reference", "which agents support X", "agent capability matrix".
How a mission is RUN in this repository - the Architect, the Manager, the Workers, and the independent Inspector, plus the four standing laws (ask up front then run alone, and NEVER guess - bring the owner in when something is genuinely undecidable; the mission branch holds the work and only the Architect lands it on main; a different agent family inspects before anything reaches main; merged to origin/main is the only done). Read this BEFORE starting or seeding any mission, and before writing any mission brief. Triggers on "/mission", "start a mission", "run a mission", "seed an architect", "write a mission brief", "mission brief", "who merges", "mission roles".
DevThrottle - "Mission Control for Claude Code". A desktop app (binary cc-director.exe) that runs and supervises multiple Claude Code sessions and ships cc-* CLI tools on PATH. Agents drive the fleet through the cc-devthrottle command, not by calling the Director over HTTP. Triggers on "/dev-throttle", "/devthrottle", "/cc-director", "what cc tools", "list tools", "available tools", "devthrottle api", "session manager", "mission control".
Talk to other DevThrottle sessions across the fleet. Use when you want to list running sessions, rename this session, message another session, ask another session a question and get its answer, or open a new session - from inside a session. Triggers on "/fleet-comms", "message another session", "talk to another session", "ask another session", "rename this session", "rename session", "list sessions", "what sessions are running", "open a session", "spawn a session", "cc-devthrottle", "fleet messaging", "session intercommunication".
Guided run-book for cutting a DevThrottle release - assemble the changes, write the release notes, coordinate the internal docs site, cut the tag, and announce it. Triggers on "/release-manager", "cut a release", "prepare a release", "ship a release", "do the release".
| name | update-docs |
| description | Update public documentation in docs/public/ when features or tools change. Triggers on "/update-docs", "update docs", "update documentation". |
Keep public-facing documentation (docs/public/) in sync with code changes. This skill determines what changed, identifies which doc pages need updating, writes or updates the markdown files, and updates the manifest.
| Action | Description |
|---|---|
| Detect changes | Read git diff to determine what changed |
| Identify doc pages | Match changes to existing or new doc pages |
| Write/update docs | Create or edit markdown files in docs/public/ |
| Update manifest | Add new pages to docs/public/index.json if needed |
Use Bash to gather context:
git diff --cached --name-only
git diff --name-only
git status
Also check for a user-provided description of what changed. If the user says "I added cc-newtools" or "I changed the session manager", use that as primary context.
Use the Read tool to read docs/public/index.json to understand:
Determine which type of documentation update is needed:
| Change Type | Doc Action |
|---|---|
| New tool added (cc-*) | Add entry to tools/overview.md, optionally create dedicated tool page |
| New feature in existing tool | Update the relevant tool section in tools/overview.md |
| New skill added | Update tools/overview.md or create a new page |
| Architecture change | Update getting-started/introduction.md if it affects the overview |
| Installation change | Update getting-started/installation.md |
| Workflow change | Update getting-started/quick-start.md |
| New category of docs needed | Create new directory and pages, update index.json |
For tool changes, read the tool's README or help output to get accurate command syntax and options. Key source files:
docs/CC_TOOLS.md -- master reference for all tool documentationtools/ subdirectoriestool-name --help)Do NOT guess at command syntax or options. Read the actual source.
For each file that needs updating:
Tone: Clear, direct, practical. Write for someone who wants to get things done, not learn theory.
Structure:
Code examples: Always show real, working commands. Include the most common use case first.
No filler: Skip "In this section you will learn..." phrasing. Get to the point.
If new pages were created, add them to docs/public/index.json:
Validate that:
file path in index.json points to an actual file in docs/public/Present a summary to the user:
Documentation Update Complete
Files updated:
- docs/public/tools/overview.md (added cc-newtool section)
Files created:
- (none)
Manifest changes:
- (none)
Status: DONE
User: /update-docs -- I added cc-calendar tool
Agent:
User: /update-docs -- added chart support to cc-excel
Agent:
When /review-code detects missing documentation and suggests running /update-docs:
/review-code to verifydocs/public/docs/CodingStyle.md or docs/VisualStyle.mddocs/public/index.json is consumed by the project website at runtimeSkill Version: 1.0 Last Updated: 2026-03-01