diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json
index e25c4202d..ed85ad10c 100644
--- a/.claude-plugin/marketplace.json
+++ b/.claude-plugin/marketplace.json
@@ -35,10 +35,10 @@
"strict": false
},
{
- "name": "repository-explorer",
- "source": "./.claude/plugins/repository-explorer",
+ "name": "repomix-explorer",
+ "source": "./.claude/plugins/repomix-explorer",
"description": "AI-powered repository analysis agent using Repomix CLI. Analyzes local and remote repositories intelligently by running repomix commands, then reading and searching the generated output files to answer questions about code structure, patterns, and content.",
- "version": "1.0.0",
+ "version": "1.1.0",
"author": {
"name": "yamadashy"
},
diff --git a/.claude/plugins/repomix-commands/commands/pack-local.md b/.claude/plugins/repomix-commands/commands/pack-local.md
index 4cfe2a362..fd1fcd8e4 100644
--- a/.claude/plugins/repomix-commands/commands/pack-local.md
+++ b/.claude/plugins/repomix-commands/commands/pack-local.md
@@ -72,7 +72,7 @@ If the user wants to analyze or explore the generated output:
- The sub-agent will efficiently search and read specific sections using grep and incremental reading
**Agent Selection Strategy**:
-1. If `repository-explorer:repository-explorer` agent is available, use it (optimized for repomix output analysis)
+1. If `repomix-explorer:explorer` agent is available, use it (optimized for repomix output analysis)
2. Otherwise, use the `general-purpose` agent or another suitable sub-agent
3. The sub-agent should use Grep and Read tools to analyze incrementally
diff --git a/.claude/plugins/repomix-commands/commands/pack-remote.md b/.claude/plugins/repomix-commands/commands/pack-remote.md
index c527f2b60..ba1ca5c2a 100644
--- a/.claude/plugins/repomix-commands/commands/pack-remote.md
+++ b/.claude/plugins/repomix-commands/commands/pack-remote.md
@@ -79,7 +79,7 @@ If the user wants to analyze or explore the generated output:
- The sub-agent will efficiently search and read specific sections using grep and incremental reading
**Agent Selection Strategy**:
-1. If `repository-explorer:repository-explorer` agent is available, use it (optimized for repomix output analysis)
+1. If `repomix-explorer:explorer` agent is available, use it (optimized for repomix output analysis)
2. Otherwise, use the `general-purpose` agent or another suitable sub-agent
3. The sub-agent should use Grep and Read tools to analyze incrementally
diff --git a/.claude/plugins/repository-explorer/.claude-plugin/plugin.json b/.claude/plugins/repomix-explorer/.claude-plugin/plugin.json
similarity index 88%
rename from .claude/plugins/repository-explorer/.claude-plugin/plugin.json
rename to .claude/plugins/repomix-explorer/.claude-plugin/plugin.json
index 4b3472c96..c90bfe538 100644
--- a/.claude/plugins/repository-explorer/.claude-plugin/plugin.json
+++ b/.claude/plugins/repomix-explorer/.claude-plugin/plugin.json
@@ -1,7 +1,7 @@
{
- "name": "repository-explorer",
+ "name": "repomix-explorer",
"description": "AI-powered repository analysis agent using Repomix CLI. Analyzes local and remote repositories intelligently by running repomix commands, then reading and searching the generated output files to answer questions about code structure, patterns, and content.",
- "version": "1.0.1",
+ "version": "1.1.0",
"author": {
"name": "yamadashy"
},
diff --git a/.claude/plugins/repository-explorer/agents/repository-explorer.md b/.claude/plugins/repomix-explorer/agents/explorer.md
similarity index 90%
rename from .claude/plugins/repository-explorer/agents/repository-explorer.md
rename to .claude/plugins/repomix-explorer/agents/explorer.md
index 8915514b3..641e6800c 100644
--- a/.claude/plugins/repository-explorer/agents/repository-explorer.md
+++ b/.claude/plugins/repomix-explorer/agents/explorer.md
@@ -1,6 +1,6 @@
---
-name: repository-explorer
-description: Use this agent when the user wants to analyze or explore a codebase (remote repository or local repository) using Repomix. This includes scenarios like:\n\n- User asks to analyze a GitHub repository: "Can you analyze this repository: https://github.com/user/repo"\n- User wants to understand a local codebase: "Analyze the codebase in /path/to/project"\n- User requests insights about code structure: "What's the structure of this project?"\n- User wants to find specific patterns: "Find all React components in this repo"\n- User asks about code metrics: "How many lines of code are in this project?"\n- User wants to explore specific files or directories: "Show me the authentication logic"\n\nExamples:\n\n\nuser: "Can you analyze this repository: https://github.com/facebook/react"\nassistant: "I'll use the repository-explorer:repository-explorer agent to analyze the React repository and provide insights about its structure and content."\n\nThe user is requesting repository analysis, so use the Task tool to launch the repository-explorer:repository-explorer agent to process the remote repository.\n\n\n\n\nuser: "I want to understand the structure of the project in ~/projects/my-app"\nassistant: "Let me use the repository-explorer:repository-explorer agent to analyze the local repository and provide you with a comprehensive overview."\n\nThe user wants to analyze a local repository structure, so use the repository-explorer:repository-explorer agent to process the local codebase.\n\n\n\n\nuser: "Find all authentication-related files in the yamadashy/repomix repository"\nassistant: "I'll use the repository-explorer:repository-explorer agent to search for authentication-related code in the Repomix repository."\n\nThe user wants to find specific patterns in a remote repository, so use the repository-explorer:repository-explorer agent.\n\n
+name: explorer
+description: Use this agent when the user wants to analyze or explore a codebase (remote repository or local repository) using Repomix. This includes scenarios like:\n\n- User asks to analyze a GitHub repository: "Can you analyze this repository: https://github.com/user/repo"\n- User wants to understand a local codebase: "Analyze the codebase in /path/to/project"\n- User requests insights about code structure: "What's the structure of this project?"\n- User wants to find specific patterns: "Find all React components in this repo"\n- User asks about code metrics: "How many lines of code are in this project?"\n- User wants to explore specific files or directories: "Show me the authentication logic"\n\nExamples:\n\n\nuser: "Can you analyze this repository: https://github.com/facebook/react"\nassistant: "I'll use the repomix-explorer:explorer agent to analyze the React repository and provide insights about its structure and content."\n\nThe user is requesting repository analysis, so use the Task tool to launch the repomix-explorer:explorer agent to process the remote repository.\n\n\n\n\nuser: "I want to understand the structure of the project in ~/projects/my-app"\nassistant: "Let me use the repomix-explorer:explorer agent to analyze the local repository and provide you with a comprehensive overview."\n\nThe user wants to analyze a local repository structure, so use the repomix-explorer:explorer agent to process the local codebase.\n\n\n\n\nuser: "Find all authentication-related files in the yamadashy/repomix repository"\nassistant: "I'll use the repomix-explorer:explorer agent to search for authentication-related code in the Repomix repository."\n\nThe user wants to find specific patterns in a remote repository, so use the repomix-explorer:explorer agent.\n\n
model: inherit
---
diff --git a/.claude/plugins/repository-explorer/commands/explore-local.md b/.claude/plugins/repomix-explorer/commands/explore-local.md
similarity index 70%
rename from .claude/plugins/repository-explorer/commands/explore-local.md
rename to .claude/plugins/repomix-explorer/commands/explore-local.md
index a793f2db6..128bf1991 100644
--- a/.claude/plugins/repository-explorer/commands/explore-local.md
+++ b/.claude/plugins/repomix-explorer/commands/explore-local.md
@@ -2,11 +2,11 @@
description: Explore and analyze a local codebase
---
-Analyze a local codebase using the repository-explorer:repository-explorer agent.
+Analyze a local codebase using the repomix-explorer:explorer agent.
When the user runs this command, they want to explore and understand a local project's code structure, patterns, and content.
-**Note**: This command is part of the repository-explorer plugin, so the repository-explorer:repository-explorer agent is guaranteed to be available.
+**Note**: This command is part of the repomix-explorer plugin, so the repomix-explorer:explorer agent is guaranteed to be available.
## Usage
@@ -19,7 +19,7 @@ The user should provide a path to a local directory:
1. **Extract directory path** from the user's input (default to current directory if not specified)
2. **Convert relative paths to absolute paths** if needed
-3. **Launch the repository-explorer:repository-explorer agent** to analyze the codebase
+3. **Launch the repomix-explorer:explorer agent** to analyze the codebase
4. **Provide the agent with clear instructions** about what to analyze
## Example Usage
@@ -33,7 +33,7 @@ The user should provide a path to a local directory:
## What to Tell the Agent
-Provide the repository-explorer:repository-explorer agent with a task that includes:
+Provide the repomix-explorer:explorer agent with a task that includes:
- The directory path to analyze (absolute path)
- Any specific focus areas mentioned by the user
- Clear instructions about what analysis is needed
@@ -59,7 +59,7 @@ Steps:
1. Parse the directory path from user input (default to current directory if not specified)
2. Resolve to absolute path
3. Identify any specific questions or focus areas from the user's request
-4. Launch the repository-explorer:repository-explorer agent with:
+4. Launch the repomix-explorer:explorer agent with:
- The Task tool
- A clear task description following the template above
- Any specific analysis requirements
@@ -69,4 +69,4 @@ The agent will:
- Analyze the generated output file efficiently using Grep and Read tools
- Provide comprehensive findings based on the analysis
-Remember: The repository-explorer:repository-explorer agent is optimized for this workflow. It will handle all the details of running repomix CLI, searching with grep, and reading specific sections. Your job is to launch it with clear context about which directory to analyze and what specific insights are needed.
+Remember: The repomix-explorer:explorer agent is optimized for this workflow. It will handle all the details of running repomix CLI, searching with grep, and reading specific sections. Your job is to launch it with clear context about which directory to analyze and what specific insights are needed.
diff --git a/.claude/plugins/repository-explorer/commands/explore-remote.md b/.claude/plugins/repomix-explorer/commands/explore-remote.md
similarity index 69%
rename from .claude/plugins/repository-explorer/commands/explore-remote.md
rename to .claude/plugins/repomix-explorer/commands/explore-remote.md
index 189d06ac3..fa2ac2630 100644
--- a/.claude/plugins/repository-explorer/commands/explore-remote.md
+++ b/.claude/plugins/repomix-explorer/commands/explore-remote.md
@@ -2,11 +2,11 @@
description: Explore and analyze a remote GitHub repository
---
-Analyze a remote GitHub repository using the repository-explorer:repository-explorer agent.
+Analyze a remote GitHub repository using the repomix-explorer:explorer agent.
When the user runs this command, they want to explore and understand a remote repository's code structure, patterns, and content.
-**Note**: This command is part of the repository-explorer plugin, so the repository-explorer:repository-explorer agent is guaranteed to be available.
+**Note**: This command is part of the repomix-explorer plugin, so the repomix-explorer:explorer agent is guaranteed to be available.
## Usage
@@ -18,7 +18,7 @@ The user should provide a GitHub repository in one of these formats:
## Your Responsibilities
1. **Extract repository information** from the user's input
-2. **Launch the repository-explorer:repository-explorer agent** to analyze the repository
+2. **Launch the repomix-explorer:explorer agent** to analyze the repository
3. **Provide the agent with clear instructions** about what to analyze
## Example Usage
@@ -31,7 +31,7 @@ The user should provide a GitHub repository in one of these formats:
## What to Tell the Agent
-Provide the repository-explorer:repository-explorer agent with a task that includes:
+Provide the repomix-explorer:explorer agent with a task that includes:
- The repository to analyze (URL or owner/repo format)
- Any specific focus areas mentioned by the user
- Clear instructions about what analysis is needed
@@ -56,7 +56,7 @@ Steps:
1. Parse the repository information from user input (owner/repo or full URL)
2. Identify any specific questions or focus areas from the user's request
-3. Launch the repository-explorer:repository-explorer agent with:
+3. Launch the repomix-explorer:explorer agent with:
- The Task tool
- A clear task description following the template above
- Any specific analysis requirements
@@ -66,4 +66,4 @@ The agent will:
- Analyze the generated output file efficiently using Grep and Read tools
- Provide comprehensive findings based on the analysis
-Remember: The repository-explorer:repository-explorer agent is optimized for this workflow. It will handle all the details of running repomix CLI, searching with grep, and reading specific sections. Your job is to launch it with clear context about which repository to analyze and what specific insights are needed.
+Remember: The repomix-explorer:explorer agent is optimized for this workflow. It will handle all the details of running repomix CLI, searching with grep, and reading specific sections. Your job is to launch it with clear context about which repository to analyze and what specific insights are needed.
diff --git a/README.md b/README.md
index 552e102c4..0100522d1 100644
--- a/README.md
+++ b/README.md
@@ -1029,7 +1029,7 @@ Pack this project as markdown with compression
Pack only TypeScript files from the yamadashy/repomix repository
```
-**3. repository-explorer:repository-explorer** (AI Analysis Agent Plugin)
+**3. repomix-explorer:explorer** (AI Analysis Agent Plugin)
AI-powered repository analysis agent that intelligently explores codebases using Repomix CLI.
@@ -1040,15 +1040,15 @@ AI-powered repository analysis agent that intelligently explores codebases using
- Automatic context management for large repositories
**Available Commands:**
-- `/repository-explorer:explore-local` - Analyze local codebase with AI assistance
-- `/repository-explorer:explore-remote` - Analyze remote GitHub repositories with AI assistance
+- `/repomix-explorer:explore-local` - Analyze local codebase with AI assistance
+- `/repomix-explorer:explore-remote` - Analyze remote GitHub repositories with AI assistance
**Example usage:**
```text
-/repository-explorer:explore-local ./src
+/repomix-explorer:explore-local ./src
Find all authentication-related code
-/repository-explorer:explore-remote facebook/react
+/repomix-explorer:explore-remote facebook/react
Show me the main component architecture
```
@@ -1075,10 +1075,10 @@ The agent automatically:
/plugin install repomix-commands@repomix
# Install repository explorer plugin (AI-powered analysis)
-/plugin install repository-explorer@repomix
+/plugin install repomix-explorer@repomix
```
-**Note**: The `repomix-mcp` plugin is recommended as a foundation. The `repomix-commands` plugin provides convenient slash commands, while `repository-explorer` adds AI-powered analysis capabilities. While you can install them independently, using all three provides the most comprehensive experience.
+**Note**: 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.
**Alternatively, use the interactive plugin installer:**
diff --git a/website/client/src/de/guide/claude-code-plugins.md b/website/client/src/de/guide/claude-code-plugins.md
index a8c2a8980..7f5695066 100644
--- a/website/client/src/de/guide/claude-code-plugins.md
+++ b/website/client/src/de/guide/claude-code-plugins.md
@@ -22,7 +22,7 @@ Bietet praktische Slash-Befehle mit Unterstützung für natürliche Sprache.
- `/repomix-commands:pack-local` - Lokale Codebase mit verschiedenen Optionen verpacken
- `/repomix-commands:pack-remote` - Entfernte GitHub-Repositories verpacken und analysieren
-### 3. repository-explorer:repository-explorer (KI-Analyse-Agent-Plugin)
+### 3. repomix-explorer:explorer (KI-Analyse-Agent-Plugin)
KI-gesteuerter Repository-Analyse-Agent, der Codebases intelligent mit Repomix CLI erkundet.
@@ -33,8 +33,8 @@ KI-gesteuerter Repository-Analyse-Agent, der Codebases intelligent mit Repomix C
- Automatische Kontextverwaltung für große Repositories
**Verfügbare Befehle:**
-- `/repository-explorer:explore-local` - Lokale Codebase mit KI-Unterstützung analysieren
-- `/repository-explorer:explore-remote` - Entfernte GitHub-Repositories mit KI-Unterstützung analysieren
+- `/repomix-explorer:explore-local` - Lokale Codebase mit KI-Unterstützung analysieren
+- `/repomix-explorer:explore-remote` - Entfernte GitHub-Repositories mit KI-Unterstützung analysieren
**Funktionsweise:**
1. Führt `npx repomix@latest` aus, um das Repository zu verpacken
@@ -63,11 +63,11 @@ Installieren Sie die Plugins mit den folgenden Befehlen:
/plugin install repomix-commands@repomix
# Repository-Explorer-Plugin installieren (KI-gestützte Analyse)
-/plugin install repository-explorer@repomix
+/plugin install repomix-explorer@repomix
```
::: tip Plugin-Beziehung
-Das `repomix-mcp`-Plugin wird als Basis empfohlen. Das `repomix-commands`-Plugin bietet praktische Slash-Befehle, während `repository-explorer` KI-gestützte Analysefunktionen hinzufügt. Obwohl Sie sie unabhängig installieren können, bietet die Verwendung aller drei die umfassendste Erfahrung.
+Das `repomix-mcp`-Plugin wird als Basis empfohlen. Das `repomix-commands`-Plugin bietet praktische Slash-Befehle, während `repomix-explorer` KI-gestützte Analysefunktionen hinzufügt. Obwohl Sie sie unabhängig installieren können, bietet die Verwendung aller drei die umfassendste Erfahrung.
:::
### Alternative: Interaktive Installation
@@ -112,10 +112,10 @@ Weitere Beispiele:
### Lokale Codebase mit KI erkunden
-Verwenden Sie den Befehl `/repository-explorer:explore-local` für KI-gestützte Analyse:
+Verwenden Sie den Befehl `/repomix-explorer:explore-local` für KI-gestützte Analyse:
```text
-/repository-explorer:explore-local ./src
+/repomix-explorer:explore-local ./src
Alle authentifizierungsbezogenen Codes finden
```
@@ -126,10 +126,10 @@ Weitere Beispiele:
### Entferntes Repository mit KI erkunden
-Verwenden Sie den Befehl `/repository-explorer:explore-remote`, um GitHub-Repositories zu analysieren:
+Verwenden Sie den Befehl `/repomix-explorer:explore-remote`, um GitHub-Repositories zu analysieren:
```text
-/repository-explorer:explore-remote facebook/react
+/repomix-explorer:explore-remote facebook/react
Die Hauptkomponentenarchitektur anzeigen
```
@@ -152,7 +152,7 @@ Der Plugin-Quellcode ist im Repomix-Repository verfügbar:
- [Plugin-Marktplatz](https://github.com/yamadashy/repomix/tree/main/.claude-plugin)
- [MCP-Plugin](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repomix-mcp)
- [Befehls-Plugin](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repomix-commands)
-- [Repository-Explorer-Plugin](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repository-explorer)
+- [Repository-Explorer-Plugin](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repomix-explorer)
## Feedback und Support
diff --git a/website/client/src/en/guide/claude-code-plugins.md b/website/client/src/en/guide/claude-code-plugins.md
index 73bf07019..9002cdd83 100644
--- a/website/client/src/en/guide/claude-code-plugins.md
+++ b/website/client/src/en/guide/claude-code-plugins.md
@@ -22,7 +22,7 @@ Provides convenient slash commands for quick operations with natural language su
- `/repomix-commands:pack-local` - Pack local codebase with various options
- `/repomix-commands:pack-remote` - Pack and analyze remote GitHub repositories
-### 3. repository-explorer:repository-explorer (AI Analysis Agent Plugin)
+### 3. repomix-explorer:explorer (AI Analysis Agent Plugin)
AI-powered repository analysis agent that intelligently explores codebases using Repomix CLI.
@@ -33,8 +33,8 @@ AI-powered repository analysis agent that intelligently explores codebases using
- Automatic context management for large repositories
**Available Commands:**
-- `/repository-explorer:explore-local` - Analyze local codebase with AI assistance
-- `/repository-explorer:explore-remote` - Analyze remote GitHub repositories with AI assistance
+- `/repomix-explorer:explore-local` - Analyze local codebase with AI assistance
+- `/repomix-explorer:explore-remote` - Analyze remote GitHub repositories with AI assistance
**How it works:**
1. Runs `npx repomix@latest` to pack the repository
@@ -63,11 +63,11 @@ Install the plugins using the following commands:
/plugin install repomix-commands@repomix
# Install repository explorer plugin (AI-powered analysis)
-/plugin install repository-explorer@repomix
+/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 `repository-explorer` adds AI-powered analysis capabilities. While you can install them independently, using all three provides the most comprehensive experience.
+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.
:::
### Alternative: Interactive Installation
@@ -112,10 +112,10 @@ Other examples:
### Exploring a Local Codebase with AI
-Use the `/repository-explorer:explore-local` command for AI-powered analysis:
+Use the `/repomix-explorer:explore-local` command for AI-powered analysis:
```text
-/repository-explorer:explore-local ./src
+/repomix-explorer:explore-local ./src
Find all authentication-related code
```
@@ -126,10 +126,10 @@ Other examples:
### Exploring a Remote Repository with AI
-Use the `/repository-explorer:explore-remote` command to analyze GitHub repositories:
+Use the `/repomix-explorer:explore-remote` command to analyze GitHub repositories:
```text
-/repository-explorer:explore-remote facebook/react
+/repomix-explorer:explore-remote facebook/react
Show me the main component architecture
```
@@ -152,7 +152,7 @@ The plugin source code is available in the Repomix repository:
- [Plugin Marketplace](https://github.com/yamadashy/repomix/tree/main/.claude-plugin)
- [MCP Plugin](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repomix-mcp)
- [Commands Plugin](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repomix-commands)
-- [Repository Explorer Plugin](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repository-explorer)
+- [Repository Explorer Plugin](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repomix-explorer)
## Feedback and Support
diff --git a/website/client/src/es/guide/claude-code-plugins.md b/website/client/src/es/guide/claude-code-plugins.md
index c3903fb65..44b179936 100644
--- a/website/client/src/es/guide/claude-code-plugins.md
+++ b/website/client/src/es/guide/claude-code-plugins.md
@@ -22,7 +22,7 @@ Proporciona comandos slash convenientes con soporte de lenguaje natural.
- `/repomix-commands:pack-local` - Empaquetar base de código local con varias opciones
- `/repomix-commands:pack-remote` - Empaquetar y analizar repositorios remotos de GitHub
-### 3. repository-explorer:repository-explorer (Plugin de Agente de Análisis de IA)
+### 3. repomix-explorer:explorer (Plugin de Agente de Análisis de IA)
Agente de análisis de repositorios impulsado por IA que explora bases de código de manera inteligente utilizando Repomix CLI.
@@ -33,8 +33,8 @@ Agente de análisis de repositorios impulsado por IA que explora bases de códig
- Gestión automática de contexto para repositorios grandes
**Comandos Disponibles:**
-- `/repository-explorer:explore-local` - Analizar base de código local con asistencia de IA
-- `/repository-explorer:explore-remote` - Analizar repositorios remotos de GitHub con asistencia de IA
+- `/repomix-explorer:explore-local` - Analizar base de código local con asistencia de IA
+- `/repomix-explorer:explore-remote` - Analizar repositorios remotos de GitHub con asistencia de IA
**Cómo funciona:**
1. Ejecuta `npx repomix@latest` para empaquetar el repositorio
@@ -63,11 +63,11 @@ Instale los plugins usando los siguientes comandos:
/plugin install repomix-commands@repomix
# Instalar plugin explorador de repositorios (análisis impulsado por IA)
-/plugin install repository-explorer@repomix
+/plugin install repomix-explorer@repomix
```
::: tip Relación entre Plugins
-El plugin `repomix-mcp` se recomienda como base. El plugin `repomix-commands` proporciona comandos slash convenientes, mientras que `repository-explorer` agrega capacidades de análisis impulsadas por IA. Aunque puede instalarlos independientemente, usar los tres proporciona la experiencia más completa.
+El plugin `repomix-mcp` se recomienda como base. El plugin `repomix-commands` proporciona comandos slash convenientes, mientras que `repomix-explorer` agrega capacidades de análisis impulsadas por IA. Aunque puede instalarlos independientemente, usar los tres proporciona la experiencia más completa.
:::
### Alternativa: Instalación Interactiva
@@ -112,10 +112,10 @@ Otros ejemplos:
### Explorar Base de Código Local con IA
-Use el comando `/repository-explorer:explore-local` para análisis impulsado por IA:
+Use el comando `/repomix-explorer:explore-local` para análisis impulsado por IA:
```text
-/repository-explorer:explore-local ./src
+/repomix-explorer:explore-local ./src
Encontrar todo el código relacionado con autenticación
```
@@ -126,10 +126,10 @@ Otros ejemplos:
### Explorar Repositorio Remoto con IA
-Use el comando `/repository-explorer:explore-remote` para analizar repositorios de GitHub:
+Use el comando `/repomix-explorer:explore-remote` para analizar repositorios de GitHub:
```text
-/repository-explorer:explore-remote facebook/react
+/repomix-explorer:explore-remote facebook/react
Mostrarme la arquitectura de componentes principal
```
@@ -152,7 +152,7 @@ El código fuente de los plugins está disponible en el repositorio de Repomix:
- [Marketplace de Plugins](https://github.com/yamadashy/repomix/tree/main/.claude-plugin)
- [Plugin MCP](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repomix-mcp)
- [Plugin de Comandos](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repomix-commands)
-- [Plugin Explorador de Repositorios](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repository-explorer)
+- [Plugin Explorador de Repositorios](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repomix-explorer)
## Comentarios y Soporte
diff --git a/website/client/src/fr/guide/claude-code-plugins.md b/website/client/src/fr/guide/claude-code-plugins.md
index d47f05b63..4ec99cdba 100644
--- a/website/client/src/fr/guide/claude-code-plugins.md
+++ b/website/client/src/fr/guide/claude-code-plugins.md
@@ -22,7 +22,7 @@ Fournit des commandes slash pratiques avec support du langage naturel.
- `/repomix-commands:pack-local` - Empaqueter une base de code locale avec diverses options
- `/repomix-commands:pack-remote` - Empaqueter et analyser des dépôts GitHub distants
-### 3. repository-explorer:repository-explorer (Plugin Agent d'Analyse IA)
+### 3. repomix-explorer:explorer (Plugin Agent d'Analyse IA)
Agent d'analyse de dépôt alimenté par l'IA qui explore intelligemment les bases de code en utilisant Repomix CLI.
@@ -33,8 +33,8 @@ Agent d'analyse de dépôt alimenté par l'IA qui explore intelligemment les bas
- Gestion automatique du contexte pour les grands dépôts
**Commandes Disponibles :**
-- `/repository-explorer:explore-local` - Analyser une base de code locale avec assistance IA
-- `/repository-explorer:explore-remote` - Analyser des dépôts GitHub distants avec assistance IA
+- `/repomix-explorer:explore-local` - Analyser une base de code locale avec assistance IA
+- `/repomix-explorer:explore-remote` - Analyser des dépôts GitHub distants avec assistance IA
**Fonctionnement :**
1. Exécute `npx repomix@latest` pour empaqueter le dépôt
@@ -63,11 +63,11 @@ Installez les plugins en utilisant les commandes suivantes :
/plugin install repomix-commands@repomix
# Installer le plugin explorateur de dépôt (analyse alimentée par IA)
-/plugin install repository-explorer@repomix
+/plugin install repomix-explorer@repomix
```
::: tip Relations entre Plugins
-Le plugin `repomix-mcp` est recommandé comme base. Le plugin `repomix-commands` fournit des commandes slash pratiques, tandis que `repository-explorer` ajoute des capacités d'analyse alimentées par l'IA. Bien que vous puissiez les installer indépendamment, utiliser les trois offre l'expérience la plus complète.
+Le plugin `repomix-mcp` est recommandé comme base. Le plugin `repomix-commands` fournit des commandes slash pratiques, tandis que `repomix-explorer` ajoute des capacités d'analyse alimentées par l'IA. Bien que vous puissiez indépendamment les installer, utiliser les trois offre l'expérience la plus complète.
:::
### Alternative : Installation Interactive
@@ -112,10 +112,10 @@ Autres exemples :
### Explorer une Base de Code Locale avec l'IA
-Utilisez la commande `/repository-explorer:explore-local` pour une analyse alimentée par l'IA :
+Utilisez la commande `/repomix-explorer:explore-local` pour une analyse alimentée par l'IA :
```text
-/repository-explorer:explore-local ./src
+/repomix-explorer:explore-local ./src
Trouver tout le code lié à l'authentification
```
@@ -126,10 +126,10 @@ Autres exemples :
### Explorer un Dépôt Distant avec l'IA
-Utilisez la commande `/repository-explorer:explore-remote` pour analyser des dépôts GitHub :
+Utilisez la commande `/repomix-explorer:explore-remote` pour analyser des dépôts GitHub :
```text
-/repository-explorer:explore-remote facebook/react
+/repomix-explorer:explore-remote facebook/react
Me montrer l'architecture des composants principaux
```
@@ -152,7 +152,7 @@ Le code source des plugins est disponible dans le dépôt Repomix :
- [Marketplace de Plugins](https://github.com/yamadashy/repomix/tree/main/.claude-plugin)
- [Plugin MCP](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repomix-mcp)
- [Plugin de Commandes](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repomix-commands)
-- [Plugin Explorateur de Dépôt](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repository-explorer)
+- [Plugin Explorateur de Dépôt](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repomix-explorer)
## Retours et Support
diff --git a/website/client/src/hi/guide/claude-code-plugins.md b/website/client/src/hi/guide/claude-code-plugins.md
index e4a66205f..565e9b5f3 100644
--- a/website/client/src/hi/guide/claude-code-plugins.md
+++ b/website/client/src/hi/guide/claude-code-plugins.md
@@ -22,7 +22,7 @@ MCP सर्वर एकीकरण के माध्यम से AI-स
- `/repomix-commands:pack-local` - विभिन्न विकल्पों के साथ स्थानीय कोडबेस पैक करें
- `/repomix-commands:pack-remote` - दूरस्थ GitHub रिपॉजिटरी पैक और विश्लेषण करें
-### 3. repository-explorer:repository-explorer (AI विश्लेषण एजेंट प्लगइन)
+### 3. repomix-explorer:explorer (AI विश्लेषण एजेंट प्लगइन)
AI-संचालित रिपॉजिटरी विश्लेषण एजेंट जो Repomix CLI का उपयोग करके कोडबेस को बुद्धिमानी से खोजता है।
@@ -33,8 +33,8 @@ AI-संचालित रिपॉजिटरी विश्लेषण
- बड़े रिपॉजिटरी के लिए स्वचालित संदर्भ प्रबंधन
**उपलब्ध कमांड:**
-- `/repository-explorer:explore-local` - AI सहायता के साथ स्थानीय कोडबेस का विश्लेषण करें
-- `/repository-explorer:explore-remote` - AI सहायता के साथ दूरस्थ GitHub रिपॉजिटरी का विश्लेषण करें
+- `/repomix-explorer:explore-local` - AI सहायता के साथ स्थानीय कोडबेस का विश्लेषण करें
+- `/repomix-explorer:explore-remote` - AI सहायता के साथ दूरस्थ GitHub रिपॉजिटरी का विश्लेषण करें
**कैसे काम करता है:**
1. रिपॉजिटरी को पैक करने के लिए `npx repomix@latest` चलाता है
@@ -63,11 +63,11 @@ AI-संचालित रिपॉजिटरी विश्लेषण
/plugin install repomix-commands@repomix
# रिपॉजिटरी एक्सप्लोरर प्लगइन इंस्टॉल करें (AI-संचालित विश्लेषण)
-/plugin install repository-explorer@repomix
+/plugin install repomix-explorer@repomix
```
::: tip प्लगइन संबंध
-`repomix-mcp` प्लगइन को आधार के रूप में अनुशंसित किया जाता है। `repomix-commands` प्लगइन सुविधाजनक स्लैश कमांड प्रदान करता है, जबकि `repository-explorer` AI-संचालित विश्लेषण क्षमताएं जोड़ता है। हालांकि आप उन्हें स्वतंत्र रूप से इंस्टॉल कर सकते हैं, तीनों का उपयोग सबसे व्यापक अनुभव प्रदान करता है।
+`repomix-mcp` प्लगइन को आधार के रूप में अनुशंसित किया जाता है। `repomix-commands` प्लगइन सुविधाजनक स्लैश कमांड प्रदान करता है, जबकि `repomix-explorer` AI-संचालित विश्लेषण क्षमताएं जोड़ता है। हालांकि आप उन्हें स्वतंत्र रूप से इंस्टॉल कर सकते हैं, तीनों का उपयोग सबसे व्यापक अनुभव प्रदान करता है।
:::
### विकल्प: इंटरैक्टिव इंस्टॉलेशन
@@ -112,10 +112,10 @@ yamadashy/repomix रिपॉजिटरी से केवल TypeScript फ
### AI के साथ स्थानीय कोडबेस की खोज करें
-AI-संचालित विश्लेषण के लिए `/repository-explorer:explore-local` कमांड का उपयोग करें:
+AI-संचालित विश्लेषण के लिए `/repomix-explorer:explore-local` कमांड का उपयोग करें:
```text
-/repository-explorer:explore-local ./src
+/repomix-explorer:explore-local ./src
सभी प्रमाणीकरण संबंधी कोड खोजें
```
@@ -126,10 +126,10 @@ AI-संचालित विश्लेषण के लिए `/repository-
### AI के साथ दूरस्थ रिपॉजिटरी की खोज करें
-GitHub रिपॉजिटरी का विश्लेषण करने के लिए `/repository-explorer:explore-remote` कमांड का उपयोग करें:
+GitHub रिपॉजिटरी का विश्लेषण करने के लिए `/repomix-explorer:explore-remote` कमांड का उपयोग करें:
```text
-/repository-explorer:explore-remote facebook/react
+/repomix-explorer:explore-remote facebook/react
मुझे मुख्य घटक आर्किटेक्चर दिखाएं
```
@@ -152,7 +152,7 @@ GitHub रिपॉजिटरी का विश्लेषण करने
- [प्लगइन मार्केटप्लेस](https://github.com/yamadashy/repomix/tree/main/.claude-plugin)
- [MCP प्लगइन](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repomix-mcp)
- [कमांड प्लगइन](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repomix-commands)
-- [रिपॉजिटरी एक्सप्लोरर प्लगइन](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repository-explorer)
+- [रिपॉजिटरी एक्सप्लोरर प्लगइन](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repomix-explorer)
## फीडबैक और सहायता
diff --git a/website/client/src/id/guide/claude-code-plugins.md b/website/client/src/id/guide/claude-code-plugins.md
index 99dce07cb..4f1dface4 100644
--- a/website/client/src/id/guide/claude-code-plugins.md
+++ b/website/client/src/id/guide/claude-code-plugins.md
@@ -22,7 +22,7 @@ Menyediakan perintah slash yang praktis dengan dukungan bahasa alami.
- `/repomix-commands:pack-local` - Mengemas codebase lokal dengan berbagai opsi
- `/repomix-commands:pack-remote` - Mengemas dan menganalisis repositori GitHub remote
-### 3. repository-explorer:repository-explorer (Plugin Agen Analisis AI)
+### 3. repomix-explorer:explorer (Plugin Agen Analisis AI)
Agen analisis repositori berbasis AI yang mengeksplorasi codebase secara cerdas menggunakan Repomix CLI.
@@ -33,8 +33,8 @@ Agen analisis repositori berbasis AI yang mengeksplorasi codebase secara cerdas
- Manajemen konteks otomatis untuk repositori besar
**Perintah yang Tersedia:**
-- `/repository-explorer:explore-local` - Menganalisis codebase lokal dengan bantuan AI
-- `/repository-explorer:explore-remote` - Menganalisis repositori GitHub remote dengan bantuan AI
+- `/repomix-explorer:explore-local` - Menganalisis codebase lokal dengan bantuan AI
+- `/repomix-explorer:explore-remote` - Menganalisis repositori GitHub remote dengan bantuan AI
**Cara kerjanya:**
1. Menjalankan `npx repomix@latest` untuk mengemas repositori
@@ -63,11 +63,11 @@ Instal plugin menggunakan perintah berikut:
/plugin install repomix-commands@repomix
# Instal plugin penjelajah repositori (analisis berbasis AI)
-/plugin install repository-explorer@repomix
+/plugin install repomix-explorer@repomix
```
::: tip Hubungan Plugin
-Plugin `repomix-mcp` direkomendasikan sebagai dasar. Plugin `repomix-commands` menyediakan perintah slash yang praktis, sementara `repository-explorer` menambahkan kemampuan analisis berbasis AI. Meskipun Anda dapat menginstalnya secara independen, menggunakan ketiganya memberikan pengalaman yang paling komprehensif.
+Plugin `repomix-mcp` direkomendasikan sebagai dasar. Plugin `repomix-commands` menyediakan perintah slash yang praktis, sementara `repomix-explorer` menambahkan kemampuan analisis berbasis AI. Meskipun Anda dapat menginstalnya secara independen, menggunakan ketiganya memberikan pengalaman yang paling komprehensif.
:::
### Alternatif: Instalasi Interaktif
@@ -112,10 +112,10 @@ Contoh lainnya:
### Menjelajahi Codebase Lokal dengan AI
-Gunakan perintah `/repository-explorer:explore-local` untuk analisis berbasis AI:
+Gunakan perintah `/repomix-explorer:explore-local` untuk analisis berbasis AI:
```text
-/repository-explorer:explore-local ./src
+/repomix-explorer:explore-local ./src
Temukan semua kode terkait autentikasi
```
@@ -126,10 +126,10 @@ Contoh lainnya:
### Menjelajahi Repositori Remote dengan AI
-Gunakan perintah `/repository-explorer:explore-remote` untuk menganalisis repositori GitHub:
+Gunakan perintah `/repomix-explorer:explore-remote` untuk menganalisis repositori GitHub:
```text
-/repository-explorer:explore-remote facebook/react
+/repomix-explorer:explore-remote facebook/react
Tunjukkan arsitektur komponen utama
```
@@ -152,7 +152,7 @@ Kode sumber plugin tersedia di repositori Repomix:
- [Marketplace Plugin](https://github.com/yamadashy/repomix/tree/main/.claude-plugin)
- [Plugin MCP](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repomix-mcp)
- [Plugin Perintah](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repomix-commands)
-- [Plugin Penjelajah Repositori](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repository-explorer)
+- [Plugin Penjelajah Repositori](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repomix-explorer)
## Umpan Balik dan Dukungan
diff --git a/website/client/src/ja/guide/claude-code-plugins.md b/website/client/src/ja/guide/claude-code-plugins.md
index b46444bfa..20805d598 100644
--- a/website/client/src/ja/guide/claude-code-plugins.md
+++ b/website/client/src/ja/guide/claude-code-plugins.md
@@ -22,7 +22,7 @@ MCP サーバー統合によるAI駆動のコードベース分析を提供す
- `/repomix-commands:pack-local` - 様々なオプションでローカルコードベースをパッキング
- `/repomix-commands:pack-remote` - リモートGitHubリポジトリをパッキング・分析
-### 3. repository-explorer:repository-explorer(AI分析エージェントプラグイン)
+### 3. repomix-explorer:explorer(AI分析エージェントプラグイン)
Repomix CLIを使用してコードベースをインテリジェントに探索するAI駆動のリポジトリ分析エージェントです。
@@ -33,8 +33,8 @@ Repomix CLIを使用してコードベースをインテリジェントに探索
- 大規模リポジトリの自動コンテキスト管理
**利用可能なコマンド:**
-- `/repository-explorer:explore-local` - AIアシスタントによるローカルコードベースの分析
-- `/repository-explorer:explore-remote` - AIアシスタントによるリモートGitHubリポジトリの分析
+- `/repomix-explorer:explore-local` - AIアシスタントによるローカルコードベースの分析
+- `/repomix-explorer:explore-remote` - AIアシスタントによるリモートGitHubリポジトリの分析
**動作方法:**
1. `npx repomix@latest`を実行してリポジトリをパッキング
@@ -63,11 +63,11 @@ Repomix CLIを使用してコードベースをインテリジェントに探索
/plugin install repomix-commands@repomix
# リポジトリエクスプローラープラグインをインストール(AI駆動分析)
-/plugin install repository-explorer@repomix
+/plugin install repomix-explorer@repomix
```
::: tip プラグインの関係
-`repomix-mcp`プラグインは基盤として推奨されます。`repomix-commands`プラグインは便利なスラッシュコマンドを提供し、`repository-explorer`はAI駆動の分析機能を追加します。独立してインストールすることもできますが、3つすべてを使用することで最も包括的な体験が得られます。
+`repomix-mcp`プラグインは基盤として推奨されます。`repomix-commands`プラグインは便利なスラッシュコマンドを提供し、`repomix-explorer`はAI駆動の分析機能を追加します。独立してインストールすることもできますが、3つすべてを使用することで最も包括的な体験が得られます。
:::
### 代替: インタラクティブインストール
@@ -112,10 +112,10 @@ yamadashy/repomixリポジトリからTypeScriptファイルのみをパッキ
### AIによるローカルコードベースの探索
-`/repository-explorer:explore-local`コマンドを使用してAI駆動の分析を実行します:
+`/repomix-explorer:explore-local`コマンドを使用してAI駆動の分析を実行します:
```text
-/repository-explorer:explore-local ./src
+/repomix-explorer:explore-local ./src
認証関連のコードをすべて見つけて
```
@@ -126,10 +126,10 @@ yamadashy/repomixリポジトリからTypeScriptファイルのみをパッキ
### AIによるリモートリポジトリの探索
-`/repository-explorer:explore-remote`コマンドを使用してGitHubリポジトリを分析します:
+`/repomix-explorer:explore-remote`コマンドを使用してGitHubリポジトリを分析します:
```text
-/repository-explorer:explore-remote facebook/react
+/repomix-explorer:explore-remote facebook/react
主要なコンポーネントアーキテクチャを見せて
```
@@ -152,7 +152,7 @@ yamadashy/repomixリポジトリからTypeScriptファイルのみをパッキ
- [プラグインマーケットプレース](https://github.com/yamadashy/repomix/tree/main/.claude-plugin)
- [MCPプラグイン](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repomix-mcp)
- [コマンドプラグイン](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repomix-commands)
-- [リポジトリエクスプローラープラグイン](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repository-explorer)
+- [リポジトリエクスプローラープラグイン](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repomix-explorer)
## フィードバックとサポート
diff --git a/website/client/src/ko/guide/claude-code-plugins.md b/website/client/src/ko/guide/claude-code-plugins.md
index e02e9452d..b2f43073c 100644
--- a/website/client/src/ko/guide/claude-code-plugins.md
+++ b/website/client/src/ko/guide/claude-code-plugins.md
@@ -22,7 +22,7 @@ MCP 서버 통합을 통해 AI 기반 코드베이스 분석을 제공하는 기
- `/repomix-commands:pack-local` - 다양한 옵션으로 로컬 코드베이스 패키징
- `/repomix-commands:pack-remote` - 원격 GitHub 저장소 패키징 및 분석
-### 3. repository-explorer:repository-explorer (AI 분석 에이전트 플러그인)
+### 3. repomix-explorer:explorer (AI 분석 에이전트 플러그인)
Repomix CLI를 사용하여 코드베이스를 지능적으로 탐색하는 AI 기반 저장소 분석 에이전트입니다.
@@ -33,8 +33,8 @@ Repomix CLI를 사용하여 코드베이스를 지능적으로 탐색하는 AI
- 대형 저장소를 위한 자동 컨텍스트 관리
**사용 가능한 명령:**
-- `/repository-explorer:explore-local` - AI 지원으로 로컬 코드베이스 분석
-- `/repository-explorer:explore-remote` - AI 지원으로 원격 GitHub 저장소 분석
+- `/repomix-explorer:explore-local` - AI 지원으로 로컬 코드베이스 분석
+- `/repomix-explorer:explore-remote` - AI 지원으로 원격 GitHub 저장소 분석
**작동 방식:**
1. `npx repomix@latest`를 실행하여 저장소 패키징
@@ -63,11 +63,11 @@ Repomix CLI를 사용하여 코드베이스를 지능적으로 탐색하는 AI
/plugin install repomix-commands@repomix
# 저장소 탐색기 플러그인 설치 (AI 기반 분석)
-/plugin install repository-explorer@repomix
+/plugin install repomix-explorer@repomix
```
::: tip 플러그인 관계
-`repomix-mcp` 플러그인을 기반으로 권장합니다. `repomix-commands` 플러그인은 편리한 슬래시 명령을 제공하고, `repository-explorer`는 AI 기반 분석 기능을 추가합니다. 독립적으로 설치할 수 있지만, 세 가지 모두 사용하면 가장 포괄적인 경험을 제공합니다.
+`repomix-mcp` 플러그인을 기반으로 권장합니다. `repomix-commands` 플러그인은 편리한 슬래시 명령을 제공하고, `repomix-explorer`는 AI 기반 분석 기능을 추가합니다. 독립적으로 설치할 수 있지만, 세 가지 모두 사용하면 가장 포괄적인 경험을 제공합니다.
:::
### 대안: 대화형 설치
@@ -112,10 +112,10 @@ yamadashy/repomix 저장소에서 TypeScript 파일만 패키징
### AI로 로컬 코드베이스 탐색
-AI 기반 분석을 위해 `/repository-explorer:explore-local` 명령을 사용합니다:
+AI 기반 분석을 위해 `/repomix-explorer:explore-local` 명령을 사용합니다:
```text
-/repository-explorer:explore-local ./src
+/repomix-explorer:explore-local ./src
인증 관련 코드를 모두 찾아줘
```
@@ -126,10 +126,10 @@ AI 기반 분석을 위해 `/repository-explorer:explore-local` 명령을 사용
### AI로 원격 저장소 탐색
-GitHub 저장소를 분석하려면 `/repository-explorer:explore-remote` 명령을 사용합니다:
+GitHub 저장소를 분석하려면 `/repomix-explorer:explore-remote` 명령을 사용합니다:
```text
-/repository-explorer:explore-remote facebook/react
+/repomix-explorer:explore-remote facebook/react
주요 컴포넌트 아키텍처를 보여줘
```
@@ -152,7 +152,7 @@ GitHub 저장소를 분석하려면 `/repository-explorer:explore-remote` 명령
- [플러그인 마켓플레이스](https://github.com/yamadashy/repomix/tree/main/.claude-plugin)
- [MCP 플러그인](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repomix-mcp)
- [명령 플러그인](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repomix-commands)
-- [저장소 탐색기 플러그인](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repository-explorer)
+- [저장소 탐색기 플러그인](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repomix-explorer)
## 피드백 및 지원
diff --git a/website/client/src/pt-br/guide/claude-code-plugins.md b/website/client/src/pt-br/guide/claude-code-plugins.md
index e3d759911..284404c99 100644
--- a/website/client/src/pt-br/guide/claude-code-plugins.md
+++ b/website/client/src/pt-br/guide/claude-code-plugins.md
@@ -22,7 +22,7 @@ Fornece comandos slash convenientes com suporte a linguagem natural.
- `/repomix-commands:pack-local` - Empacotar base de código local com várias opções
- `/repomix-commands:pack-remote` - Empacotar e analisar repositórios remotos do GitHub
-### 3. repository-explorer:repository-explorer (Plugin de Agente de Análise de IA)
+### 3. repomix-explorer:explorer (Plugin de Agente de Análise de IA)
Agente de análise de repositório alimentado por IA que explora bases de código de forma inteligente usando Repomix CLI.
@@ -33,8 +33,8 @@ Agente de análise de repositório alimentado por IA que explora bases de códig
- Gerenciamento automático de contexto para repositórios grandes
**Comandos Disponíveis:**
-- `/repository-explorer:explore-local` - Analisar base de código local com assistência de IA
-- `/repository-explorer:explore-remote` - Analisar repositórios remotos do GitHub com assistência de IA
+- `/repomix-explorer:explore-local` - Analisar base de código local com assistência de IA
+- `/repomix-explorer:explore-remote` - Analisar repositórios remotos do GitHub com assistência de IA
**Como funciona:**
1. Executa `npx repomix@latest` para empacotar o repositório
@@ -63,11 +63,11 @@ Instale os plugins usando os seguintes comandos:
/plugin install repomix-commands@repomix
# Instalar plugin explorador de repositório (análise alimentada por IA)
-/plugin install repository-explorer@repomix
+/plugin install repomix-explorer@repomix
```
::: tip Relação entre Plugins
-O plugin `repomix-mcp` é recomendado como base. O plugin `repomix-commands` fornece comandos slash convenientes, enquanto o `repository-explorer` adiciona capacidades de análise alimentadas por IA. Embora você possa instalá-los independentemente, usar os três proporciona a experiência mais abrangente.
+O plugin `repomix-mcp` é recomendado como base. O plugin `repomix-commands` fornece comandos slash convenientes, enquanto o `repomix-explorer` adiciona capacidades de análise alimentadas por IA. Embora você possa instalá-los independentemente, usar os três proporciona a experiência mais abrangente.
:::
### Alternativa: Instalação Interativa
@@ -112,10 +112,10 @@ Outros exemplos:
### Explorando Base de Código Local com IA
-Use o comando `/repository-explorer:explore-local` para análise alimentada por IA:
+Use o comando `/repomix-explorer:explore-local` para análise alimentada por IA:
```text
-/repository-explorer:explore-local ./src
+/repomix-explorer:explore-local ./src
Encontrar todo o código relacionado à autenticação
```
@@ -126,10 +126,10 @@ Outros exemplos:
### Explorando Repositório Remoto com IA
-Use o comando `/repository-explorer:explore-remote` para analisar repositórios do GitHub:
+Use o comando `/repomix-explorer:explore-remote` para analisar repositórios do GitHub:
```text
-/repository-explorer:explore-remote facebook/react
+/repomix-explorer:explore-remote facebook/react
Mostrar a arquitetura dos componentes principais
```
@@ -152,7 +152,7 @@ O código-fonte dos plugins está disponível no repositório do Repomix:
- [Marketplace de Plugins](https://github.com/yamadashy/repomix/tree/main/.claude-plugin)
- [Plugin MCP](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repomix-mcp)
- [Plugin de Comandos](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repomix-commands)
-- [Plugin Explorador de Repositório](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repository-explorer)
+- [Plugin Explorador de Repositório](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repomix-explorer)
## Feedback e Suporte
diff --git a/website/client/src/vi/guide/claude-code-plugins.md b/website/client/src/vi/guide/claude-code-plugins.md
index 36e89fa1b..1cea8fd81 100644
--- a/website/client/src/vi/guide/claude-code-plugins.md
+++ b/website/client/src/vi/guide/claude-code-plugins.md
@@ -22,7 +22,7 @@ Cung cấp các lệnh slash tiện lợi với hỗ trợ ngôn ngữ tự nhi
- `/repomix-commands:pack-local` - Đóng gói codebase cục bộ với nhiều tùy chọn
- `/repomix-commands:pack-remote` - Đóng gói và phân tích repository GitHub từ xa
-### 3. repository-explorer:repository-explorer (Plugin Agent Phân Tích AI)
+### 3. repomix-explorer:explorer (Plugin Agent Phân Tích AI)
Agent phân tích repository được hỗ trợ bởi AI khám phá codebase một cách thông minh sử dụng Repomix CLI.
@@ -33,8 +33,8 @@ Agent phân tích repository được hỗ trợ bởi AI khám phá codebase m
- Quản lý ngữ cảnh tự động cho repository lớn
**Lệnh Có Sẵn:**
-- `/repository-explorer:explore-local` - Phân tích codebase cục bộ với hỗ trợ AI
-- `/repository-explorer:explore-remote` - Phân tích repository GitHub từ xa với hỗ trợ AI
+- `/repomix-explorer:explore-local` - Phân tích codebase cục bộ với hỗ trợ AI
+- `/repomix-explorer:explore-remote` - Phân tích repository GitHub từ xa với hỗ trợ AI
**Cách hoạt động:**
1. Chạy `npx repomix@latest` để đóng gói repository
@@ -63,11 +63,11 @@ Cài đặt các plugin bằng các lệnh sau:
/plugin install repomix-commands@repomix
# Cài đặt plugin khám phá repository (phân tích hỗ trợ AI)
-/plugin install repository-explorer@repomix
+/plugin install repomix-explorer@repomix
```
::: tip Mối Quan Hệ Plugin
-Plugin `repomix-mcp` được khuyến nghị làm nền tảng. Plugin `repomix-commands` cung cấp các lệnh slash tiện lợi, trong khi `repository-explorer` thêm khả năng phân tích hỗ trợ AI. Mặc dù bạn có thể cài đặt chúng độc lập, việc sử dụng cả ba sẽ mang lại trải nghiệm toàn diện nhất.
+Plugin `repomix-mcp` được khuyến nghị làm nền tảng. Plugin `repomix-commands` cung cấp các lệnh slash tiện lợi, trong khi `repomix-explorer` thêm khả năng phân tích hỗ trợ AI. Mặc dù bạn có thể cài đặt chúng độc lập, việc sử dụng cả ba sẽ mang lại trải nghiệm toàn diện nhất.
:::
### Thay Thế: Cài Đặt Tương Tác
@@ -112,10 +112,10 @@ Các ví dụ khác:
### Khám Phá Codebase Cục Bộ với AI
-Sử dụng lệnh `/repository-explorer:explore-local` để phân tích hỗ trợ AI:
+Sử dụng lệnh `/repomix-explorer:explore-local` để phân tích hỗ trợ AI:
```text
-/repository-explorer:explore-local ./src
+/repomix-explorer:explore-local ./src
Tìm tất cả code liên quan đến xác thực
```
@@ -126,10 +126,10 @@ Các ví dụ khác:
### Khám Phá Repository Từ Xa với AI
-Sử dụng lệnh `/repository-explorer:explore-remote` để phân tích repository GitHub:
+Sử dụng lệnh `/repomix-explorer:explore-remote` để phân tích repository GitHub:
```text
-/repository-explorer:explore-remote facebook/react
+/repomix-explorer:explore-remote facebook/react
Cho tôi xem kiến trúc component chính
```
@@ -152,7 +152,7 @@ Mã nguồn plugin có sẵn trong repository Repomix:
- [Plugin Marketplace](https://github.com/yamadashy/repomix/tree/main/.claude-plugin)
- [MCP Plugin](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repomix-mcp)
- [Commands Plugin](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repomix-commands)
-- [Repository Explorer Plugin](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repository-explorer)
+- [Repository Explorer Plugin](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repomix-explorer)
## Phản Hồi và Hỗ Trợ
diff --git a/website/client/src/zh-cn/guide/claude-code-plugins.md b/website/client/src/zh-cn/guide/claude-code-plugins.md
index 78c6ddada..0cdab4af7 100644
--- a/website/client/src/zh-cn/guide/claude-code-plugins.md
+++ b/website/client/src/zh-cn/guide/claude-code-plugins.md
@@ -22,7 +22,7 @@ Repomix 为 [Claude Code](https://docs.anthropic.com/en/docs/claude-code/overvie
- `/repomix-commands:pack-local` - 使用各种选项打包本地代码库
- `/repomix-commands:pack-remote` - 打包和分析远程 GitHub 仓库
-### 3. repository-explorer:repository-explorer(AI 分析代理插件)
+### 3. repomix-explorer:explorer(AI 分析代理插件)
AI 驱动的仓库分析代理,使用 Repomix CLI 智能探索代码库。
@@ -33,8 +33,8 @@ AI 驱动的仓库分析代理,使用 Repomix CLI 智能探索代码库。
- 大型仓库的自动上下文管理
**可用命令:**
-- `/repository-explorer:explore-local` - 使用 AI 辅助分析本地代码库
-- `/repository-explorer:explore-remote` - 使用 AI 辅助分析远程 GitHub 仓库
+- `/repomix-explorer:explore-local` - 使用 AI 辅助分析本地代码库
+- `/repomix-explorer:explore-remote` - 使用 AI 辅助分析远程 GitHub 仓库
**工作原理:**
1. 运行 `npx repomix@latest` 打包仓库
@@ -63,11 +63,11 @@ AI 驱动的仓库分析代理,使用 Repomix CLI 智能探索代码库。
/plugin install repomix-commands@repomix
# 安装仓库探索器插件(AI 驱动分析)
-/plugin install repository-explorer@repomix
+/plugin install repomix-explorer@repomix
```
::: tip 插件关系
-推荐将 `repomix-mcp` 插件作为基础。`repomix-commands` 插件提供便捷的斜杠命令,而 `repository-explorer` 添加 AI 驱动的分析功能。虽然可以独立安装,但同时使用三者可获得最全面的体验。
+推荐将 `repomix-mcp` 插件作为基础。`repomix-commands` 插件提供便捷的斜杠命令,而 `repomix-explorer` 添加 AI 驱动的分析功能。虽然可以独立安装,但同时使用三者可获得最全面的体验。
:::
### 替代方案:交互式安装
@@ -112,10 +112,10 @@ AI 驱动的仓库分析代理,使用 Repomix CLI 智能探索代码库。
### 使用 AI 探索本地代码库
-使用 `/repository-explorer:explore-local` 命令进行 AI 驱动的分析:
+使用 `/repomix-explorer:explore-local` 命令进行 AI 驱动的分析:
```text
-/repository-explorer:explore-local ./src
+/repomix-explorer:explore-local ./src
查找所有与认证相关的代码
```
@@ -126,10 +126,10 @@ AI 驱动的仓库分析代理,使用 Repomix CLI 智能探索代码库。
### 使用 AI 探索远程仓库
-使用 `/repository-explorer:explore-remote` 命令分析 GitHub 仓库:
+使用 `/repomix-explorer:explore-remote` 命令分析 GitHub 仓库:
```text
-/repository-explorer:explore-remote facebook/react
+/repomix-explorer:explore-remote facebook/react
显示主要组件架构
```
@@ -152,7 +152,7 @@ AI 驱动的仓库分析代理,使用 Repomix CLI 智能探索代码库。
- [插件市场](https://github.com/yamadashy/repomix/tree/main/.claude-plugin)
- [MCP 插件](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repomix-mcp)
- [命令插件](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repomix-commands)
-- [仓库探索器插件](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repository-explorer)
+- [仓库探索器插件](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repomix-explorer)
## 反馈和支持
diff --git a/website/client/src/zh-tw/guide/claude-code-plugins.md b/website/client/src/zh-tw/guide/claude-code-plugins.md
index e015ccb4e..d95d9b342 100644
--- a/website/client/src/zh-tw/guide/claude-code-plugins.md
+++ b/website/client/src/zh-tw/guide/claude-code-plugins.md
@@ -22,7 +22,7 @@ Repomix 為 [Claude Code](https://docs.anthropic.com/en/docs/claude-code/overvie
- `/repomix-commands:pack-local` - 使用各種選項打包本地程式碼庫
- `/repomix-commands:pack-remote` - 打包和分析遠端 GitHub 儲存庫
-### 3. repository-explorer:repository-explorer(AI 分析代理外掛)
+### 3. repomix-explorer:explorer(AI 分析代理外掛)
AI 驅動的儲存庫分析代理,使用 Repomix CLI 智慧探索程式碼庫。
@@ -33,8 +33,8 @@ AI 驅動的儲存庫分析代理,使用 Repomix CLI 智慧探索程式碼庫
- 大型儲存庫的自動上下文管理
**可用指令:**
-- `/repository-explorer:explore-local` - 使用 AI 輔助分析本地程式碼庫
-- `/repository-explorer:explore-remote` - 使用 AI 輔助分析遠端 GitHub 儲存庫
+- `/repomix-explorer:explore-local` - 使用 AI 輔助分析本地程式碼庫
+- `/repomix-explorer:explore-remote` - 使用 AI 輔助分析遠端 GitHub 儲存庫
**運作方式:**
1. 執行 `npx repomix@latest` 打包儲存庫
@@ -63,11 +63,11 @@ AI 驅動的儲存庫分析代理,使用 Repomix CLI 智慧探索程式碼庫
/plugin install repomix-commands@repomix
# 安裝儲存庫探索器外掛(AI 驅動分析)
-/plugin install repository-explorer@repomix
+/plugin install repomix-explorer@repomix
```
::: tip 外掛關係
-建議將 `repomix-mcp` 外掛作為基礎。`repomix-commands` 外掛提供便利的斜線指令,而 `repository-explorer` 新增 AI 驅動的分析功能。雖然可以獨立安裝,但同時使用三者可獲得最全面的體驗。
+建議將 `repomix-mcp` 外掛作為基礎。`repomix-commands` 外掛提供便利的斜線指令,而 `repomix-explorer` 新增 AI 驅動的分析功能。雖然可以獨立安裝,但同時使用三者可獲得最全面的體驗。
:::
### 替代方案:互動式安裝
@@ -112,10 +112,10 @@ AI 驅動的儲存庫分析代理,使用 Repomix CLI 智慧探索程式碼庫
### 使用 AI 探索本地程式碼庫
-使用 `/repository-explorer:explore-local` 指令進行 AI 驅動的分析:
+使用 `/repomix-explorer:explore-local` 指令進行 AI 驅動的分析:
```text
-/repository-explorer:explore-local ./src
+/repomix-explorer:explore-local ./src
尋找所有與認證相關的程式碼
```
@@ -126,10 +126,10 @@ AI 驅動的儲存庫分析代理,使用 Repomix CLI 智慧探索程式碼庫
### 使用 AI 探索遠端儲存庫
-使用 `/repository-explorer:explore-remote` 指令分析 GitHub 儲存庫:
+使用 `/repomix-explorer:explore-remote` 指令分析 GitHub 儲存庫:
```text
-/repository-explorer:explore-remote facebook/react
+/repomix-explorer:explore-remote facebook/react
顯示主要元件架構
```
@@ -152,7 +152,7 @@ AI 驅動的儲存庫分析代理,使用 Repomix CLI 智慧探索程式碼庫
- [外掛市集](https://github.com/yamadashy/repomix/tree/main/.claude-plugin)
- [MCP 外掛](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repomix-mcp)
- [指令外掛](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repomix-commands)
-- [儲存庫探索器外掛](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repository-explorer)
+- [儲存庫探索器外掛](https://github.com/yamadashy/repomix/tree/main/.claude/plugins/repomix-explorer)
## 意見回饋和支援