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.
Implements any user intent, requirement, story, bug fix or change request by producing clean working code artifacts that follow the project's existing architecture, patterns and conventions. Use when
Imported from CastroFamilia/Reinder (.worktrees/story-8.6-buyer-intent-score/.agent/skills/bmad-quick-dev-new-preview/SKILL.md). Install upstream with npx skills add CastroFamilia/Reinder --skill bmad-quick-dev-new-preview. Copyright stays with the author.
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": "castrofamilia-reinder-bmad-quick-dev-new-preview",
"kind": "skill",
"name": "bmad-quick-dev-new-preview",
"description": "Implements any user intent, requirement, story, bug fix or change request by producing clean working code artifacts that follow the project's existing architecture, patterns and conventions. Use when the user wants to build, fix, tweak, refactor, add or modify any code, component or feature.",
"publisher": "CastroFamilia",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding",
"creative"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Implements any user intent, requirement, story, bug fix or change request by producing clean working code artifacts that follow the project's existing architecture, patterns and conventions. Use when the user wants to build, fix, tweak, refactor, add or modify any code, component or feature."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/CastroFamilia/Reinder",
"path": ".worktrees/story-8.6-buyer-intent-score/.agent/skills/bmad-quick-dev-new-preview/SKILL.md",
"ref": "4898b7d2c1e99606e59b0e26735a2bdb24bfa472",
"url": "https://github.com/CastroFamilia/Reinder/blob/4898b7d2c1e99606e59b0e26735a2bdb24bfa472/.worktrees/story-8.6-buyer-intent-score/.agent/skills/bmad-quick-dev-new-preview/SKILL.md",
"key": "CastroFamilia/Reinder/.worktrees/story-8.6-buyer-intent-score/.agent/skills/bmad-quick-dev-new-preview/SKILL.md"
}
},
"instructions": "Follow the instructions in [workflow.md](workflow.md).",
"cost": {
"context_tokens": 13
}
}
Fetch it by URL: GET /api/v1/registry/castrofamilia-reinder-bmad-quick-dev-new-preview/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.