#58 · Primary category: AI Coding Assistants

repomix

ai anthropic artificial-intelligence chatbot chatgpt claude deepseek developer-tools gemini genai generative-ai gpt javascript language-model llama llm mcp nodejs openai typescript

📦 Repomix is a powerful tool that packs your entire repository into a single, AI-friendly file. Perfect for when you need to feed your codebase to Large Language Models (LLMs) or other AI tools like Claude, ChatGPT, DeepSeek, Perplexity, Gemini, Gemma, Llama, Grok, and more.

Project last updated:08/29/26

GitHub Stars

28.1K

Forks

1.5K

Contributors

81

License

MIT

Why we included this project

LLMs work best when they can see the whole codebase, and Repomix exists to make that practical. It packs a repository into a single XML, Markdown, or plain-text file you can hand to Claude, ChatGPT, or any other model, and it includes the directory structure plus per-file token counts so you can tell when you are about to blow past a context limit. The tool honors your .gitignore, supports glob patterns for including or excluding paths, and can fetch a remote repo or a specific commit. The tree-sitter-based compression is the most interesting part: it reduces code to signatures and structure, which cuts token usage by roughly 70 percent without losing the meaning. That makes it a useful bridge for teams doing AI-assisted code review, refactoring, or documentation work.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category