repomix
Package entire code repositories into single AI-friendly files using Repomix. Capabilities include pack codebases with customizable include/exclude patterns, generate multiple output formats (XML, Markdown, plain text), preserve file structure and context, optimize for AI consumption with token counting, filter by file types and directories, add custom headers and summaries. Use when packaging codebases for AI analysis, creating repository snapshots for LLM context, analyzing third-party libraries, preparing for security audits, generating documentation context, or evaluating unfamiliar codeba
npx skills add majiayu000/claude-skill-registry --skill repomix-agentgptsmith-monadframework --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Repomix Skill Repomix packs entire repositories into single, AI-friendly files. Perfect for feeding codebases to LLMs like Claude, ChatGPT, and Gemini. ## When to Use Use when: - Packaging codebases for AI analysis - Creating repository snapshots for LLM context - Analyzing third-party libraries - Preparing for security audits - Generating documentation context - Investigating bugs across large codebases - Creating AI-friendly code representations ## Quick Start ### Check Installation ```bash repomix --version ``` ### Install ```bash # npm npm install -g repomix # Homebrew (macOS/Linux) brew install repomix ``` ### Basic Usage ```bash # Package current directory (generates repomix-output.xml) repomix # Specify output format repomix --style markdown repomix --style json # Package remote repository npx repomix --remote owner/repo # Custom output with filters repomix --include "src/**/*.ts" --remove-comments -o output.md ``` ## Core Capabilities ### Repository Packaging - AI-optimized formatting with clear separators - Multiple output formats: XML, Markdown, JSON, Plain text - Git-aware processing (respects .gitignore) - Token counting for LLM context management - Security checks fo
- When to Use
- Quick Start
- Check Installation
- Install
- Basic Usage
- Core Capabilities
- Repository Packaging
- Remote Repository Support
- Comment Removal
- Common Use Cases
- Code Review Preparation
- Security Audit
- Documentation Generation
- Bug Investigation
repomix --version npm npm install -g repomix Homebrew (macOS/Linux) brew install repomix Package current directory (generates repomix-output.xml) repomix Specify output format repomix --style markdown repomix --style json
What does the repomix skill do?
Package entire code repositories into single AI-friendly files using Repomix. Capabilities include pack codebases with customizable include/exclude patterns, generate multiple output formats (XML, Markdown, plain text), preserve file structure and context, optimize for AI consumption with token counting, filter by file types and directories, add custom headers and summaries. Use when packaging codebases for AI analysis, creating repository snapshots for LLM context, analyzing third-party libraries, preparing for security audits, generating documentation context, or evaluating unfamiliar codeba
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill repomix-agentgptsmith-monadframework --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
