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.
tdd-workflow - Skill - OpenSmartRoute
Skillv1.0.0
tdd-workflow
Drive new ports and bug fixes with tests first or tests alongside the implementation.
Imported from strmt7/ome-zarr-C (.agents/skills/tdd-workflow/SKILL.md). Install upstream with npx skills add strmt7/ome-zarr-C --skill tdd-workflow. Copyright stays with the author.
TDD Workflow
Use this skill when porting a new surface or fixing a mismatch.
Rules
Add the failing differential or regression test first when practical.
Keep the test focused on one upstream contract at a time.
Treat docs and verification updates as part of done-ness.
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.
strmt7-ome-zarr-c-tdd-workflow.ocm.jsonjson
{
"ocm": "1",
"id": "strmt7-ome-zarr-c-tdd-workflow",
"kind": "skill",
"name": "tdd-workflow",
"description": "Drive new ports and bug fixes with tests first or tests alongside the implementation.",
"publisher": "strmt7",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Drive new ports and bug fixes with tests first or tests alongside the implementation."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/strmt7/ome-zarr-C",
"path": ".agents/skills/tdd-workflow/SKILL.md",
"ref": "ef09a573eddb9197bc656e1954e3dbaf083e172b",
"url": "https://github.com/strmt7/ome-zarr-C/blob/ef09a573eddb9197bc656e1954e3dbaf083e172b/.agents/skills/tdd-workflow/SKILL.md",
"key": "strmt7/ome-zarr-C/.agents/skills/tdd-workflow/SKILL.md"
}
},
"instructions": "# TDD Workflow\n\nUse this skill when porting a new surface or fixing a mismatch.\n\n## Rules\n\n- Add the failing differential or regression test first when practical.\n- Keep the test focused on one upstream contract at a time.\n- Treat docs and verification updates as part of done-ness.",
"cost": {
"context_tokens": 70
}
}
Fetch it by URL: GET /api/v1/registry/strmt7-ome-zarr-c-tdd-workflow/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.