Claude Code plugin that visualizes your current project as a 3D city.
Run /city in Claude Code → your codebase appears as a navigable 3D city in your browser.
git clone https://github.com/Manavarya09/claude-city-plugin.git ~/.claude/plugins/code-city-pluginIn any project with Claude Code:
/city # Analyze + launch 3D city
/city analyze # Just generate data
- Scans your local git repo (file tree, git log, dependencies)
- Generates
city-data.jsonwith metrics per file - Opens a Three.js 3D city in your browser at
localhost:3333
- Buildings = Files (height = LOC, color = language)
- Districts = Folders
- Fires = Files with bug-fix commits
- Characters = Contributors walking around
- Roads = Import dependencies
- Code City — Web app version (paste any GitHub repo)
- Cost Guardian — Cost tracking for Claude Code
- Team Brain — Shared AI memory for teams
MIT