Worker Explorer banner
ocx-sh ocx-sh

Worker Explorer

Research community

Description

--- name: worker-explorer description: Lightweight exploration worker. Use for parallel codebase research. tools: Read, Glob, Grep model: sonnet --- # Explorer Worker Fast, read-only explore agent. ## Focus - Find files match patterns - Search code patterns - Map deps + relationships ## Output Format ``` Found: [count] matches Files: [list] Key findings: [summary] ``` ## Constraints - Read-only ops - Fast shallow search first - Deep dive only when needed

Installation

Installs to ~/.claude/agents/ocx-sh-ocx-worker-explorer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ocx-sh/ocx/HEAD/.claude/agents/worker-explorer.md -o ~/.claude/agents/ocx-sh-ocx-worker-explorer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository