CodeCartographer CLAUDE.md

CodeCartographer CLAUDE.md is an instructions file for Claude Code from HuginnIndustries/CodeCartographer. It costs 1,931 tokens per session, scanned A, original, MIT.

A set of instructions for Claude Code, an AI coding assistant, when working in the CodeCartographer repository. It documents commands, supported Node.js versions, architecture, and which parts of the project matter most to users.

In plain words
What is it for?
Use it when developing or reviewing CodeCartographer, running individual tests, building the project, or testing its local extension and published package.
Why use it?
It gives the coding assistant consistent guidance about how to build, test, run, and understand the repository.

Instructions file for Claude Code

Written for Claude Code: the file is CLAUDE.md. Also seen: mentions CLAUDE.md; mentions subagents; mentions Claude Code.

Install

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.

agentmods
npx agentmods add instructions/huginnindustries/codecartographer/claude-md
Clone the repo
git clone --depth 1 https://github.com/HuginnIndustries/CodeCartographer

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for CodeCartographer CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/huginnindustries/codecartographer/claude-md.svg)](https://agentmods.dev/instructions/huginnindustries/codecartographer/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/huginnindustries/codecartographer/claude-md"><img src="https://agentmods.dev/badge/instructions/huginnindustries/codecartographer/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,931 This file is loaded in full into every session.
When invoked 1,931 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What 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.

ModelPer sessionOnce invoked
Fable 5.1 $0.01931 $0.01931
Opus 5 $0.00966 $0.00966
Sonnet 5 $0.00386 $0.00386
Haiku 4.5 $0.00193 $0.00193

Measured 4d ago against content hash 64f920875279, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

CodeCartographer CLAUDE.md scanned grade A with 0 findings 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 4d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 83 lines

How it starts

The opening of the file, as written. The whole thing — 83 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Commands

npm ci                  # install (lockfile-strict)
npm run build           # tsc compile to dist/ (required before publish; CI runs this)
npm test                # node --experimental-strip-types --test tests/*.test.mjs
npm run smoke           # end-to-end MCP smoke test against the published npm package

# Run a single test file:
node --experimental-strip-types --disable-warning=ExperimentalWarning --test tests/pipeline-invariants.test.mjs

# Run the Pi extension locally against the in-tree source (no rebuild needed):
pi -e /absolute/path/to/CodeCartographer/extensions/codecarto/index.ts

Node >= 20 is the floor; CI tests on Node 22 and 24. There is no linter.

Architecture

CodeCartographer is one framework shipped through three delivery surfaces that produce byte-identical phase prompts and validation behavior. The numbering below reflects code-architecture (source-of-truth-out) ordering; the user-facing recommendation ordering in README.md is different — see "Surface priority" below.

  1. .codecarto/ — the drop-in template (Markdown + YAML, no executable code). This is both the source of truth committed in this repo and the directory that gets copied into a user's target repo on codecarto-init. core/workspace.ts exposes it as packagedWorkspaceDir, resolved at runtime by walking up from core/ to find the nearest package.json.
  2. extensions/codecarto/ — Pi extension. Registers /codecarto-* slash commands, runs phases as isolated AgentSession sub-agents (auto-runner.ts), renders the live widget (agent-widget.ts), and writes the HTML dashboard (dashboard-writer.ts). The tool_call hook in index.ts blocks bash outright and confines edit/write to .codecarto/ plus the configured library path.
  3. mcp-server/ — MCP server exposing ten workflow and library operations as JSON-RPC tools over stdio. Never spawns sub-agents; returns prompt text for the host to dispatch.

Read the full file on GitHub · 83 lines

Changes

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.

  1. 4d ago First seen · 83 lines · 1,931 tokens per session scan A 64f920875279

Subscribe to this mod's changes

CodeCartographer CLAUDE.md is an instructions file published in the GitHub repository HuginnIndustries/CodeCartographer (4 stars, last pushed 5d ago), licensed MIT. It adds 1,931 tokens to every session, about $0.0097 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other instructions, from other repositories

Ix CLAUDE.md

Claude Code instructions for ix-infrastructure/Ix, covering project: ix (this repo), layout, commands, cli dev (from ix-cli/) and skill + tooling (from repo root).

ix-infrastructure/Ix · 3,958 tokens

reverse-engineering-assistant CLAUDE.md

Claude Code instructions for cyberkaida/reverse-engineering-assistant, covering claude.md, project overview, build and test commands, java extension (ghidra plugin) and set ghidra installation directory first.

cyberkaida/reverse-engineering-assistant · 3,603 tokens

reverse-engineering-assistant AGENTS.md

AGENTS.md instructions for cyberkaida/reverse-engineering-assistant, covering agents.md, project overview, build & test commands, building the extension and set the ghidra installation directory first.

cyberkaida/reverse-engineering-assistant · 853 tokens

reverse-engineering-assistant copilot-instructions.md

Copilot instructions for cyberkaida/reverse-engineering-assistant, a project described as: MCP server for reverse engineering tasks in Ghidra 👩‍💻.

cyberkaida/reverse-engineering-assistant · 308 tokens

TechDebtMCP CLAUDE.md

Instructions for PierreJanineh/TechDebtMCP, covering claude.md, build & test commands, gotchas, architecture and building the mcpb bundle.

PierreJanineh/TechDebtMCP · 5,794 tokens

TechDebtMCP copilot-instructions.md

Instructions for PierreJanineh/TechDebtMCP, covering ai agent instructions for tech debt mcp, project overview, architecture, copilot pr review workflow and before creating a pr.

PierreJanineh/TechDebtMCP · 2,890 tokens