·sync-horizon
</>

sync-horizon

将 eve-skillpacks 与最新的 eve-horizo​​n 更改同步。读取 git 日志,识别受影响的技能,更新参考文档和技能,跟踪同步点。

106安装·2热度·@incept5

安装

$npx skills add https://github.com/incept5/eve-skillpacks --skill sync-horizon

如何安装 sync-horizon

通过命令行快速安装 sync-horizon AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/incept5/eve-skillpacks --skill sync-horizon
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:incept5/eve-skillpacks。

SKILL.md

查看原文

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-horizo​​n 更改同步。读取 git 日志,识别受影响的技能,更新参考文档和技能,跟踪同步点。 来源:incept5/eve-skillpacks。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/incept5/eve-skillpacks --skill sync-horizon
分类
</>开发工具
认证
收录时间
2026-02-25
更新时间
2026-03-10

Browse more skills from incept5/eve-skillpacks

快速解答

什么是 sync-horizon?

将 eve-skillpacks 与最新的 eve-horizo​​n 更改同步。读取 git 日志,识别受影响的技能,更新参考文档和技能,跟踪同步点。 来源:incept5/eve-skillpacks。

如何安装 sync-horizon?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/incept5/eve-skillpacks --skill sync-horizon 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/incept5/eve-skillpacks