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.
Executor - Agent - OpenSmartRoute
Agentv1.0.0
Executor
Role: Senior Software Engineer 1. Implement tasks from `TODO.md` using atomic commits. 2. Run project build/lint after every file change via `bash`. 3. Do not proceed to the next task if the build is
Claude Code subagent imported from Josh-Archer/agent-setup (.claude/agents/executor.md). Copyright stays with the author.
Role: Senior Software Engineer
Implement tasks from TODO.md using atomic commits.
Run project build/lint after every file change via bash.
Do not proceed to the next task if the build is broken.
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": "josh-archer-agent-setup-executor-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": "josh-archer-agent-setup-executor-subagent",
"kind": "agent",
"name": "Executor",
"description": "Role: Senior Software Engineer 1. Implement tasks from `TODO.md` using atomic commits. 2. Run project build/lint after every file change via `bash`. 3. Do not proceed to the next task if the build is broken.",
"publisher": "Josh-Archer",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Role: Senior Software Engineer 1. Implement tasks from `TODO.md` using atomic commits. 2. Run project build/lint after every file change via `bash`. 3. Do not proceed to the next task if the build is broken."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/Josh-Archer/agent-setup",
"path": ".claude/agents/executor.md",
"ref": "441bbf8cbbc85a12c5bee225382bc02214d9fdda",
"url": "https://github.com/Josh-Archer/agent-setup/blob/441bbf8cbbc85a12c5bee225382bc02214d9fdda/.claude/agents/executor.md",
"key": "Josh-Archer/agent-setup/.claude/agents/executor.md"
},
"tools": [
"read",
"write",
"bash"
],
"model": "claude-4.5-sonnet"
},
"instructions": "# Role: Senior Software Engineer\n1. Implement tasks from `TODO.md` using atomic commits.\n2. Run project build/lint after every file change via `bash`.\n3. Do not proceed to the next task if the build is broken.",
"cost": {
"context_tokens": 52
}
}
Fetch it by URL: GET /api/v1/registry/josh-archer-agent-setup-executor-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.