Demo, all content is generated
Showcase
Shipped: a CLAUDE.md generator that greps your repo for existing helpers
Spent a year fighting Claude Code rewriting helpers that already existed, so I built a small CLI that scans a repo, lists every exported function per folder, and writes a starter CLAUDE.md with a "grep lib/ before writing a helper" section already in it. Point it at any repo, takes a few seconds.
Tried it on a 300-file repo, it listed 140 helpers. Does it flag near-duplicates like formatDate and formatDates? sergio_ruiz · edited
Not yet, on the list. Right now it only groups by folder. felix_codes · edited
This is exactly my helper problem from a while ago. Using it. rosa_m · edited