AgentSkillsCN

codeeagle-sync

将CodeEagle知识图谱与最新的代码变更同步。支持基于差异的增量同步,也支持全量重新索引。

SKILL.md
--- frontmatter
name: codeeagle-sync
description: Sync the CodeEagle knowledge graph with latest code changes. Supports diff-aware incremental sync and full re-index.
allowed-tools: Bash(codeeagle *)

CodeEagle Sync

Sync the CodeEagle knowledge graph with the latest code changes.

Usage

Use the Bash tool to run:

code
codeeagle sync

For a full re-index (ignoring incremental state):

code
codeeagle sync --full

To export the graph after syncing:

code
codeeagle sync --export

Prerequisites

  • CodeEagle must be installed and on PATH
  • Project must be initialized (codeeagle init)

Notes

  • By default performs a diff-aware incremental sync (only processes changed files)
  • Use --full to rebuild the entire knowledge graph from scratch
  • Use --export to export the graph data after syncing