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/matt1398/claude-devtools/claude-mdgit clone --depth 1 https://github.com/matt1398/claude-devtoolsWrote 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/matt1398/claude-devtools/claude-md)<a href="https://agentmods.dev/instructions/matt1398/claude-devtools/claude-md"><img src="https://agentmods.dev/badge/instructions/matt1398/claude-devtools/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.01595 | $0.01595 |
| Opus 5 | $0.00797 | $0.00797 |
| Sonnet 5 | $0.00319 | $0.00319 |
| Haiku 4.5 | $0.00160 | $0.00160 |
Grade C, and why
claude-devtools CLAUDE.md scanned grade C 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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
rm -rf dist dist-electron node_modules How it starts
The opening of the file, as written. The whole thing — 159 lines — stays where its author put it; the contents beside it link to each section on GitHub.
claude-devtools
Electron app that visualizes Claude Code session execution
Tech Stack
Electron 28.x, React 18.x, TypeScript 5.x, Tailwind CSS 3.x, Zustand 4.x
Commands
Always use pnpm (not npm/yarn) for this project.
pnpm install- Install dependenciespnpm dev- Dev server with hot reloadpnpm build- Production buildpnpm typecheck- Type checkingpnpm lint:fix- Lint and auto-fixpnpm format- Format codepnpm test- Run all vitest testspnpm test:watch- Watch modepnpm test:coverage- Coverage reportpnpm test:coverage:critical- Critical path coveragepnpm test:chunks- Chunk building testspnpm test:semantic- Semantic step extraction testspnpm test:noise- Noise filtering testspnpm test:task-filtering- Task tool filtering tests
Path Aliases
Use path aliases for imports:
@main/*→src/main/*@renderer/*→src/renderer/*@shared/*→src/shared/*@preload/*→src/preload/*
Data Sources
~/.claude/projects/{encoded-path}/*.jsonl - Session files ~/.claude/todos/{sessionId}.json - Todo data
Path encoding: /Users/name/project → -Users-name-project
Critical Concepts
isMeta Flag
isMeta: false= Real user message (creates new chunks)isMeta: true= Internal message (tool results, system-generated)
Chunk Structure
Independent chunk types for timeline visualization:
- UserChunk: Single user message with metrics
- AIChunk: All assistant responses with tool executions and spawned subagents
- SystemChunk: Command output/system messages
- CompactChunk: System metadata/structural messages
Each chunk has: timestamp, duration, metrics (tokens, cost, tools)
Task/Subagent Filtering
Task tool_use blocks are filtered when subagent exists Keep orphaned Task calls (no matching subagent) for visibility.
Agent Teams
Claude Code's "Orchestrate Teams" feature: multiple sessions coordinate as a team.
- Process.team?
{ teamName, memberName, memberColor }— enriched by SubagentResolver from Task call inputs andteammate_spawnedtool results - Teammate messages arrive as
<teammate-message teammate_id="..." color="..." summary="...">content</teammate-message>in user messages (isMeta: false). Detected byisParsedTeammateMessage()— excluded from UserChunks, rendered asTeammateMessageItemcards - Session ongoing detection treats
SendMessageshutdown_response (approve: true) and its tool_result as ending events, not ongoing activity - Display summary counts distinct teammates (by name) separately from regular subagents
- Team tools: TeamCreate, TaskCreate, TaskUpdate, TaskList, TaskGet, SendMessage, TeamDelete — have readable summaries in
toolSummaryHelpers.ts
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 · 159 lines · 1,595 tokens per session scan C 905e4bad3a46
claude-devtools CLAUDE.md is an instructions file published in the GitHub repository matt1398/claude-devtools (3,892 stars, last pushed 3mo ago), licensed MIT. It adds 1,595 tokens to every session, about $0.0080 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other instructions, from other repositories
Ataru AGENTS.md
Instructions for lovstudio/Ataru, covering agents.md, design system, quick rules, color palette and common patterns.
Ataru CLAUDE.md
Instructions for lovstudio/Ataru, covering claude.md, design system, quick rules, color palette and common patterns.
codex-trace AGENTS.md
Instructions for PixelPaw-Labs/codex-trace, covering claude.md, commands, dev, lint and format.
swob AGENTS.md
Instructions for IvyYang1999/swob, covering swob 研发协作唯一规范, 不可越过的边界, 角色与职责, 生命周期 and 分支、worktree 与提交.
MindFlock AGENTS.md
Instructions for MindFlock/MindFlock, covering mindflock — agent onboarding, setup and tests, map and conventions.
cursor-studio copilot-instructions.md
Instructions for DearLicy/cursor-studio, a project described as: Local-first Windows control center for Cursor: manage AI providers, balances, usage and costs, sessions, prompts, MCP, Skills, appearance, and integrations. | Cursor 本地桌面管理工具.