eve-skill-distillation
Original:🇺🇸 English
Translated
Distill repeated work into Eve skillpacks by creating or updating skills with concise instructions and references. Use when a workflow repeats or knowledge should be shared across agents.
15installs
Sourceincept5/eve-skillpacks
Added on
NPX Install
npx skill4agent add incept5/eve-skillpacks eve-skill-distillationTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Eve Skill Distillation
Use this workflow to turn repeated patterns into reusable skills.
Capture the pattern
- Identify repeated steps, commands, or failure modes.
- Decide whether to update an existing skill or create a new one.
- Choose the pack:
- for platform development (private)
private-eve-dev-skills/eve-dev - for Eve-compatible project work
eve-se - for general knowledge work
eve-work
Create or update the skill
- Add a new skill directory with a file.
SKILL.md - Use YAML frontmatter with and
nameonly.description - Write instructions in imperative form; keep the body concise.
- Move long details into a file if needed.
references/
Validate and publish
- Use the skill in the next relevant job.
- Update pack README and listings (or the private pack README for dev-only skills).
ARCHITECTURE.md - Sync or reinstall skills if needed (and
openskills install).openskills sync
Recursive skill distillation
- Repeat this loop after each significant job.
- Merge overlapping skills instead of duplicating them.
- Keep skills current as platform behavior evolves.