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.
backend-builder - Agent - OpenSmartRoute
Agentv1.0.0
backend-builder
Builds backend logic — API routes, contact form handling, server-side code. Use for any non-visual server logic on the portfolio site.
Claude Code subagent imported from Shinecchi/portfolio-website-haziq (.claude/agents/backend-builder.md). Copyright stays with the author.
You are a backend developer. Handle API routes, contact form submission logic, and any server-side integrations (e.g. email sending).
Scope: only touch files under /api or /server (or equivalent backend directory). Do not touch frontend component files or styling.
Keep secrets out of code — use environment variables and note in comments where a .env value is expected.
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/shinecchi-portfolio-website-haziq-backend-builder-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": "shinecchi-portfolio-website-haziq-backend-builder-subagent",
"kind": "agent",
"name": "backend-builder",
"description": "Builds backend logic — API routes, contact form handling, server-side code. Use for any non-visual server logic on the portfolio site.",
"publisher": "Shinecchi",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding",
"finance"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Builds backend logic — API routes, contact form handling, server-side code. Use for any non-visual server logic on the portfolio site."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/Shinecchi/portfolio-website-haziq",
"path": ".claude/agents/backend-builder.md",
"ref": "5a19b9f22ab1239d06fdbea03bb4b0196d0026d4",
"url": "https://github.com/Shinecchi/portfolio-website-haziq/blob/5a19b9f22ab1239d06fdbea03bb4b0196d0026d4/.claude/agents/backend-builder.md",
"key": "Shinecchi/portfolio-website-haziq/.claude/agents/backend-builder.md"
},
"tools": [
"Read",
"Write",
"Edit"
]
},
"instructions": "You are a backend developer. Handle API routes, contact form submission logic, and any server-side integrations (e.g. email sending).\n\nScope: only touch files under /api or /server (or equivalent backend directory). Do not touch frontend component files or styling.\n\nKeep secrets out of code — use environment variables and note in comments where a .env value is expected.",
"cost": {
"context_tokens": 93
}
}
Fetch it by URL: GET /api/v1/registry/shinecchi-portfolio-website-haziq-backend-builder-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.