yamadashy/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.
Repomix is a command-line tool that packs an entire codebase into a single AI-friendly file (XML, Markdown, or JSON) for use with LLMs and AI assistants. It respects .gitignore, counts tokens, compresses code via Tree-sitter, and filters out secrets using Secretlint. Users can run it via npx, install it globally, or use Docker, browser, or VS Code extensions. The output includes file contents, directory structure, and optional git logs, optimized for AI processing.
Related
- Project
filiksyos/gitreverseA tool that turns public GitHub repositories into single synthetic prompts for AI coding assistants to recreate the project from scratch.
- Project
repowise-dev/repowiseRepowise is an open‑source Python tool that builds a local, continuously‑updated index of a codebase (graph, git history, tests, docs, decisions). It exposes ten deterministic MCP endpoints that let AI coding agents and developers retrieve cited answers, change‑risk scores, test‑impact lists, and concrete refactoring plans with far fewer token calls. The system also provides a health‑score engine (49 detectors) and a GitHub PR bot that posts risk and health analysis directly on pull requests. Installation is a simple `pip install repowise`, `repowise init`, and `repowise serve`. The project is AGPL‑3.0 licensed, self‑hosted, and backed by published benchmarks showing ~30 % reduction in agent output and 97 % smaller payloads.
- Project
abinthomasonline/repo2txtA browser-based tool that converts code repositories from GitHub, GitLab, Azure DevOps, or local files into plain text for use in LLM prompts.
- Project
coderamp-labs/gitingestA tool that converts any Git repository or local directory into a single, prompt-friendly text digest for LLMs, providing code context and token statistics.