eve-skill-distillation
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseEve Skill Distillation
Eve 技能提炼
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
- 识别重复的步骤、命令或故障模式。
- 决定是更新现有技能还是创建新技能。
- 选择技能包:
- 用于平台开发(私有)
private-eve-dev-skills/eve-dev - 用于兼容Eve的项目工作
eve-se - 用于通用知识工作
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/
- 添加一个新的技能目录,包含文件。
SKILL.md - 仅使用带有和
name的YAML前置元数据。description - 以命令式语气编写说明;保持正文简洁。
- 如有需要,将冗长的细节移至文件中。
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
- 在下次相关任务中使用该技能。
- 更新技能包的README和列表(对于仅开发用的技能,更新私有技能包的README)。
ARCHITECTURE.md - 如有需要,同步或重新安装技能(和
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.
- 每次完成重要任务后重复此循环。
- 合并重叠的技能,避免重复。
- 随着平台行为的演变,保持技能的时效性。