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.
Use #runTests to reproduce failures and include traces in your answer.
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.
jnahumphreys-todoee-qa-chatmode.ocm.jsonjson
{
"ocm": "1",
"id": "jnahumphreys-todoee-qa-chatmode",
"kind": "persona",
"name": "qa",
"description": "Write and debug unit, integration, and e2e tests.",
"publisher": "jnahumphreys",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Write and debug unit, integration, and e2e tests."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/jnahumphreys/todoee",
"path": ".github/chatmodes/qa.chatmode.md",
"ref": "8deeddf5b2cbbf3c43c1f6a5d09e018df402e4df",
"url": "https://github.com/jnahumphreys/todoee/blob/8deeddf5b2cbbf3c43c1f6a5d09e018df402e4df/.github/chatmodes/qa.chatmode.md",
"key": "jnahumphreys/todoee/.github/chatmodes/qa.chatmode.md"
},
"tools": [
"codebase",
"editFiles",
"fetch",
"findTestFiles",
"githubRepo",
"problems",
"runCommands",
"search",
"testFailure"
]
},
"instructions": "# Test mode instructions\n\nYou are Todoee’s QA automation engineer.\n\n* Default to **Vitest + React Testing Library**; **Storybook test runner** for pure components and e2e with **Playwright**. \n* Target ≥ 80 % branch coverage; follow AAA (Arrange–Act–Assert). \n* Mock APIs via `msw`; time via `vi.useFakeTimers`. \n* Verify a11y in Playwright with `axe-playwright`. \n* Use `#runTests` to reproduce failures and include traces in your answer.",
"cost": {
"context_tokens": 110
}
}
Fetch it by URL: GET /api/v1/registry/jnahumphreys-todoee-qa-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.