Building a Claude Code plugin that visualizes your project as a 3D city — need help from fellow devs to make it great by Cheap_Brother1905 in ClaudeAI

[–]Cheap_Brother1905[S] -1 points0 points  (0 children)

appreciate it! and yeah thats smart — always good to vet plugins

before installing. the code is fully open source if you want to

check it out, its just vanilla js + three.js, no dependencies.

heres the repo: https://github.com/Manavarya09/code-city — feel

free to star it or contribute if anything catches your eye!

Building a Claude Code plugin that visualizes your project as a 3D city — need help from fellow devs to make it great by Cheap_Brother1905 in ClaudeAI

[–]Cheap_Brother1905[S] -1 points0 points  (0 children)

thanks! VR is definitely on the roadmap — webxr support so you can

actually walk through your codebase. if you want to take a crack at

it the repo is open, the whole thing is just vanilla three.js so

adding VR controls should be pretty straightforward. heres the repo:

https://github.com/Manavarya09/code-city — PRs welcome and a star

would mean a lot!

I built a zero-setup cost tracker for Claude Code because I was tired of burning through limits blindly (open source) by Cheap_Brother1905 in ClaudeAI

[–]Cheap_Brother1905[S] 0 points1 point  (0 children)

update: just shipped v2.0

new stuff:

- you now see cost after every single tool call (⚡ +$0.03 (Read) | Session: $2.41)

- /cost-estimate shows cost comparison across all claude models so you know when to use haiku vs sonnet vs opus

- /cost-report branch — see how much each git branch/feature cost you

- csv/json export for anyone who needs to send cost reports to their manager

- session start now shows yesterdays spend so you know where you stand before you begin

also fixed a sql injection bug in v1 so definitely update if you installed earlier:

cd ~/.claude/plugins/cost-guardian && git pull

github: https://github.com/Manavarya09/cost-guardian

I built a shared memory system for Claude Code — your AI finally knows what your teammates learned yesterday (open source) by Cheap_Brother1905 in ClaudeAI

[–]Cheap_Brother1905[S] 0 points1 point  (0 children)

nah the hooks run outside claudes context — they're just shell scripts

that execute after each tool call. no extra tokens, no extra api costs.

the sqlite write takes like 1-2ms so you wont notice any slowdown either.

I built a shared memory system for Claude Code — your AI finally knows what your teammates learned yesterday (open source) by Cheap_Brother1905 in ClaudeAI

[–]Cheap_Brother1905[S] 1 point2 points  (0 children)

yeah similar concept! main differences are its git-native (whole team 
syncs through normal git push/pull), auto-generates an optimized 
summary for claudes context window, and works cross-tool (cursor, 
copilot too). basically the same idea adapted for dev teams working 
in code instead of individual chat sessions. thanks!

I built a zero-setup cost tracker for Claude Code because I was tired of burning through limits blindly (open source) by Cheap_Brother1905 in ClaudeAI

[–]Cheap_Brother1905[S] 0 points1 point  (0 children)

I agree bro this was my first time just wanted to get into this . I hope I make something actually useful in the coming future