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.
drawbar-design - Skill - OpenSmartRoute
Skillv1.0.0
drawbar-design
Design and architect a feature, then write a locked specification to a Linear parent issue. Use when the user asks to design a feature with drawbar.
Imported from mjn298/drawbar (skills/drawbar-design/SKILL.md). Install upstream with npx skills add mjn298/drawbar --skill drawbar-design. Copyright stays with the author.
Design with drawbar
Follow the authoritative workflow in commands/drawbar-design.md in this plugin. Treat the portion of the user's request describing the feature or issue id, including an optional --project value, as that workflow's $ARGUMENTS. Use connected Linear MCP tools when available.
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.
mjn298-drawbar-drawbar-design.ocm.jsonjson
{
"ocm": "1",
"id": "mjn298-drawbar-drawbar-design",
"kind": "skill",
"name": "drawbar-design",
"description": "Design and architect a feature, then write a locked specification to a Linear parent issue. Use when the user asks to design a feature with drawbar.",
"publisher": "mjn298",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Design and architect a feature, then write a locked specification to a Linear parent issue. Use when the user asks to design a feature with drawbar."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/mjn298/drawbar",
"path": "skills/drawbar-design/SKILL.md",
"ref": "272042f779b9b808da2f1994056b8bdc120a9e44",
"url": "https://github.com/mjn298/drawbar/blob/272042f779b9b808da2f1994056b8bdc120a9e44/skills/drawbar-design/SKILL.md",
"key": "mjn298/drawbar/skills/drawbar-design/SKILL.md"
}
},
"instructions": "# Design with drawbar\n\nFollow the authoritative workflow in `commands/drawbar-design.md` in this plugin. Treat the portion of the user's request describing the feature or issue id, including an optional `--project` value, as that workflow's `$ARGUMENTS`. Use connected Linear MCP tools when available.",
"cost": {
"context_tokens": 75
}
}
Fetch it by URL: GET /api/v1/registry/mjn298-drawbar-drawbar-design/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.