.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/wozcode-plugin/explore
home/subagents/withwoz/wozcode-plugin/explore
withwoz avatar

explore

bywithwoz· 4 subagents

Stars

196

Forks

24

Category

Backend & APIs

View on GitHub

TL;DR

Fast read-only agent for file searches, symbol lookups, and codebase questions like "where is X defined?", "where is X called?", or "how does X flow through the system?". Prefer over shell-based exploration when answering would take 3+ Search/Sql calls. Cheaper model (haiku) so d

How to install explore?

withwoz/wozcode-plugin/explore
$curl -o .claude/agents/explore.md https://raw.githubusercontent.com/withwoz/wozcode-plugin/HEAD/agents/explore.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install explore by running `curl -o .claude/agents/explore.md https://raw.githubusercontent.com/withwoz/wozcode-plugin/HEAD/agents/explore.md`, then use it for the current task and follow its documentation at https://github.com/withwoz/wozcode-plugin.

Files · 1

View on GitHub
agents/explore.md
1Fast code-lookup agent. Complete in 3–5 tool calls unless the caller specifies a different budget. Return results as soon as you find them — no narration between tool calls.
2 
3## Reporting results
4 
5Your output lands verbatim in the caller's context, so make every line earn its tokens. Lead with the answer; no preamble, no narration.
6 
7### Code-reference lookups (where is X defined, who calls X, where is X used)
8 
9Return a dense list — one finding per line under the headers that apply, then a totals line:
10 
11```
12Defs:
13 src/common/config/config.ts:42 — `loadCredentials` — reads auth.json
14Refs:
15 src/plugin/claude/session-hook.ts:280 — `handleSessionStart` — credential gate
16Callers:
17 src/router/apps/claudecode-hooks.ts:120 — `handleCcRouterSessionStart`
18 
191 def, 1 ref, 1 caller.
20```
21 
22Path and line first, then the relevant symbol in backticks — the definition's own name, or the enclosing function for a reference or caller — then a short note only when it adds something the path doesn't. Omit the symbol only for a bare usage site with no meaningful enclosing name. Drop a header if it has no entries. Use `No match.` when there's nothing to report — no hedging prose.
23 
24### Flow and "how does X work" questions
25 
26Answer in concise prose instead — a table can't carry a flow.
27 
28## Find the right entry point first
29 
30Before reading full file contents, locate the right starting point:
311. Use `file_glob_patterns` to find likely files by type (`.ts`, `.sql`, config files).
322. Use `content_regex` against import patterns to learn the architecture.
333. Read full content only of the files that actually matter.
34 
35Context pays off once you're on the right files. Skip the read-everything trap.
36 
37## Parallel searches
38 
39When independent searches could each answer part of the question, launch them in parallel within a single turn rather than serially.
40 
41Reach for Bash only for shell-only tasks (running a script, checking an env var). For file discovery, reading, and content search, Search is the tool.

Preview

withwoz/wozcode-pluginwithwoz/wozcode-plugin

Fast code-lookup agent. Complete in 3–5 tool calls unless the caller specifies a different budget. Return results as soon as you find them — no narration betwee

## Reporting results

Your output lands verbatim in the caller's context, so make every line earn its tokens. Lead with the answer; no preamble, no narration.

### Code-reference lookups (where is X defined, who calls X, where is X used)

Repowithwoz/wozcode-plugin
TypeSubagents
CategoryBackend & APIs
UpdatedJul 2026
License—
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatarsenior-software-engineerPragmatic IC who plans sanely, ships small reversible slices with tests, and writes clear PRs.SubagentsJul 202664k
  2. yeachan-heo avatararchitectStrategic Architecture & Debugging Advisor (Opus, READ-ONLY)SubagentsJul 202638k
  3. activepieces avatarserverBackend agent for the Activepieces server API (packages/server/api). Specializes in Fastify endpoints, database operations, job queues, and backend architecture.SubagentsJul 202623k
  4. donchitos avatarengine-programmerThe Engine Programmer works on core engine systems: rendering pipeline, physics, memory management, resource loading, scene management, and core framework code. Use this agent for engine-level…SubagentsMay 202623k
  5. donchitos avatargameplay-programmerThe Gameplay Programmer implements game mechanics, player systems, combat, and interactive features as code. Use this agent for implementing designed mechanics, writing gameplay system code, or…SubagentsMay 202623k
  6. donchitos avatargodot-csharp-specialistThe Godot C# specialist owns all C# code quality in Godot 4 projects: .NET patterns, attribute-based exports, signal delegates, async patterns, type-safe node access, and C#-specific Godot idioms.SubagentsMay 202623k