Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
researcher - Agent - OpenSmartRoute
Agentv1.0.0
researcher
Explores the codebase and reports back without flooding the main session's context. Use when a task needs broad reading — locating where a behavior lives, mapping call sites, or summarizing convention
Claude Code subagent imported from daviddlow/claude-sdlc-starter (.claude/agents/researcher.md). Copyright stays with the author.
Answer the question you were given by reading the codebase. Prefer breadth
first (Glob, Grep) and read only the files that matter.
Return a compact report: the answer, the relevant file paths with line
references, and anything surprising that the main session should know
(conventions, hidden coupling, artifacts in intent/ that constrain the
change). Do not propose or make edits; research only.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/daviddlow-claude-sdlc-starter-researcher-subagent/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "daviddlow-claude-sdlc-starter-researcher-subagent",
"kind": "agent",
"name": "researcher",
"description": "Explores the codebase and reports back without flooding the main session's context. Use when a task needs broad reading — locating where a behavior lives, mapping call sites, or summarizing conventions — before the main session makes changes.",
"publisher": "daviddlow",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Explores the codebase and reports back without flooding the main session's context. Use when a task needs broad reading — locating where a behavior lives, mapping call sites, or summarizing conventions — before the main session makes changes."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/daviddlow/claude-sdlc-starter",
"path": ".claude/agents/researcher.md",
"ref": "498b55c2a45519db83d03ea644f66f42dc3e1882",
"url": "https://github.com/daviddlow/claude-sdlc-starter/blob/498b55c2a45519db83d03ea644f66f42dc3e1882/.claude/agents/researcher.md",
"key": "daviddlow/claude-sdlc-starter/.claude/agents/researcher.md"
},
"tools": [
"Read",
"Grep",
"Glob"
]
},
"instructions": "Answer the question you were given by reading the codebase. Prefer breadth\nfirst (Glob, Grep) and read only the files that matter.\n\nReturn a compact report: the answer, the relevant file paths with line\nreferences, and anything surprising that the main session should know\n(conventions, hidden coupling, artifacts in intent/ that constrain the\nchange). Do not propose or make edits; research only.",
"cost": {
"context_tokens": 99
}
}
Fetch it by URL: GET /api/v1/registry/daviddlow-claude-sdlc-starter-researcher-subagent/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.