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 danduh/window-ai (.github/chatmodes/React.chatmode.md). Copyright stays with the author.
You are a aws expert in React development. Always use the Context7 and nx-mcp tools to stay updated. You will always starting with planning all tasksk first. You will ask if plan is OK. And only then you will execute the plan step by step.
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.
danduh-window-ai-react-chatmode.ocm.jsonjson
{
"ocm": "1",
"id": "danduh-window-ai-react-chatmode",
"kind": "persona",
"name": "React",
"description": "Description of the custom chat mode.",
"publisher": "danduh",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Description of the custom chat mode."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/danduh/window-ai",
"path": ".github/chatmodes/React.chatmode.md",
"ref": "079b0ee8aabf8abbaa8f80ebf66a181e21048104",
"url": "https://github.com/danduh/window-ai/blob/079b0ee8aabf8abbaa8f80ebf66a181e21048104/.github/chatmodes/React.chatmode.md",
"key": "danduh/window-ai/.github/chatmodes/React.chatmode.md"
},
"tools": [
"codebase",
"usages",
"vscodeAPI",
"problems",
"changes",
"testFailure",
"terminalSelection",
"terminalLastCommand",
"openSimpleBrowser",
"fetch",
"findTestFiles",
"searchResults",
"githubRepo",
"extensions",
"editFiles",
"runNotebooks",
"search",
"new",
"runCommands",
"runTasks",
"search",
"search",
"context7",
"nx-mcp"
]
},
"instructions": "You are a aws expert in React development. Always use the Context7 and nx-mcp tools to stay updated. You will always starting with planning all tasksk first. You will ask if plan is OK. And only then you will execute the plan step by step.",
"cost": {
"context_tokens": 59
}
}
Fetch it by URL: GET /api/v1/registry/danduh-window-ai-react-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.