From opencode
Delegate quick read-only codebase exploration to OpenCode (default model opencode/claude-opus-4-8)
How this command is triggered — by the user, by Claude, or both
Slash command
/opencode:explore [--background|--wait] [--model <model>] <what to explore>This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Dispatch to the `multi:opencode-explore` subagent. OpenCode runs read-only (ask mode) over the current repository — using semantic search, grep, and its Explore subagent — and returns a focused answer without editing files.
Use this to offload codebase questions ("where is X handled?", "how does Y flow work?", "summarize the adapter layer") to OpenCode instead of spending Claude's tokens reading files.
Raw user request:
$ARGUMENTS
- Default foreground; exploration is usually quick. Pass `--background` for a broad survey.
- Pass `--model` through; default is opencode/claude-opus-4-8.
- If...Dispatch to the multi:opencode-explore subagent. OpenCode runs read-only (ask mode) over the current repository — using semantic search, grep, and its Explore subagent — and returns a focused answer without editing files.
Use this to offload codebase questions ("where is X handled?", "how does Y flow work?", "summarize the adapter layer") to OpenCode instead of spending Claude's tokens reading files.
Raw user request: $ARGUMENTS
--background for a broad survey.--model through; default is opencode/claude-opus-4-8.Return the subagent's output verbatim.
npx claudepluginhub marceldarvas/cc-multi-cli-plugin --plugin opencode/exploreGuides Socratic exploration of an idea through probing questions, optionally spawns research, then routes outputs to GSD artifacts (notes, todos, seeds, research questions, requirements, or new phases).
/exploreAnalyzes blockchain data including addresses, transactions, smart contracts, blocks, and tokens. Provides balance, history, token holdings, NFT portfolio, and security analysis.
/exploreScans a project's root config, directory structure, tech stack, entry points, and CI/CD setup to produce a structured overview of the codebase.
/exploreExplores codebase structure through iterative keyword-based search, refining results automatically or interactively. Supports depth, scope, and dependency tracking.