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.
test-driven-development - Skill - OpenSmartRoute
Skillv1.0.0
test-driven-development
Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to
Imported from vsetchinfc/agistra.dev (.cursor/skills/test-driven-development/SKILL.md). Install upstream with npx skills add vsetchinfc/agistra.dev --skill test-driven-development. Copyright stays with the author.
Read and follow skills/test-driven-development/SKILL.md (canonical). Resolve scripts and assets relative to skills/test-driven-development/. This stub exists for platform skill discovery only.
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.
{
"ocm": "1",
"id": "vsetchinfc-agistra-dev-test-driven-development",
"kind": "skill",
"name": "test-driven-development",
"description": "Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality.",
"publisher": "vsetchinfc",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding",
"math"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior. Use when you need to prove that code works, when a bug report arrives, or when you're about to modify existing functionality."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/vsetchinfc/agistra.dev",
"path": ".cursor/skills/test-driven-development/SKILL.md",
"ref": "673befe760c5b76e4f3eadde8061bd910888aa0a",
"url": "https://github.com/vsetchinfc/agistra.dev/blob/673befe760c5b76e4f3eadde8061bd910888aa0a/.cursor/skills/test-driven-development/SKILL.md",
"key": "vsetchinfc/agistra.dev/.cursor/skills/test-driven-development/SKILL.md"
}
},
"instructions": "Read and follow `skills/test-driven-development/SKILL.md` (canonical). Resolve scripts and assets relative to `skills/test-driven-development/`. This stub exists for platform skill discovery only.",
"cost": {
"context_tokens": 49
}
}
Fetch it by URL: GET /api/v1/registry/vsetchinfc-agistra-dev-test-driven-development/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.