Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/elara-labs/code-context-engine/overviewgit clone --depth 1 https://github.com/elara-labs/code-context-engineWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00012 | $0.01275 |
| Opus 5 | $0.00006 | $0.00638 |
| Sonnet 5 | $0.00002 | $0.00255 |
| Haiku 4.5 | $0.00001 | $0.00128 |
Grade B, and why
overview scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
| [Codex CLI](/code-context-engine/guide/agents/codex/) | `~/.codex/config.toml` | `AGENTS.md` | User (global) | `~/.codex/` or VS Code OpenAI extension | How it starts
The opening of the file, as written. The whole thing — 104 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Code Context Engine works with any AI coding agent that supports MCP (Model Context Protocol). The cce init command auto-detects which agents are present in your environment and configures them automatically.
The --agent flag
cce init # Default. Detects installed agents.
cce init --agent claude # Configure only Claude Code
cce init --agent copilot # Configure only VS Code / Copilot
cce init --agent codex # Configure only Codex CLI
cce init --agent pi # Configure only Pi
cce init --agent all # Configure all supported agents
When no --agent flag is provided, cce init defaults to auto, which scans for known config files and editor directories.
Supported Editors and Agents
| Agent | MCP Config | Instruction File | Scope | Detection |
|---|---|---|---|---|
| Claude Code | .mcp.json |
CLAUDE.md |
Project | Always configured |
| VS Code / Copilot | .vscode/mcp.json |
.github/copilot-instructions.md |
Project | .vscode/ exists |
| Cursor | .cursor/mcp.json |
.cursorrules |
Project | .cursor/ or .cursorrules exists |
| Gemini CLI | .gemini/settings.json |
GEMINI.md |
Project | .gemini/ or GEMINI.md exists |
| Codex CLI | ~/.codex/config.toml |
AGENTS.md |
User (global) | ~/.codex/ or VS Code OpenAI extension |
| OpenCode | opencode.json |
(none) | Project | opencode.json exists |
| Tabnine | .tabnine/agent/settings.json |
TABNINE.md |
Project | .tabnine/ exists |
| Pi | .mcp.json |
AGENTS.md |
Project | .pi/ exists |
How it works
Each agent integration does two things:
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 104 lines · 12 tokens per session scan B e56088afbb9e
overview is an agent published in the GitHub repository elara-labs/code-context-engine (407 stars, last pushed 9d ago), licensed MIT. It adds 12 tokens to every session and 1,275 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
ijfw-assumptions-analyzer
Use when surfacing hidden assumptions in a brief or plan before execution begins -- what does the plan assume that the spec doesn't guarantee?
ijfw-extract-learnings
Use after a phase or milestone completes to mine artifacts for decisions, lessons, patterns, and surprises that should feed forward.
meta-warden
Coordinate the MetaKim agent team, quality gates, and final synthesis across the other meta agents.
nopua-mentor-ja
Agent Team メンター役 — 他のチームメイトの実行状況を観察し、恐怖ではなく知恵で導く。行き詰まり、放棄、受け身に陥ったときは道徳経の知恵で啓発。5人以上のチーム推奨。.
scout
Fast exploration agent. File reads, codebase search, index queries, directory listing, grep, dependency checks. Use when speed matters more than depth.
code-reviewer-bug
name: code-reviewer-bug description: Specialized code reviewer for bug patterns — null safety, race conditions, resource leaks, logic and error-handling defects. Returns scored findings (severity × impact × confidence). skills: code-review model: inherit.