#85 · Primary category: AI Coding Assistants
gitingest
Replace 'hub' with 'ingest' in any GitHub URL to get a prompt-friendly extract of a codebase
Project last updated:08/27/26
GitHub Stars
15.4K
Forks
1.1K
Contributors
55
License
MIT
Why we included this project
Gitingest removes the tedious step of getting a repository into a form an LLM can actually read. Point it at any Git repository and it produces a condensed text version of the codebase, so you can hand over the whole project instead of pasting files one by one or fighting token limits. That makes it a practical tool for anyone who regularly asks an LLM to review or refactor existing code. It runs as a hosted service (swap 'hub' for 'ingest' in a GitHub URL), a CLI, or a Python library, and you can filter by file size, includes, and excludes to control what enters the prompt. If you work with proprietary code, you can self-host it and keep everything local rather than sending your source to a third party.
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.