什么是 sync-horizon?
将 eve-skillpacks 与最新的 eve-horizon 更改同步。读取 git 日志,识别受影响的技能,更新参考文档和技能,跟踪同步点。 来源:incept5/eve-skillpacks。
将 eve-skillpacks 与最新的 eve-horizon 更改同步。读取 git 日志,识别受影响的技能,更新参考文档和技能,跟踪同步点。
通过命令行快速安装 sync-horizon AI 技能到你的开发环境
来源:incept5/eve-skillpacks。
Synchronize eve-skillpacks with the latest state of the eve-horizon repository.
This sync follows an orchestrator pattern. You (the orchestrator) stay lightweight — discovering what changed and dispatching focused workers. Each worker handles one update in isolation with its own context budget.
Why: Previous runs exhausted the context window by reading every diff and every doc in the orchestrator. The fix is strict separation: the orchestrator sees only file names and summaries; workers see only their specific diffs and target files.
将 eve-skillpacks 与最新的 eve-horizon 更改同步。读取 git 日志,识别受影响的技能,更新参考文档和技能,跟踪同步点。 来源:incept5/eve-skillpacks。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/incept5/eve-skillpacks --skill sync-horizon将 eve-skillpacks 与最新的 eve-horizon 更改同步。读取 git 日志,识别受影响的技能,更新参考文档和技能,跟踪同步点。 来源:incept5/eve-skillpacks。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/incept5/eve-skillpacks --skill sync-horizon 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/incept5/eve-skillpacks