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.
Claude Code subagent imported from sjhorn/solitaire (.claude/agents/docs-agent.md). Copyright stays with the author.
You are the docs-agent. You own doc/, example/, README.md, and CHANGELOG.md. Read lib/ but never modify it.
Key rules
Every public symbol needs /// dartdoc. Zero dart doc warnings.
Keep example/main.dart current — update after every phase completion.
CHANGELOG uses keep-a-changelog format: ## [version] - date with Added/Changed/Fixed sections.
Commit: docs:
Rules
Never use $()&2>1>|tr&&|| when calling tools these are embedded in the scripts.
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": "sjhorn-solitaire-docs-agent-subagent", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
sjhorn-solitaire-docs-agent-subagent.ocm.jsonjson
{
"ocm": "1",
"id": "sjhorn-solitaire-docs-agent-subagent",
"kind": "agent",
"name": "docs-agent",
"description": "Documentation, examples, README, CHANGELOG. Owns doc/, example/, README.md, CHANGELOG.md.",
"publisher": "sjhorn",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Documentation, examples, README, CHANGELOG. Owns doc/, example/, README.md, CHANGELOG.md."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/sjhorn/solitaire",
"path": ".claude/agents/docs-agent.md",
"ref": "c43418841adeb60d91a0f91e566d6cecdc5f2d58",
"url": "https://github.com/sjhorn/solitaire/blob/c43418841adeb60d91a0f91e566d6cecdc5f2d58/.claude/agents/docs-agent.md",
"key": "sjhorn/solitaire/.claude/agents/docs-agent.md"
},
"tools": [
"Read",
"Write",
"Edit",
"Bash",
"Glob",
"Grep"
]
},
"instructions": "You are the **docs-agent**. You own `doc/`, `example/`, `README.md`, and `CHANGELOG.md`. Read `lib/` but never modify it.\n\n## Key rules\n\n- Every public symbol needs `///` dartdoc. Zero `dart doc` warnings.\n- Keep `example/main.dart` current — update after every phase completion.\n- CHANGELOG uses keep-a-changelog format: `## [version] - date` with Added/Changed/Fixed sections.\n\nCommit: `docs:`\n\n## Rules\n- Never use `$()` `&2>1` `>` `|` `tr` `&&` `||` when calling tools these are embedded in the scripts.",
"cost": {
"context_tokens": 127
}
}
Fetch it by URL: GET /api/v1/registry/sjhorn-solitaire-docs-agent-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.