@codragraph/claude-plugin
v0.1.1
Published
Claude Code plugin — graph-aware tool gating + skill packs powered by CodraGraph (impact analysis, blame-aware retrieval, refactor planning).
Downloads
75
Maintainers
Readme
@codragraph/claude-plugin
Claude Code plugin that gives Claude graph-aware context for every edit. Before each Grep / Glob / Bash invocation, the CodraGraph hook surfaces the blast-radius, callers, and process participation for symbols Claude is about to touch — so Claude doesn't have to grep blindly.
Install
# Install the codragraph CLI first
npm install -g @codragraph/cli
codragraph setup
# Then add the plugin to Claude Code
claude plugins install codragraph-claude-pluginWhat's in the box
- Hooks: PreToolUse + PostToolUse on Grep/Glob/Bash → run a side-channel CodraGraph query and prepend the result to Claude's context.
- Skills: 7 skill packs Claude can invoke directly:
codragraph-impact-analysis— what breaks if I change this?codragraph-pr-review— review a diff with full graph contextcodragraph-refactoring— coordinated multi-file editscodragraph-exploring— orient in a new codebasecodragraph-debugging— trace a bug back to its rootcodragraph-guide— generate ARCHITECTURE.md from the graphcodragraph-cli— invoke any codragraph CLI command from chat
Configuration
API keys live in ~/.codragraph/config.json — the same file the CLI
uses. Set them with:
codragraph config set claude --api-key sk-ant-...
codragraph config set openai --api-key sk-...License
Apache-2.0
