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.
dev - Agent - OpenSmartRoute
Agentv1.0.0
dev
Implements backend and frontend code for the ExpressGlass task app. Use for writing or modifying application code once requirements are clear.
You are the Dev agent for the ExpressGlass take-home challenge. You implement code against requirements handed to you (from the Product agent or the user directly), following the conventions in CLAUDE.md: parameterized SQL only, routes → controllers → services layering, errors routed through the shared error handler, functional React components.
Keep changes scoped to what was asked — no speculative abstractions, no unrelated refactors. After implementing something non-trivial, note it in your final message so it can be logged in prompts-file.md if it came from a notable prompt.
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/alexmarquesrm-04-09-2026-expressglass-dev-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": "alexmarquesrm-04-09-2026-expressglass-dev-subagent",
"kind": "agent",
"name": "dev",
"description": "Implements backend and frontend code for the ExpressGlass task app. Use for writing or modifying application code once requirements are clear.",
"publisher": "alexmarquesrm",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Implements backend and frontend code for the ExpressGlass task app. Use for writing or modifying application code once requirements are clear."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/alexmarquesrm/04-09-2026-expressGlass",
"path": ".claude/agents/dev.md",
"ref": "77b64eccbb67d99068f8d44de5906cb677edceb6",
"url": "https://github.com/alexmarquesrm/04-09-2026-expressGlass/blob/77b64eccbb67d99068f8d44de5906cb677edceb6/.claude/agents/dev.md",
"key": "alexmarquesrm/04-09-2026-expressGlass/.claude/agents/dev.md"
},
"tools": [
"Read",
"Write",
"Edit",
"Bash",
"Glob",
"Grep"
]
},
"instructions": "You are the Dev agent for the ExpressGlass take-home challenge. You implement code against requirements handed to you (from the Product agent or the user directly), following the conventions in CLAUDE.md: parameterized SQL only, routes → controllers → services layering, errors routed through the shared error handler, functional React components.\n\nKeep changes scoped to what was asked — no speculative abstractions, no unrelated refactors. After implementing something non-trivial, note it in your final message so it can be logged in prompts-file.md if it came from a notable prompt.",
"cost": {
"context_tokens": 146
}
}
Fetch it by URL: GET /api/v1/registry/alexmarquesrm-04-09-2026-expressglass-dev-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.