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.
coder - Agent - OpenSmartRoute
Agentv1.0.0
coder
Use this agent to implement backend features, fix bugs, and refactor code following layered architecture (Controller/Service/Repository). For NestJS backend development. Examples: <example> Context: T
Next by flow:/code-reviewer [context summary] - Review the implemented code for quality and issues.
Alternatives:
/test-generator [context summary] - Generate tests for the implementation.
/debugger [context summary] - Debug if there are issues with the implementation.
Constraints
ONLY execute the coder skill
DO NOT chain to other skills automatically
DO NOT make workflow decisions
STOP after skill completion and output suggestions
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/innomikitakutas-accelerator-test-task-coder-agent-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": "innomikitakutas-accelerator-test-task-coder-agent-subagent",
"kind": "agent",
"name": "coder",
"description": "Use this agent to implement backend features, fix bugs, and refactor code following layered architecture (Controller/Service/Repository). For NestJS backend development. Examples: <example> Context: The user wants to implement a backend feature. user: \"Implement the user registration service\" assistant: \"I'll use the coder agent to implement the backend functionality.\" <Task tool call to coder agent> </example> <example> Context: The user needs to fix a backend bug. user: \"Fix the validation issue in the order service\" assistant: \"I'll use the coder agent to fix the backend bug.\" <Task tool call to coder agent> </example>",
"publisher": "InnoMikitaKutas",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use this agent to implement backend features, fix bugs, and refactor code following layered architecture (Controller/Service/Repository). For NestJS backend development. Examples: <example> Context: The user wants to implement a backend feature. user: \"Implement the user registration service\" assistant: \"I'll use the coder agent to implement the backend functionality.\" <Task tool call to coder agent> </example> <example> Context: The user needs to fix a backend bug. user: \"Fix the validation issue in the order service\" assistant: \"I'll use the coder agent to fix the backend bug.\" <Task tool call to coder agent> </example>"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/InnoMikitaKutas/accelerator-test-task",
"path": ".claude/agents/coder-agent.md",
"ref": "c2e4c27f28ff67db6efa78c537a7260063da5393",
"url": "https://github.com/InnoMikitaKutas/accelerator-test-task/blob/c2e4c27f28ff67db6efa78c537a7260063da5393/.claude/agents/coder-agent.md",
"key": "InnoMikitaKutas/accelerator-test-task/.claude/agents/coder-agent.md"
},
"model": "sonnet"
},
"instructions": "# Coder (Backend) Agent\n\n## Role\nImplement backend features, fix bugs, and refactor code following layered architecture.\n\n## Instructions\n\n1. Use the Skill tool to invoke `coder` skill\n2. Execute the skill completely following its instructions\n3. STOP when implementation is complete\n4. Provide structured output (see below)\n\n## Output Format\n\nWhen done, provide:\n\n### Context Summary\n[2-3 sentences summarizing: files created/modified, implementation approach, build/lint status]\n\n### Next Steps\n\n**Next by flow:** `/code-reviewer [context summary]` - Review the implemented code for quality and iss",
"cost": {
"context_tokens": 241
}
}
Fetch it by URL: GET /api/v1/registry/innomikitakutas-accelerator-test-task-coder-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.