Agent skill · Security

repomix

Package code repositories into AI-friendly files. Use this skill when packaging codebases for AI analysis, creating repository snapshots, analyzing third-party libraries, preparing security audits, or generating documentation context. Supports multiple output formats and token counting.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill repomix-avibebuilder-claude-prime --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/ai-llm/repomix-avibebuilder-claude-prime/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Repomix Skill Repomix packs entire repositories into single, AI-friendly files. Perfect for feeding codebases to LLMs like Claude, ChatGPT, and Gemini. ## 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 for sensitive information ### Remote Repository Support Process remote repositories without cloning: ```bash # Shorthand npx repomix --remote yamadashy/repomix # Full URL npx repomix --remote https://github.com/owner/repo # Specific commit npx repomix --remote https://github.com/owner/repo/commit/hash

What's inside
Steps it walks through
  1. Quick Start
  2. Check Installation
  3. Install
  4. Basic Usage
  5. Core Capabilities
  6. Repository Packaging
  7. Remote Repository Support
  8. Comment Removal
  9. Common Use Cases
  10. Code Review Preparation
  11. Security Audit
  12. Documentation Generation
  13. Bug Investigation
  14. Implementation Planning
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
What does the repomix skill do?

Package code repositories into AI-friendly files. Use this skill when packaging codebases for AI analysis, creating repository snapshots, analyzing third-party libraries, preparing security audits, or generating documentation context. Supports multiple output formats and token counting.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill repomix-avibebuilder-claude-prime --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.

Keep going