npx skills add https://github.com/incept5/eve-skillpacks --skill eve-skill-distillation使用此工作流程将重复模式转化为可复用的技能。
当提炼涉及多个技能(创建多个、批量更新或混合操作)时,使用协调器模式,而不是按顺序执行所有操作。这可以保护您的上下文预算,并并行化独立的工作。
从近期工作中识别所有值得提炼的模式。针对每个模式:
./private-skills/ 或类似路径,用于特定仓库的开发工作流程,这些流程不会被导入其他项目(私有)./private-eve-dev-skills/,当在 eve-horizon 仓库中工作且技能与平台本身的内部开发相关时(私有)../eve-skillpacks/eve-se/,用于 Eve 平台相关工作(部署、认证、清单、流水线)../eve-skillpacks/eve-work/,用于通用知识工作(文档、协调、提炼)../eve-skillpacks/eve-design/,用于架构和设计思维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:
./private-skills/ or similar for repo-specific development workflows that are not going to be imported into other projects (private)./private-eve-dev-skills/ when working in the eve-horizon repo and the skills relate to internal development of the platform itself (private)../eve-skillpacks/eve-se/ for Eve platform work (deploy, auth, manifests, pipelines)广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
为每个要创建或更新的技能创建一个跟踪工作项。每个工作项的描述必须是自包含的——一个没有先前上下文的执行者应该能够执行它。
在每个工作项中包含:
eve-se/eve-auth-and-secrets/SKILL.md)如果有维护性更新(README、ARCHITECTURE.md),将其添加为最后一个工作项,并设置为在所有技能工作项完成后才解除阻塞。
为每个技能工作项生成一个执行者。同时启动所有执行者。
每个执行者的提示必须是自包含的。执行者无法访问协调器的对话。包括:
等待所有执行者完成。然后:
ARCHITECTURE.md 列表。如果只有一个技能需要提炼,跳过协调器模式,直接进行。分派单个执行者的开销不值得。
每个执行者(或直接作者)必须遵守以下规则:
name 和 description 的 YAML。references/ 目录中。每周安装次数
149
仓库
首次出现
2026年2月8日
安全审计
安装于
gemini-cli149
codex149
claude-code147
pi52
opencode32
github-copilot32
../eve-skillpacks/eve-work/ for general knowledge work (docs, orchestration, distillation)../eve-skillpacks/eve-design/ for architecture and design thinkingCreate a tracked work item for each skill to create or update. Each work item description must be self-contained — a worker with no prior context should be able to execute it.
Include in each work item:
eve-se/eve-auth-and-secrets/SKILL.md)If there are housekeeping updates (README, ARCHITECTURE.md), add those as a final work item blocked until all skill work items complete.
Spawn one worker per skill work item. Launch them all at once.
Each worker prompt must be self-contained. The worker has no access to the orchestrator's conversation. Include:
Wait for all workers to complete. Then:
ARCHITECTURE.md listings if skills were added or removed.If there's only one skill to distill, skip the orchestrator pattern and do it directly. The overhead of dispatching a single worker isn't worth it.
Every worker (or direct author) must follow these:
name and description only.references/.Weekly Installs
149
Repository
First Seen
Feb 8, 2026
Security Audits
Installed on
gemini-cli149
codex149
claude-code147
pi52
opencode32
github-copilot32
通过 LiteLLM 代理让 Claude Code 对接 GitHub Copilot 运行 | 高级变通方案指南
36,300 周安装