aaurelions/combicode
📦 A CLI tool to combine a project's codebase into a single file for LLM context.
This tool helps developers prepare their entire codebase for analysis by large language models (LLMs). It takes all your project's source code files and combines them into a single text file, complete with a detailed map of classes, functions, and loops. This output provides the LLM with a complete understanding of your project's architecture and code for tasks like code generation, refactoring, or explanation.
Available on npm.
Use this if you need to provide a comprehensive, structured view of your entire software project to an AI assistant or large language model.
Not ideal if you only need to analyze a small snippet of code or if you are not working with large language models for code understanding.
Stars
35
Forks
1
Language
JavaScript
License
MIT
Category
Last pushed
Feb 28, 2026
Commits (30d)
0
Dependencies
2
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/aaurelions/combicode"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
BankkRoll/repo2pdf
repo2pdf is a tool that allows you to convert a GitHub repository into a PDF file. It clones the...
epilande/codegrab
✋ Interactive CLI tool for selecting and bundling code into a single, LLM-ready output file
a6h15hek/pancake
Streamlines your project management workflow, simplifies syncing multiple projects from remote...
Water-Run/treepp
tree++: A much better Windows `tree` command—more features, faster performance, and diff-level...
mmiscool/snipsplicer
Library for manipulating code files in various languages allowing for surgical file edits using...