summarizer
Installation
SKILL.md
Summarizer
Route to the correct summarization methodology and enforce fidelity rules across all summarization operations.
Format Selection
When the user specifies an output format, load the corresponding template before delegating to a domain skill or agent. If no format is specified, default to structured.
| User Signal | format_id | Template |
|---|---|---|
| (no format specified) | structured |
structured.md |
| "bullet points", "key points", "quick bullets" | bullets |
bullets.md |
| "tl;dr", "one-liner", "in a nutshell" | tldr |
tldr.md |
| "json", "machine-readable", "structured data" | json |
json.md |
| "table", "tabular", "grid format" | table |
table.md |
| "outline", "table of contents", "hierarchical" | outline |
outline.md |
Loading instruction: Read $SKILL_DIR/templates/{format_id}.md to obtain the schema, example, and fidelity constraints for the selected format. Pass the format parameter to the delegated agent or apply the template directly when summarizing inline.