website/client/src/en/guide/repomix-explorer-skill.md
Repomix provides a ready-to-use Repomix Explorer skill that enables AI coding assistants to analyze and explore codebases using Repomix CLI.
This skill is designed to work with various AI tools including Claude Code, Cursor, Codex, GitHub Copilot, and more.
npx add-skill yamadashy/repomix --skill repomix-explorer
This command installs the skill to your AI assistant's skills directory (e.g., .claude/skills/), making it immediately available.
Once installed, you can analyze codebases with natural language instructions.
"What's the structure of this repo?
https://github.com/facebook/react"
"What's in this project?
~/projects/my-app"
This is useful not only for understanding codebases, but also when you want to implement features by referencing your other repositories.
The Repomix Explorer skill guides AI assistants through the complete workflow:
"I want to understand the architecture of this project.
https://github.com/vercel/next.js"
The AI will run repomix, analyze the output, and provide a structured overview of the codebase.
"Find all authentication-related code in this repository."
The AI will search for auth patterns, categorize findings by file, and explain how authentication is implemented.
"I want to implement a similar feature to what I did in my other project.
~/projects/my-other-app"
The AI will analyze your other repository and help you reference your own implementations.
The skill includes:
--compress, --include, etc.)