mcp-repomix
Installation
SKILL.md
MCP Skill: Repomix
Scope
Use the MCP server configured as repomix in .vscode/mcp.json to:
- Package entire codebase into consolidated files for AI analysis
- Search and grep through packed repository outputs
- Understand project structure and file organization
- Provide comprehensive context for large-scale refactoring
Preconditions
- Ensure
.vscode/mcp.jsoncontains a server entry namedrepomix. - The Repomix MCP server provides tools for codebase packaging and analysis.
Operating Rules
- Use
pack_codebaseto create consolidated repository snapshots for analysis - Use
grep_repomix_outputto search within packed outputs - Use
attach_packed_outputto load existing Repomix output files - Prefer Repomix for full codebase context gathering before major refactors
- Use XML or Markdown output styles for better LLM comprehension