一键导入
SPECIALIST_TRIGGER. Use when SPECIALIST_CONTEXT.
npx skills add https://github.com/dtsong/skill-governance --skill specialist-name复制此命令并粘贴到 Claude Code 中以安装该技能
SPECIALIST_TRIGGER. Use when SPECIALIST_CONTEXT.
npx skills add https://github.com/dtsong/skill-governance --skill specialist-name复制此命令并粘贴到 Claude Code 中以安装该技能
Use when a user asks to read, analyze, summarize, or extract from a heavyweight file (PDF, DOCX, PPTX, XLSX, CSV, TSV). Converts the file into markdown or CSV first, generates a lightweight index, and only spends model tokens on the compressed artifact. Trigger on "read this PDF", "look through this spreadsheet", "summarize this deck", or any time raw file ingestion would waste tokens. Do NOT trigger for plain text, markdown, JSON, YAML, or source code files — those are cheap to read directly.
TRIGGER_DESCRIPTION. Use when USER_CONTEXT. Routes to specialists for CAPABILITIES.
TRIGGER_DESCRIPTION. Use when USER_CONTEXT. Covers CAPABILITIES.
| name | SPECIALIST_NAME |
| description | SPECIALIST_TRIGGER. Use when SPECIALIST_CONTEXT. |
required_input: DESCRIPTIONoptional_input (optional): DESCRIPTIONStep 1: Gather context.
Step 2: PRIMARY_ACTION.
Step 3: Verify output.
{
"result": "EXAMPLE_VALUE",
"confidence": "high|medium|low"
}
Return structured JSON to coordinator. Include findings, confidence, and recommended next specialist (if any).
| File | Load When | Contains |
|---|---|---|
references/CHECKLIST.md | Step 2 if CONDITION | Detailed checklist |