website/client/src/en/guide/claude-code-plugins.md
Repomix provides official plugins for Claude Code that integrate seamlessly with the AI-powered development environment. These plugins make it easy to analyze and pack codebases directly within Claude Code using natural language commands.
First, add the Repomix plugin marketplace to Claude Code:
/plugin marketplace add yamadashy/repomix
Install the plugins using the following commands:
# Install MCP server plugin (recommended foundation)
/plugin install repomix-mcp@repomix
# Install commands plugin (extends functionality)
/plugin install repomix-commands@repomix
# Install repository explorer plugin (AI-powered analysis)
/plugin install repomix-explorer@repomix
::: tip Plugin Relationship
The repomix-mcp plugin is recommended as a foundation. The repomix-commands plugin provides convenient slash commands, while repomix-explorer adds AI-powered analysis capabilities. While you can install them independently, using all three provides the most comprehensive experience.
:::
You can also use the interactive plugin installer:
/plugin
This opens an interactive interface where you can browse and install available plugins.
Foundation plugin that provides AI-powered codebase analysis through MCP server integration.
Features:
Provides convenient slash commands for quick operations with natural language support.
Available Commands:
/repomix-commands:pack-local - Pack local codebase with various options/repomix-commands:pack-remote - Pack and analyze remote GitHub repositoriesAI-powered repository analysis agent that intelligently explores codebases using Repomix CLI.
Features:
Available Commands:
/repomix-explorer:explore-local - Analyze local codebase with AI assistance/repomix-explorer:explore-remote - Analyze remote GitHub repositories with AI assistanceHow it works:
npx repomix@latest to pack the repositoryUse the /repomix-commands:pack-local command with natural language instructions:
/repomix-commands:pack-local
Pack this project as markdown with compression
Other examples:
Use the /repomix-commands:pack-remote command to analyze GitHub repositories:
/repomix-commands:pack-remote yamadashy/repomix
Pack only TypeScript files from the yamadashy/repomix repository
Other examples:
Use the /repomix-explorer:explore-local command for AI-powered analysis:
/repomix-explorer:explore-local ./src
Find all authentication-related code
Other examples:
Use the /repomix-explorer:explore-remote command to analyze GitHub repositories:
/repomix-explorer:explore-remote facebook/react
Show me the main component architecture
Other examples:
The plugin source code is available in the Repomix repository:
If you encounter issues or have suggestions for the Claude Code plugins: