distill-to-skill
Installation
SKILL.md
Distill to Skill
Turn any source of knowledge into a well-structured agent skill. This is the process
skill — it covers how to extract, filter, restructure, and encode knowledge. For the
mechanical aspects of skill creation (directory structure, frontmatter format, validation,
packaging), use the skill-creator skill.
The Distillation Mindset
A skill is not a summary. It's a decision-making tool for an agent working on a task.
When distilling, constantly ask:
- "Would an agent mid-task benefit from knowing this?" → Keep it
- "Is this background context or motivation?" → Cut it
- "Is this specific to one language/framework but the idea is universal?" → Translate it
- "Could an agent figure this out on its own?" → Cut it
- "Does this change how the agent would write code or make decisions?" → Keep it
The goal: an agent loads this skill and immediately writes better code or makes better
Related skills
More from caidanw/skills
modern-css
>
47karpathy-guidelines
Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.
35behavioral-testing
>
27architecture-md
>-
26agent-first-repo
>-
26parse-dont-validate
>-
26