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.
spec-driven - Skill - OpenSmartRoute
Skillv1.0.0
spec-driven
Describe when these instructions should be loaded by the agent based on task context
Instruction file imported from t0rixs/ghcp-school-intro (.github/instructions/spec-driven.instructions.md). Copyright stays with the author.
Provide project context and coding guidelines that AI should follow when generating code, answering questions, or reviewing changes.
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": "t0rixs-ghcp-school-intro-spec-driven-instructions",
"kind": "skill",
"name": "spec-driven",
"description": "Describe when these instructions should be loaded by the agent based on task context",
"publisher": "t0rixs",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Describe when these instructions should be loaded by the agent based on task context"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/t0rixs/ghcp-school-intro",
"path": ".github/instructions/spec-driven.instructions.md",
"ref": "dfa788984c57b4693e778b72ddaa3f33156df74d",
"url": "https://github.com/t0rixs/ghcp-school-intro/blob/dfa788984c57b4693e778b72ddaa3f33156df74d/.github/instructions/spec-driven.instructions.md",
"key": "t0rixs/ghcp-school-intro/.github/instructions/spec-driven.instructions.md"
}
},
"instructions": "<!-- Tip: Use /create-instructions in chat to generate content with agent assistance -->\n\nProvide project context and coding guidelines that AI should follow when generating code, answering questions, or reviewing changes.",
"cost": {
"context_tokens": 55
}
}
Fetch it by URL: GET /api/v1/registry/t0rixs-ghcp-school-intro-spec-driven-instructions/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.