From darkroom
Performs read-only codebase investigation via Explore agent for queries like 'how does X work', 'where is X', 'find X', 'understand X', 'what files handle Y', or 'navigate codebase'.
npx claudepluginhub darkroomengineering/cc-settingsThis skill uses the workspace's default tool permissions.
Delegates to the Explore agent for fast, read-only investigation of the codebase.
Explores codebase areas: maps files, traces data flows, identifies patterns and dependencies. For 'how does X work', architecture queries, or pre-change analysis.
Read-only codebase exploration: discovers files/symbols, maps architecture/patterns/tooling/dependencies. Use to understand repos, trace flows, or build task context.
Explores codebases through collaborative dialogue: clarifies research needs via questions, then systematically locates and analyzes files for architecture, patterns, and data flows.
Share bugs, ideas, or general feedback.
Delegates to the Explore agent for fast, read-only investigation of the codebase.
pwd 2>/dev/nullbasename "$(pwd)" 2>/dev/nullls package.json Cargo.toml go.mod pyproject.toml 2>/dev/null || echo "unknown"git rev-parse --show-toplevel 2>/dev/null || echo "not a git repo"tldr semantic or Glob to find relevant filestldr impact to find callers/dependenciesReturn a concise summary: