CLI and VS Code extension to visualize, lint, and refactor your Claude Code agent configurations. v0.5.0 released Mar 2025. Reads agents/, commands/, .mcp.json, and settings.json to build a dependency graph, detects dead agents, delegation cycles, missing references, and unused tool grants. Provides safe rename and permission blast-radius queries. No LLM calls, no telemetry, open source (MIT). Node 20+ required.
npm install claude-atlasNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Launch the interactive graph viewer on port 4000 from a .claude directory.
None needed; extension is additive.
Update consumers to handle both invokes and invokesOrdered.
None.
Run with appropriate node --experimental-wasm-modules if needed.
Suppress with // atlas-ignore-line or // atlas-ignore-next-line.
Install with `npm install -g claude-atlas` or use `npx claude-atlas`.
Upgrade Node to >=20.
Run with appropriate permissions or use --dry-run to preview.
Validate with `npx claude-atlas scan .claude --json` to see parsing errors.