Yamadashy Repomix
yamadashy-repomix is a Claude Code plugin for the Build phase that packs your whole repository into one AI-friendly file via CLI, explorer, and MCP tooling.
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.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install yamadashy-repomix@yamadashy/repomixBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:yamadashy/repomix") and the paste-ready config with skillselion.get_install_config("plugin:yamadashy/repomix").
What it does
Repomix is a repository-packing utility turned into a Claude Code plugin family so solo builders 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 indie 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.
Highlights
- 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
Why builders use it
Solo builders waste agent context attaching files piecemeal and still miss cross-folder dependencies the model needs to give trustworthy answers.
After install, you generate a filtered, model-ready repo pack on demand so Claude Code can analyze, plan, and refactor with full-codebase awareness.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 23.1k stars, 0 votes.
FAQ
Who is yamadashy-repomix for?
It is for solo and indie builders 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.
Comments
Share how you use yamadashy-repomix, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.