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/nainsharma01/claude-code-visualizer/claude-mdgit clone --depth 1 https://github.com/nainsharma01/claude-code-visualizerWrote 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.
[](https://agentmods.dev/instructions/nainsharma01/claude-code-visualizer/claude-md)<a href="https://agentmods.dev/instructions/nainsharma01/claude-code-visualizer/claude-md"><img src="https://agentmods.dev/badge/instructions/nainsharma01/claude-code-visualizer/claude-md.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.04173 | $0.04173 |
| Opus 5 | $0.02086 | $0.02086 |
| Sonnet 5 | $0.00835 | $0.00835 |
| Haiku 4.5 | $0.00417 | $0.00417 |
Grade A, and why
claude-code-visualizer 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 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -sL https://github.com/YOUR_USERNAME/claude-code-visualizer/archive/main.tar.gz How it starts
The opening of the file, as written. The whole thing — 555 lines — stays where its author put it; the contents beside it link to each section on GitHub.
CLAUDE.md - AI Assistant Guide for Claude Code Visualizer
Last Updated: 2026-01-17 Repository: Claude Code Visualizer Purpose: Interactive visualization tool for Claude Code projects
Table of Contents
Project Overview
Purpose
An open-source visualization tool for Claude Code projects that helps developers understand and navigate their agent-skill relationships through an interactive graph.
Tech Stack
- Backend: Python 3.8+ (scanning, SSE server)
- Frontend: React + TypeScript + Vite
- Styling: Tailwind CSS
- Graph: Custom D3.js-like bezier curves
- Real-time: Server-Sent Events (SSE)
Key Features
- Interactive graph visualization with hierarchical layout
- Real-time connection status monitoring
- Execute agents/skills directly from UI
- One-line installation script
- Clean, handle-free node connections
Architecture
Directory Structure
claude-code-visualizer/
├── README.md # User-facing documentation
├── CLAUDE.md # This file - AI assistant guide
├── LICENSE # MIT License
├── install.sh # Installation script
├── .gitignore # Git ignore rules
│
├── .claude/
│ ├── agents/
│ │ └── visualizer-launcher.md # Agent to start both servers
│ │
│ └── skills/
│ └── agent-skill-visualizer/
│ ├── SKILL.md # Skill definition
│ ├── README.md # Skill documentation
│ │
│ ├── scripts/
│ │ ├── scan_agents_skills.py # Graph data generator
│ │ └── stream_server.py # SSE server for activity
│ │
│ └── webapp/
│ ├── package.json
│ ├── vite.config.ts
│ ├── tailwind.config.js
│ │
│ ├── src/
│ │ ├── main.tsx # Entry point
│ │ ├── App.tsx # Main app component
│ │ │
│ │ ├── components/
│ │ │ ├── NodeCard.tsx # Graph node rendering
│ │ │ ├── BezierEdge.tsx # Edge/connection rendering
│ │ │ ├── DetailPanel.tsx # Right sidebar
│ │ │ ├── CallStack.tsx # Activity stream
│ │ │ ├── CommandBuilder.tsx # Execute modal
│ │ │ ├── Legend.tsx # Graph legend
│ │ │ └── SearchBar.tsx # Search functionality
│ │ │
│ │ ├── hooks/
│ │ │ ├── useGraphData.ts # Load graph data
│ │ │ └── useActivityStream.ts # SSE connection
│ │ │
│ │ ├── types/
│ │ │ └── graph.ts # TypeScript types
│ │ │
│ │ └── styles/
│ │ └── index.css # Tailwind base
│ │
│ └── public/
│ └── data/
│ └── graph-data.json # Generated graph data
│
└── docs/ # Future: detailed documentation
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.
- 4d ago First seen · 555 lines · 4,173 tokens per session scan A fa27099105cb
claude-code-visualizer CLAUDE.md is an instructions file published in the GitHub repository nainsharma01/claude-code-visualizer (5 stars, last pushed yesterday), licensed MIT. It adds 4,173 tokens to every session, about $0.0209 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other instructions, from other repositories
ai-agents push-lock.instructions.md
Instructions for rjmurillo/ai-agents, covering one push lock path, must, must not, historical measurements and commit guard.
ai-agents plugin-version-bump.instructions.md
Instructions for rjmurillo/ai-agents, covering plugin manifests carry no version, why, what a pr does now, if instructions say to bump, they are stale and checking.
ai-agents security.instructions.md
Instructions for rjmurillo/ai-agents, covering security file rules, must, should, must not and references.
forbotsake AGENTS.md
Instructions for forbotsake/forbotsake, covering forbotsake, skills, getting started, key files (created by skills) and installation.
ClaudeSkills-SprintClub CLAUDE.md
Claude Code instructions for SimonTheSalesBooster/ClaudeSkills-SprintClub, covering claude.md — simon severino, 1. who is simon, 2. strategy sprints — the business, what we do and the five systems.
reddit-business-research CLAUDE.md
Claude Code instructions for assafkip/reddit-business-research, covering reddit business research plugin, how to use this and if the reddit tools aren't available.