CREED
Description
Code Intelligence layer for your agentic tools - claude code, cursor, codex, antigravity and more
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Creed
**A knowledge graph of your codebase, for AI coding agents.**
[](https://www.npmjs.com/package/creed-kg) [](LICENSE) [](https://nodejs.org)
Creed parses your project with Tree-sitter, resolves imports, calls, inheritance and type usage across files, and stores the result as a SQLite index.
Your agent then asks one question in plain English and gets one answer back: the symbols involved, what depends on them, the exact call sites, and the source — already attached. No greps, no follow-up file reads. On this repo that's [2–18× fewer tokens](#performance) than the grep-and-read loop it replaces.
Quick start
Requires **Node 22+**.
npm install -D creed-kg
npx creed-kg init
Restart your editor and your agent has the tool.
`init` indexes the repo, writes MCP config for whichever editors it finds, and adds `.creed/` to your `.gitignore`. It merges rather than overwrites, and re-running it is a no-op. Use `--all` for every supported editor, or `--editor cursor` for one.
After that a file watcher keeps the index current, re-parsing only what changed. There is no re-index command.
Configuring an editor by handSame block everywhere, with no project path to fill in — Creed walks up from wherever it's launched to find the root:
{
"mcpServers": {
"creed": {
"command": "npx",
"args": ["-y", "creed-kg", "mcp"]
}
}
}
| Editor | Where it goes |
|---|---|
| Claude Code | .mcp.json — or claude mcp add creed -- npx creed-kg mcp |
| Cursor | .cursor/mcp.json or ~/.cursor/mcp.json |
| Kiro | .kiro/settings/mcp.json |
| Gemini CLI | .gemini/settings.json |
| VS Code / Copilot | .vscode/mcp.json — key is servers, not mcpServers |
| Claude Desktop | `npx cree |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11