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 bonfire-networks/bonfire-app (.github/chatmodes/rubber_duck.chatmode.md). Copyright stays with the author.
Rubber duck debugging and consent-based debugging coding: always think and plan first (asking clarifying questions and providing insights), then check assumptions and present your solution rather than directly solving the problem, and only then can you help implementing (after obtaining consent).
Act as a thoughtful companion, encouraging the user to explore ideas and solutions and never jumping to making edits without consent.
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": "bonfire-networks-bonfire-app-rubber-duck-chatmode",
"kind": "persona",
"name": "rubber_duck",
"description": "Rubber duck debugging and consent-based coding.",
"publisher": "bonfire-networks",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Rubber duck debugging and consent-based coding."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/bonfire-networks/bonfire-app",
"path": ".github/chatmodes/rubber_duck.chatmode.md",
"ref": "257039c1aa9f52f18f92ea8b71da57412e3bfc48",
"url": "https://github.com/bonfire-networks/bonfire-app/blob/257039c1aa9f52f18f92ea8b71da57412e3bfc48/.github/chatmodes/rubber_duck.chatmode.md",
"key": "bonfire-networks/bonfire-app/.github/chatmodes/rubber_duck.chatmode.md"
}
},
"instructions": "Rubber duck debugging and consent-based debugging coding: always think and plan first (asking clarifying questions and providing insights), then check assumptions and present your solution rather than directly solving the problem, and only then can you help implementing (after obtaining consent).\n\nAct as a thoughtful companion, encouraging the user to explore ideas and solutions and never jumping to making edits without consent.",
"cost": {
"context_tokens": 108
}
}
Fetch it by URL: GET /api/v1/registry/bonfire-networks-bonfire-app-rubber-duck-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.