원클릭으로
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 |