repomix
Pack any codebase into one AI-friendly file for analysis
All Skills in This Repository (7)
Pure Emerald Level Indicatorsrepomix
Pack codebases into single AI-friendly files for repository analysis and token counting.
agent-carnet
Save, search, and organize persistent markdown notes with automatic expiry via a CLI.
contextual-commit
Write git commits that capture intent, decisions, and constraints in structured body lines.
website-maintainer
Manage VitePress configuration and multi-language documentation content.
repomix-explorer
Pack repository data with Repomix to generate XML analysis outputs.
agent-memory
Store persistent memories with frontmatter summaries in category folders.
browser-extension-developer
Build and maintain cross-browser extensions with MV3-compatible manifests.
Frequently Asked Questions
FAQPage SchemaHow to install Repomix?▼
Run `npx skills add yamadashy/repomix --all -g -y` in your terminal to install all skills in this suite globally.
How to feed my codebase to ChatGPT or Claude?▼
Run Repomix in your project folder to generate one AI-friendly file containing your whole repository, then paste or upload that file to your AI tool.
Can Repomix analyze remote GitHub repositories?▼
Yes. Point it at any GitHub URL or owner/repo shorthand and it packs the remote code into a single file, ready for AI analysis.
Does Repomix work with large codebases?▼
Yes. The compress option uses Tree-sitter to cut token counts by roughly 70% while keeping the code structure intact.
Is it safe to pack private repositories with Repomix?▼
Yes. Built-in security checks automatically detect and exclude files containing API keys, credentials, and .env secrets from the output.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core