sync-horizon とは?
eve-skillpack を最新の eve-horizon の変更と同期します。 git ログを読み取り、影響を受けるスキルを特定し、リファレンス ドキュメントとスキルを更新し、同期ポイントを追跡します。 ソース: incept5/eve-skillpacks。
eve-skillpack を最新の 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-skillpack を最新の eve-horizon の変更と同期します。 git ログを読み取り、影響を受けるスキルを特定し、リファレンス ドキュメントとスキルを更新し、同期ポイントを追跡します。 ソース: incept5/eve-skillpacks。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/incept5/eve-skillpacks --skill sync-horizoneve-skillpack を最新の 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