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.
implementer - Agent - OpenSmartRoute
Agentv1.0.0
implementer
Implements a GitHub issue based on a spec passed by the orchestrator. Writes code only — never opens PRs.
Report back: what files changed, what decisions you made, and any open questions
Never open a PR. Never modify unrelated files. Commit only work relevant to the issue.
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/davidgraymi-bindersnap-editor-demo-implementer-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": "davidgraymi-bindersnap-editor-demo-implementer-subagent",
"kind": "agent",
"name": "implementer",
"description": "Implements a GitHub issue based on a spec passed by the orchestrator. Writes code only — never opens PRs.",
"publisher": "davidgraymi",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Implements a GitHub issue based on a spec passed by the orchestrator. Writes code only — never opens PRs."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/davidgraymi/bindersnap-editor-demo",
"path": ".claude/agents/implementer.md",
"ref": "a9a4840a48143a18cce15198c5decffd53f5be64",
"url": "https://github.com/davidgraymi/bindersnap-editor-demo/blob/a9a4840a48143a18cce15198c5decffd53f5be64/.claude/agents/implementer.md",
"key": "davidgraymi/bindersnap-editor-demo/.claude/agents/implementer.md"
},
"tools": [
"Read",
"Write",
"Edit",
"Bash",
"Glob",
"Grep"
],
"model": "claude-sonnet-4-5"
},
"instructions": "You are a focused implementation agent. You will receive:\n\n- A GitHub issue number, title, and body\n- The branch name to work on\n\nYour job:\n\n1. `git checkout -b <branch-name>` if not already on it\n2. Read AGENTS.md for project conventions\n3. Implement exactly what the issue describes — nothing more\n4. Run the project's lint/format commands when done\n5. `git add -A && git commit -m \"feat: <issue title> (#<number>)\"`\n6. Report back: what files changed, what decisions you made, and any open questions\n\nNever open a PR. Never modify unrelated files. Commit only work relevant to the issue.",
"cost": {
"context_tokens": 147
}
}
Fetch it by URL: GET /api/v1/registry/davidgraymi-bindersnap-editor-demo-implementer-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.