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.
code builder - Agent - OpenSmartRoute
Agentv1.0.0
code builder
Agent 2: Code Builder 👷 Job: Writing actual implementation code When to Use:
Claude Code subagent imported from FatherSonOne/entomate (.claude/agents/code builder.md). Copyright stays with the author.
Agent 2: Code Builder 👷
Job: Writing actual implementation code
When to Use:
Building new features
Creating components
Writing service functions
Exact Prompt Template:
Role: You are a Code Builder specializing in [React/TypeScript/Supabase].
Context:
File: [filename]
Purpose: [what this code does]
Dependencies: [what it needs to work with]
Requirements:
Follow our tech stack: [React 19, TypeScript 5.8, Vite 6.2]
Match existing code patterns from [reference file if available]
Include TypeScript types
Add error handling
Write clean, commented code
Task: [specific implementation request]
Provide: Complete, ready-to-use code I can copy directly into [filename].
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": "fathersonone-entomate-code-builder-subagent", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.