First stable release.
codebase-visualize is a reusable skill for Claude Code and Codex that turns a target repository into a structured graph JSON file and a self-contained interactive HTML map for agent orientation.
Install
Have your coding agent install it, or run the installer directly:
Claude Code (user-level)
# PowerShell
pwsh scripts/install.ps1 -Tool claudecode -Scope user# bash
bash scripts/install.sh claudecode userCodex (user-level)
# PowerShell
pwsh scripts/install.ps1 -Tool codex -Scope user# bash
bash scripts/install.sh codex userSee the README for the full install matrix and first-use instructions.
Validation
All v1 release criteria are met. Evidence is recorded in docs/releases/v1.0-validation-record.md. Known limitation: macOS is explicitly unverified.