claude-code-visualizer CLAUDE.md

claude-code-visualizer CLAUDE.md is an instructions file for coding agents from nainsharma01/claude-code-visualizer. It costs 4,173 tokens per session, scanned A, original, MIT.

Project instructions for Claude Code Visualizer, an open-source tool that displays agents and skills as an interactive graph so developers can inspect how they are connected.

In plain words
What is it for?
Understanding or changing its Python scanner, React and TypeScript web interface, graph display, real-time status features, and development or deployment workflow.
Why use it?
It gives the assistant the project's architecture, technology choices, workflows, and conventions needed to work on the visualizer.

Instructions file

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/nainsharma01/claude-code-visualizer/claude-md
Clone the repo
git clone --depth 1 https://github.com/nainsharma01/claude-code-visualizer

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 claude-code-visualizer CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/nainsharma01/claude-code-visualizer/claude-md.svg)](https://agentmods.dev/instructions/nainsharma01/claude-code-visualizer/claude-md)
Your own site
<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>
Per session 4,173 This file is loaded in full into every session.
When invoked 4,173 The same file — it is already loaded in full.
Security scan A 1 finding. 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 $0.04173 $0.04173
Opus 5 $0.02086 $0.02086
Sonnet 5 $0.00835 $0.00835
Haiku 4.5 $0.00417 $0.00417

Measured 4d ago against content hash fa27099105cb, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

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
CLAUDE.md · 555 lines

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

  1. Project Overview
  2. Architecture
  3. Key Components
  4. Development Workflows
  5. Common Tasks
  6. Guidelines

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

Read the full file on GitHub · 555 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 · 555 lines · 4,173 tokens per session scan A fa27099105cb

Subscribe to this mod's changes

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.