Help us improve
Share bugs, ideas, or general feedback.
From repomix-explorer
Analyzes local codebase directory (path optional, defaults to current), delivering structure overview, components, patterns via repomix CLI and explorer agent.
npx claudepluginhub yamadashy/repomix --plugin repomix-explorerHow this command is triggered — by the user, by Claude, or both
Slash command
/repomix-explorer:explore-localThe summary Claude sees in its command listing — used to decide when to auto-load this command
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 repomix-explorer plugin, so the repomix-explorer:explorer agent is guaranteed to be available. ## Usage The user should provide a path to a local directory: - Absolute path (e.g., /Users/username/projects/my-app) - Relative path (e.g., ./src, ../other-project) - Current directory (use "." or omit) ## Your Responsibilities 1. **Extract directory path** from ...
/exploreExplores codebase to map structure, detect tech stack, patterns, entry points, and CI/CD setup, producing a structured project overview.
/bootstrap-repoExplores the repository with 10 parallel subagents to analyze structure, dependencies, architecture, and more, creating CODEBASE.md.
/analyze-codebaseGenerates a detailed report analyzing codebase structure, file tree, counts, sizes, configuration files, and key source locations like entry points, routes, models, and components.
Share bugs, ideas, or general feedback.
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 repomix-explorer plugin, so the repomix-explorer:explorer agent is guaranteed to be available.
The user should provide a path to a local directory:
/explore-local
/explore-local ./src
/explore-local /Users/username/projects/my-app
/explore-local . - find all authentication-related code
Provide the repomix-explorer:explorer agent with a task that includes:
Default instruction template:
"Analyze this local directory: [absolute_path]
Task: Provide an overview of the codebase structure, main components, and key patterns.
Steps:
1. Run `npx repomix@latest [path]` to pack the codebase
2. Note the output file location
3. Use Grep and Read tools to analyze the output incrementally
4. Report your findings
[Add any specific focus areas if mentioned by user]
"
The agent will:
npx repomix@latest [path]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.