yamadashyyamadashyCommunity·7 Agent Skills Included

repomix

Pack any codebase into one AI-friendly file for analysis

Packs entire local or remote repositories into a single structured file optimized for AI tools like Claude, ChatGPT, and Gemini. Counts tokens per file, respects .gitignore rules, and strips out secrets and credentials automatically. Compresses large codebases by up to 70% while preserving structure, so your AI agent can analyze any project without hitting context limits.
npx skills add yamadashy/repomix --all -g -y
Available:

Gives your AI agent the project layout, coding standards, and testing rules it must follow when modifying the Repomix codebase.

All Skills in This Repository (7)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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