eve-skill-distillation

Installation
SKILL.md

Eve Skill Distillation

Use this workflow to turn repeated patterns into reusable skills.

When to distill

  • A workflow has repeated across two or more jobs.
  • Knowledge would benefit other agents working on the same project.
  • A failure mode keeps recurring and the fix should be encoded.

Workflow: Orchestrate, Don't Serialize

When distilling involves multiple skills (creating several, updating a batch, or a mix), use an orchestrator pattern rather than doing everything sequentially. This protects your context budget and parallelizes independent work.

Step 1: Capture patterns (orchestrator)

Identify all the patterns worth distilling from recent work. For each one:

Related skills
Installs
265
First Seen
Feb 8, 2026