with one click
TRIGGER_DESCRIPTION. Use when USER_CONTEXT. Covers CAPABILITIES.
npx skills add https://github.com/dtsong/skill-governance --skill skill-nameCopy and paste this command into Claude Code to install the skill
TRIGGER_DESCRIPTION. Use when USER_CONTEXT. Covers CAPABILITIES.
npx skills add https://github.com/dtsong/skill-governance --skill skill-nameCopy and paste this command into Claude Code to install the skill
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.
SPECIALIST_TRIGGER. Use when SPECIALIST_CONTEXT.
| name | SKILL_NAME |
| description | TRIGGER_DESCRIPTION. Use when USER_CONTEXT. Covers CAPABILITIES. |
required_input: DESCRIPTIONoptional_input (optional): DESCRIPTIONStep 1: Gather context.
Step 2: PRIMARY_ACTION.
Step 3: Verify output.
{
"result": "EXAMPLE_VALUE",
"confidence": "high|medium|low",
"details": []
}
| File | Load When | Contains |
|---|---|---|
references/CHECKLIST.md | Step 2 if CONDITION | Detailed checklist for X |