https://github.com/manavarya09/claude-city-plugin
Claude Code plugin: visualize your current project as a 3D city with /city command
https://github.com/manavarya09/claude-city-plugin
3d claude-code developer-tools plugin threejs visualization
Last synced: 2 months ago
JSON representation
Claude Code plugin: visualize your current project as a 3D city with /city command
- Host: GitHub
- URL: https://github.com/manavarya09/claude-city-plugin
- Owner: Manavarya09
- License: mit
- Created: 2026-03-30T20:47:58.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-15T10:07:26.000Z (2 months ago)
- Last Synced: 2026-04-15T12:10:54.697Z (2 months ago)
- Topics: 3d, claude-code, developer-tools, plugin, threejs, visualization
- Language: JavaScript
- Size: 27.3 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Claude City Plugin
**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.
## Install
```bash
git clone https://github.com/Manavarya09/claude-city-plugin.git ~/.claude/plugins/code-city-plugin
```
## Usage
In any project with Claude Code:
```
/city # Analyze + launch 3D city
/city analyze # Just generate data
```
## How It Works
1. Scans your local git repo (file tree, git log, dependencies)
2. Generates `city-data.json` with metrics per file
3. Opens a Three.js 3D city in your browser at `localhost:3333`
## What You See
- **Buildings** = Files (height = LOC, color = language)
- **Districts** = Folders
- **Fires** = Files with bug-fix commits
- **Characters** = Contributors walking around
- **Roads** = Import dependencies
## Also See
- **[Code City](https://github.com/Manavarya09/code-city)** — Web app version (paste any GitHub repo)
- **[Cost Guardian](https://github.com/Manavarya09/cost-guardian)** — Cost tracking for Claude Code
- **[Team Brain](https://github.com/Manavarya09/team-brain)** — Shared AI memory for teams
## License
MIT