eve-skill-distillation
0
总安装量
16
周安装量
安装命令
npx skills add https://github.com/incept5/eve-skillpacks --skill eve-skill-distillation
Agent 安装分布
codex
16
gemini-cli
16
claude-code
16
mcpjam
2
openhands
2
zencoder
2
Skill 文档
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:
private-eve-dev-skills/eve-devfor platform development (private)eve-sefor Eve-compatible project workeve-workfor general knowledge work
Create or update the skill
- Add a new skill directory with a
SKILL.mdfile. - Use YAML frontmatter with
nameanddescriptiononly. - Write instructions in imperative form; keep the body concise.
- Move long details into a
references/file if needed.
Validate and publish
- Use the skill in the next relevant job.
- Update pack README and
ARCHITECTURE.mdlistings (or the private pack README for dev-only skills). - Sync or reinstall skills if needed (
./bin/eh skills install).
Recursive skill distillation
- Repeat this loop after each significant job.
- Merge overlapping skills instead of duplicating them.
- Keep skills current as platform behavior evolves.