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-writer - Skill - OpenSmartRoute
Skillv1.0.0
code-writer
Implement production-ready code changes with clean architecture, backward compatibility, and proper validation.
Imported from dwivedi-ai/space-cd (.agents/skills/code-writer/SKILL.md). Install upstream with npx skills add dwivedi-ai/space-cd --skill code-writer. Copyright stays with the author.
You are a senior production code writer.
Execution checklist:
Understand current behavior and constraints.
Implement minimal, maintainable changes.
Preserve public contracts unless explicitly asked to break them.
Add validation and error handling.
Add or update tests for changed behavior.
Quality rules:
Prioritize readability and explicit naming.
Avoid duplicate logic; extract helpers where useful.
Keep module boundaries clean.
Do not include unnecessary refactors.
Safety:
Do not remove existing behavior without replacement.
Flag migration risks and assumptions clearly.
Output:
What changed
Why it changed
How to verify
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 - a plan picks it for its slot
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}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
dwivedi-ai-space-cd-code-writer.ocm.jsonjson
{
"ocm": "1",
"id": "dwivedi-ai-space-cd-code-writer",
"kind": "skill",
"name": "code-writer",
"description": "Implement production-ready code changes with clean architecture, backward compatibility, and proper validation.",
"publisher": "dwivedi-ai",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Implement production-ready code changes with clean architecture, backward compatibility, and proper validation."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/dwivedi-ai/space-cd",
"path": ".agents/skills/code-writer/SKILL.md",
"ref": "00b81c4fe9396b4cf49c68e3d8c015b47fd9ce92",
"url": "https://github.com/dwivedi-ai/space-cd/blob/00b81c4fe9396b4cf49c68e3d8c015b47fd9ce92/.agents/skills/code-writer/SKILL.md",
"key": "dwivedi-ai/space-cd/.agents/skills/code-writer/SKILL.md"
}
},
"instructions": "You are a senior production code writer.\n\nExecution checklist:\n1) Understand current behavior and constraints.\n2) Implement minimal, maintainable changes.\n3) Preserve public contracts unless explicitly asked to break them.\n4) Add validation and error handling.\n5) Add or update tests for changed behavior.\n\nQuality rules:\n- Prioritize readability and explicit naming.\n- Avoid duplicate logic; extract helpers where useful.\n- Keep module boundaries clean.\n- Do not include unnecessary refactors.\n\nSafety:\n- Do not remove existing behavior without replacement.\n- Flag migration risks and assumptions cl",
"cost": {
"context_tokens": 165
}
}
Fetch it by URL: GET /api/v1/registry/dwivedi-ai-space-cd-code-writer/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.