
Yamadashy Repomix
- 27.5k repo stars
- Updated July 26, 2026
- yamadashy/repomix
yamadashy-repomix is a Claude Code plugin that packs your whole repository into one AI-friendly file via CLI, explorer, and MCP tooling.
About
Repomix is a repository-packing utility turned into a Claude Code plugin family so developers can hand an entire codebase to an agent in one structured dump instead of cherry-picking files. When you are refactoring, auditing security, planning a migration, or answering “how does this repo hang together,” manually attaching folders leaks context and wastes tokens on assets you meant to skip. Repomix applies sensible exclusions, emits a format models parse well, and exposes the workflow through plugin keywords—commands for quick packs, explorer for browsing what will ship, and MCP for in-session tooling. It fits teams shipping SaaS or CLIs who live in Claude Code daily and need repeatable, full-repo context without maintaining custom scripts. Complexity is intermediate because you should understand ignore patterns and when a pack is too large for your model window. It is a development integration, not a product analytics or SEO tool—use it whenever the agent’s job depends on seeing more than the files open in the editor.
- Bundles an entire repository into a single AI-friendly artifact for Claude, Codex, and other models
- Claude Code plugin bundle with 3 plugins spanning commands, explorer, and MCP surfaces
- Filters and respects ignore rules so context packs stay within token budgets
- Works across local repos and remote workflows when you need full-tree context for one-shot tasks
- Pairs with code review, migration planning, and onboarding prompts that need holistic codebase visibility
Yamadashy Repomix by the numbers
- Data as of Jul 28, 2026 (Skillselion catalog sync)
/plugin install yamadashy-repomix@yamadashy/repomixAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 27.5k |
|---|---|
| Last updated | July 26, 2026 |
| Repository | yamadashy/repomix ↗ |
What it does
Pack a whole repo into one AI-readable bundle so Claude Code can reason across the codebase without missing files or burning context on noisy paths.
Who is it for?
Best when you routinely ask your agent for architecture summaries, large refactors, or security passes across many directories.
Skip if: Skip if you only need one open file explained and do not want to manage pack size, ignore rules, or repo-wide exports.
What you get
After install, you generate a filtered, model-ready repo pack on demand so Claude Code can analyze, plan, and refactor with full-codebase awareness.
- Single AI-oriented repository pack file ready to attach or pipe into a session
- Repeatable pack workflow via plugin commands or MCP
- Clearer full-repo answers from the agent on structure and dependencies
Recommended Plugins
How it compares
Repository context packer and MCP integration, not a standalone coding skill or marketplace of unrelated plugins.
FAQ
Who is Yamadashy Repomix for?
It is for developers using Claude Code who need the agent to see a complete, filtered snapshot of a codebase—not just the files currently in the chat.
When should I use Yamadashy Repomix?
Use it before large analysis tasks: onboarding to a fork, planning refactors, drafting tests from patterns, or review passes that depend on imports and config across the tree.
How do I add Yamadashy Repomix to my agent?
Install the yamadashy/repomix Claude Code plugin bundle from the catalog, enable the MCP or command entry points in your workspace, then run a pack against your repo root before your main prompt.