context-scanner.py
Python
Count tokens in your codebase and see how much context window it uses across Claude, GPT-4o, and Cursor. Shows which files are burning the most tokens and what to add to .claudeignore.
python3 context-scanner.py .
Download — free
conventions-gen.py
Python
Scan your existing code and generate a CONVENTIONS.md by reading your actual patterns — indentation, naming, import order, error handling style. Feed the output directly into your CLAUDE.md.
python3 conventions-gen.py . > CONVENTIONS.md
Download — free