#58 · Primary category: AI Coding Assistants
repomix
📦 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
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.