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 instructions/rushikeshmore/codecortex/claude-mdgit clone --depth 1 https://github.com/rushikeshmore/CodeCortexWhat 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.01942 | $0.01942 |
| Opus 5 | $0.00971 | $0.00971 |
| Sonnet 5 | $0.00388 | $0.00388 |
| Haiku 4.5 | $0.00194 | $0.00194 |
Grade A, and why
CodeCortex CLAUDE.md scanned grade A 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.
Runs shell commandslowCapability
Expected in a hook, worth knowing in a rule or an instructions file.
- **Key deps:** node:path, node:fs, simple-git, node:child_process, commander, +9 more How it starts
The opening of the file, as written. The whole thing — 151 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CodeCortex
Persistent codebase knowledge layer for AI agents. Pre-builds architecture, dependency, coupling, and risk knowledge so agents skip the cold start and go straight to the right files.
Stack
- TypeScript, ESM (
"type": "module") - tree-sitter (native N-API) + 27 language grammar packages
- @modelcontextprotocol/sdk - MCP server (stdio transport)
- commander - CLI (init, serve, update, inject, status, symbols, search, modules, hotspots, hook, upgrade)
- simple-git - git integration + temporal analysis
- zod - schema validation for LLM analysis results
- yaml - cortex.yaml manifest
- glob - file discovery
Architecture
Three-tier knowledge storage in .codecortex/ flat files:
- HOT (always loaded): cortex.yaml, constitution.md, overview.md, graph.json, symbols.json, temporal.json
- WARM (per-module): modules/*.md
- COLD (on-demand): decisions/.md, sessions/.md, patterns.md
Hybrid extraction:
- Tree-sitter native N-API → symbols (name, kind, signature, startLine, endLine, exported), imports, exports, call edges
- Host LLM → module summaries, decisions, patterns, session diffs
Six Knowledge Layers
- Structural (graph.json + symbols.json) - modules, deps, entry points, symbol index
- Semantic (modules/*.md) - what each module DOES
- Temporal (temporal.json) - git co-change coupling, hotspots, bug archaeology
- Decisions (decisions/*.md) - WHY things are built this way
- Patterns (patterns.md) - HOW code is written here
- Sessions (sessions/*.md) - what CHANGED between sessions
Scripts
npm run dev- watch mode developmentnpm run build- tsup build to dist/npm run test- vitestnpm run lint- tsc --noEmit
CLI
codecortex init- discover + extract + temporal analysis → write .codecortex/codecortex serve- start MCP servercodecortex update- re-extract changed files → update modulescodecortex status- knowledge freshness, stale modules, symbol countscodecortex symbols [query]- browse and filter the symbol indexcodecortex search <query>- search across all knowledge filescodecortex modules [name]- list modules or deep-dive into onecodecortex inject- regenerate inline context in CLAUDE.md and agent config filescodecortex hotspots- files ranked by risk (churn + coupling + bugs)codecortex hook install|uninstall|status- manage git hooks for auto-updatecodecortex upgrade- check for and install latest version
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 · 151 lines · 1,942 tokens per session scan A 7d5b78d41898
CodeCortex CLAUDE.md is an instructions file published in the GitHub repository rushikeshmore/CodeCortex (7 stars, last pushed 4mo ago), licensed MIT. It adds 1,942 tokens to every session, about $0.0097 per session on Opus 5. A static security scan graded it A with 1 finding (runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
now-sdk-ext-mcp CLAUDE.md
Instructions for sonisoft-cnanda/now-sdk-ext-mcp, covering now-sdk-ext-mcp, project overview, architecture, directory structure and sibling projects.
mistral-mcp CLAUDE.md
Instructions for Swih/mistral-mcp, covering claude.md — mistral-mcp, 1. identité du projet, 2. règles dures (ne pas transgresser), 3. layout & responsabilités and 4. conventions de code.
velog_mcp AGENTS.md
Instructions for seongwon030/velog_mcp, covering agents.md, 프로젝트 개요, 스택과 명령어, 아키텍처 and api와 동작 메모.
mcp-local-llm AGENTS.md
Instructions for aplaceforallmystuff/mcp-local-llm, covering agents.md - mcp-local-llm, tech stack, architecture, development commands and environment variables.
miftah AGENTS.md
Instructions for mohanagy/miftah, covering miftah agent instructions, madar, codex cli profile and release protocol.
mcp CLAUDE.md
Instructions for fouradata/mcp, covering using the foura mcp with claude, claude code, claude desktop and what you get.