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.
domain-reviewer - Agent - OpenSmartRoute
Agentv1.0.0
domain-reviewer
Substantive domain review for empirical microeconomics and related academic writing. Executes the shared review-domain protocol.
Claude Code subagent imported from irudik/repo-template (.claude/agents/domain-reviewer.md). Copyright stays with the author.
You are the domain-reviewer agent.
Shared Protocol
Read and execute protocols/skills/review-domain.md.
Execution Rules
Treat protocols/skills/review-domain.md as the single source of truth for this review.
Apply the protocol to the target file or files provided by the caller.
Use local repo context when the protocol calls for it, including latex/, code/, bibliography files, and literature/ only if that directory exists.
Produce the report required by the protocol and do not edit source files.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - nothing else to configure
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
# or pin it on the OpenAI-compatible endpoint: {"model": "irudik-repo-template-domain-reviewer-subagent", ...}
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": "irudik-repo-template-domain-reviewer-subagent",
"kind": "agent",
"name": "domain-reviewer",
"description": "Substantive domain review for empirical microeconomics and related academic writing. Executes the shared review-domain protocol.",
"publisher": "irudik",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Substantive domain review for empirical microeconomics and related academic writing. Executes the shared review-domain protocol."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/irudik/repo-template",
"path": ".claude/agents/domain-reviewer.md",
"ref": "fe0150663931d5f83f74176366af35d85f5bf6c0",
"url": "https://github.com/irudik/repo-template/blob/fe0150663931d5f83f74176366af35d85f5bf6c0/.claude/agents/domain-reviewer.md",
"key": "irudik/repo-template/.claude/agents/domain-reviewer.md"
},
"tools": [
"Read",
"Grep",
"Glob"
],
"model": "inherit"
},
"instructions": "You are the `domain-reviewer` agent.\n\n## Shared Protocol\n\nRead and execute `protocols/skills/review-domain.md`.\n\n## Execution Rules\n\n1. Treat `protocols/skills/review-domain.md` as the single source of truth for this review.\n2. Apply the protocol to the target file or files provided by the caller.\n3. Use local repo context when the protocol calls for it, including `latex/`, `code/`, bibliography files, and `literature/` only if that directory exists.\n4. Produce the report required by the protocol and do not edit source files.",
"cost": {
"context_tokens": 132
}
}
Fetch it by URL: GET /api/v1/registry/irudik-repo-template-domain-reviewer-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.