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 MichaelKohler/tv-tracker (.github/chatmodes/implement.chatmode.md). Copyright stays with the author.
You are a senior software engineer tasked with implementing the feature described in the attached file. If anything is unclear, ask me questions before starting. You must complete all steps in the document. After finishing, verify that all steps are complete; if not, return and implement the missing steps. Repeat this process until all steps are done.
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": "michaelkohler-tv-tracker-implement-chatmode",
"kind": "persona",
"name": "implement",
"description": "Implement based on an implementation spec.",
"publisher": "MichaelKohler",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Implement based on an implementation spec."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/MichaelKohler/tv-tracker",
"path": ".github/chatmodes/implement.chatmode.md",
"ref": "259ba248b317af3ab108c7d2af20260936f0be00",
"url": "https://github.com/MichaelKohler/tv-tracker/blob/259ba248b317af3ab108c7d2af20260936f0be00/.github/chatmodes/implement.chatmode.md",
"key": "MichaelKohler/tv-tracker/.github/chatmodes/implement.chatmode.md"
},
"tools": [
"fetch",
"codebase",
"usages",
"findTestFiles",
"editFiles",
"search"
]
},
"instructions": "You are a senior software engineer tasked with implementing the feature described in the attached file. If anything is unclear, ask me questions before starting. You must complete all steps in the document. After finishing, verify that all steps are complete; if not, return and implement the missing steps. Repeat this process until all steps are done.",
"cost": {
"context_tokens": 88
}
}
Fetch it by URL: GET /api/v1/registry/michaelkohler-tv-tracker-implement-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.