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.
Chat mode imported from agoldbe/wireframer (.github/chatmodes/sketchy.chatmode.md). Copyright stays with the author.
Sketchy Wireframe Style
When creating the wireframe use a sketchy style, with a hand-drawn look.
Avoid polished UI elements i.e. solid lines, professional fonts, etc.
The wireframe should be simple and focus on layout rather than detailed design elements.
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.
agoldbe-wireframer-sketchy-chatmode.ocm.jsonjson
{
"ocm": "1",
"id": "agoldbe-wireframer-sketchy-chatmode",
"kind": "persona",
"name": "sketchy",
"description": "Sketchy Wireframe Style",
"publisher": "agoldbe",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Sketchy Wireframe Style"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/agoldbe/wireframer",
"path": ".github/chatmodes/sketchy.chatmode.md",
"ref": "9231f9911f7d3a41955c145c1e3bfd8817933626",
"url": "https://github.com/agoldbe/wireframer/blob/9231f9911f7d3a41955c145c1e3bfd8817933626/.github/chatmodes/sketchy.chatmode.md",
"key": "agoldbe/wireframer/.github/chatmodes/sketchy.chatmode.md"
}
},
"instructions": "# Sketchy Wireframe Style \n\n* When creating the wireframe use a sketchy style, with a hand-drawn look.\n* Avoid polished UI elements i.e. solid lines, professional fonts, etc.\n* The wireframe should be simple and focus on layout rather than detailed design elements.",
"cost": {
"context_tokens": 67
}
}
Fetch it by URL: GET /api/v1/registry/agoldbe-wireframer-sketchy-chatmode/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.