一键导入
claude-command-router
Choose when to use Claude Code built-in commands before adding FCC-specific workflow.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Choose when to use Claude Code built-in commands before adding FCC-specific workflow.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Recall project state without prompt replay. Use when resuming work, checking prior decisions, or needing context from earlier sessions.
Update the compact FCC handoff at the end of meaningful work or before compaction.
Choose the FCC model tier for a task using `.fcc/router.yml`.
Recall project state without prompt replay. Use when resuming work, checking prior decisions, or needing context from earlier sessions.
Update the compact FCC handoff at the end of meaningful work or before compaction.
| name | claude-command-router |
| description | Choose when to use Claude Code built-in commands before adding FCC-specific workflow. |
Use this skill when a user asks which Claude Code command to run, when a task looks like a known Claude Code workflow, or when you are about to add FCC-specific orchestration.
Prefer Claude Code built-ins when they already fit:
/init to create or refresh CLAUDE.md; use fcc-bootstrap-context only for FCC hooks, handoff files, subagents, and retrieval policy./context all to inspect usage, then /compact <focus> when the session should continue with less history./diff for inspection, /code-review for correctness, and /security-review for security-specific risk./batch when independent worktree units make sense; otherwise plan in the main session and use FCC subagents only for bounded research or review./doctor, /debug, /status, or fcc context doctor depending on whether the problem is Claude Code, provider/proxy, or FCC scaffold./run or /verify when a user-facing app change needs live validation./config, /theme, /statusline, /terminal-setup, or /tui fullscreen.Do not rewrite an explicit slash command. Let commands such as /init, /compact, and /context all pass through unchanged.
If no built-in command fits, continue with the normal FCC workflow: use project context, subagents only when they reduce risk or noise, and run the repository checks before finalizing code changes.