Help us improve
Share bugs, ideas, or general feedback.
From codeeagle
Sync the CodeEagle knowledge graph with latest code changes. Supports diff-aware incremental sync and full re-index.
npx claudepluginhub imyousuf/codeeagle --plugin codeeagleHow this skill is triggered — by the user, by Claude, or both
Slash command
/codeeagle:codeeagle-syncThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Sync the CodeEagle knowledge graph with the latest code changes.
Builds or incrementally updates the repository code knowledge graph for review. Use for initial setup, after refactors or branch switches; supports Python, TypeScript/JS, Go; SQLite storage.
Builds or incrementally updates a multi-language code knowledge graph using Tree-sitter AST parsing, storing nodes/edges in SQLite. Use at session start, after code changes, or before structural analysis.
Share bugs, ideas, or general feedback.
Sync the CodeEagle knowledge graph with the latest code changes.
Use the Bash tool to run:
codeeagle sync
For a full re-index (ignoring incremental state):
codeeagle sync --full
To export the graph after syncing:
codeeagle sync --export
codeeagle init)To run linker phases on an existing graph without re-indexing:
codeeagle backpop # new phases only (implements + tests)
codeeagle backpop --all # all 7 linker phases
--full to rebuild the entire knowledge graph from scratch--export to export the graph data after syncingbackpop to run linker phases without re-indexing (useful after adding new linker features)