什么是 eve-skill-distillation?
通过使用简洁的说明和参考创建或更新技能,将重复的工作提炼到 Eve 技能包中。当工作流程重复或知识应在代理之间共享时使用。 来源:incept5/eve-skillpacks。
通过使用简洁的说明和参考创建或更新技能,将重复的工作提炼到 Eve 技能包中。当工作流程重复或知识应在代理之间共享时使用。
通过命令行快速安装 eve-skill-distillation AI 技能到你的开发环境
来源:incept5/eve-skillpacks。
Use this workflow to turn repeated patterns into reusable skills.
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.
Identify all the patterns worth distilling from recent work. For each one:
通过使用简洁的说明和参考创建或更新技能,将重复的工作提炼到 Eve 技能包中。当工作流程重复或知识应在代理之间共享时使用。 来源:incept5/eve-skillpacks。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/incept5/eve-skillpacks --skill eve-skill-distillation通过使用简洁的说明和参考创建或更新技能,将重复的工作提炼到 Eve 技能包中。当工作流程重复或知识应在代理之间共享时使用。 来源:incept5/eve-skillpacks。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/incept5/eve-skillpacks --skill eve-skill-distillation 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/incept5/eve-skillpacks