eve-skill-distillation

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Eve 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:
    • private-eve-dev-skills/eve-dev
      for platform development (private)
    • eve-se
      for Eve-compatible project work
    • eve-work
      for general knowledge work
  • 识别重复的步骤、命令或故障模式。
  • 决定是更新现有技能还是创建新技能。
  • 选择技能包:
    • private-eve-dev-skills/eve-dev
      用于平台开发(私有)
    • eve-se
      用于兼容Eve的项目工作
    • eve-work
      用于通用知识工作

Create or update the skill

创建或更新技能

  • Add a new skill directory with a
    SKILL.md
    file.
  • Use YAML frontmatter with
    name
    and
    description
    only.
  • Write instructions in imperative form; keep the body concise.
  • Move long details into a
    references/
    file if needed.
  • 添加一个新的技能目录,包含
    SKILL.md
    文件。
  • 仅使用带有
    name
    description
    的YAML前置元数据。
  • 以命令式语气编写说明;保持正文简洁。
  • 如有需要,将冗长的细节移至
    references/
    文件中。

Validate and publish

验证与发布

  • Use the skill in the next relevant job.
  • Update pack README and
    ARCHITECTURE.md
    listings (or the private pack README for dev-only skills).
  • Sync or reinstall skills if needed (
    openskills install
    and
    openskills sync
    ).
  • 在下次相关任务中使用该技能。
  • 更新技能包的README和
    ARCHITECTURE.md
    列表(对于仅开发用的技能,更新私有技能包的README)。
  • 如有需要,同步或重新安装技能(
    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.
  • 每次完成重要任务后重复此循环。
  • 合并重叠的技能,避免重复。
  • 随着平台行为的演变,保持技能的时效性。