Repomix
Development↓ 0
OPEN-Charlie
Claude CodeCursorWindsurfOther
contextcodebasellm-inputcode-review
Description
Pack your entire codebase into a single file that AI can read and understand all at once. Instead of showing Claude one file at a time, Repomix bundles everything — then you paste it in and Claude has full context of your whole project.
Setup Guide
1. npm install -g repomix
2. cd your-project
3. repomix (packs the whole repo into one file)
4. repomix --include "src/**" to filter files
5. Paste the output into Claude for full codebase context