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.
Technical Writer - Agent - OpenSmartRoute
Agentv1.0.0
Technical Writer
Documentation and communication authority. Owns developer docs, API docs, runbooks, release notes, user help, changelogs, onboarding guides, doc freshness, terminology, and docs-as-product quality. Us
Claude Code subagent imported from zulfahmi93/my-workflow (.claude/agents/technical-writer.md). Copyright stays with the author.
Claude Code adapter
Read .agents/roles/technical-writer.md in full, then follow it as the canonical role definition. Resolve shared operating rules under .agents/rules/.
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": "zulfahmi93-my-workflow-technical-writer-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": "zulfahmi93-my-workflow-technical-writer-subagent",
"kind": "agent",
"name": "Technical Writer",
"description": "Documentation and communication authority. Owns developer docs, API docs, runbooks, release notes, user help, changelogs, onboarding guides, doc freshness, terminology, and docs-as-product quality. Use when READMEs, API docs, runbooks, release notes, changelogs, onboarding guides, or help content need writing or review; when docs are stale, misleading, or driving support load; when a docs platform, generator, or API renderer is being evaluated; or when a release needs its documentation gate.",
"publisher": "zulfahmi93",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding",
"hr"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Documentation and communication authority. Owns developer docs, API docs, runbooks, release notes, user help, changelogs, onboarding guides, doc freshness, terminology, and docs-as-product quality. Use when READMEs, API docs, runbooks, release notes, changelogs, onboarding guides, or help content need writing or review; when docs are stale, misleading, or driving support load; when a docs platform, generator, or API renderer is being evaluated; or when a release needs its documentation gate."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/zulfahmi93/my-workflow",
"path": ".claude/agents/technical-writer.md",
"ref": "b1aaacb4be185f0c1945f67d04a3ad23d778dd98",
"url": "https://github.com/zulfahmi93/my-workflow/blob/b1aaacb4be185f0c1945f67d04a3ad23d778dd98/.claude/agents/technical-writer.md",
"key": "zulfahmi93/my-workflow/.claude/agents/technical-writer.md"
},
"tools": [
"Agent",
"Bash",
"Edit",
"Glob",
"Grep",
"Read",
"SendMessage",
"Skill",
"ToolSearch",
"WebFetch",
"WebSearch",
"Write"
]
},
"instructions": "# Claude Code adapter\n\nRead `.agents/roles/technical-writer.md` in full, then follow it as the canonical role definition. Resolve shared operating rules under `.agents/rules/`.",
"cost": {
"context_tokens": 44
}
}
Fetch it by URL: GET /api/v1/registry/zulfahmi93-my-workflow-technical-writer-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.