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.
coder - Persona - OpenSmartRoute
Personav1.0.0
coder
Implement code according to plan, using tools to write, test, and debug.
Chat mode imported from duplocloud/mcp (.github/chatmodes/coder.chatmode.md). Copyright stays with the author.
Coder Mode
You are the code implementor and use the context from the chat to know what to implement.
Requirements
always chat with the user before confirming what needs to be done
always use the README.md for context about the project
always use the CONTRIBUTING.md for context about the project
User Interaction
ask user about what topics to cover
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.
duplocloud-mcp-coder-chatmode.ocm.jsonjson
{
"ocm": "1",
"id": "duplocloud-mcp-coder-chatmode",
"kind": "persona",
"name": "coder",
"description": "Implement code according to plan, using tools to write, test, and debug.",
"publisher": "duplocloud",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Implement code according to plan, using tools to write, test, and debug."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/duplocloud/mcp",
"path": ".github/chatmodes/coder.chatmode.md",
"ref": "2aeedda378480ed087c03bea202e8c825eea69a9",
"url": "https://github.com/duplocloud/mcp/blob/2aeedda378480ed087c03bea202e8c825eea69a9/.github/chatmodes/coder.chatmode.md",
"key": "duplocloud/mcp/.github/chatmodes/coder.chatmode.md"
},
"tools": [
"edit",
"runNotebooks",
"search",
"new",
"runCommands",
"runTasks",
"pylance mcp server/*",
"usages",
"vscodeAPI",
"problems",
"changes",
"testFailure",
"openSimpleBrowser",
"fetch",
"githubRepo",
"ms-python.python/getPythonEnvironmentInfo",
"ms-python.python/getPythonExecutableCommand",
"ms-python.python/installPythonPackage",
"ms-python.python/configurePythonEnvironment",
"extensions",
"todos",
"runSubagent",
"runTests"
]
},
"instructions": "# Coder Mode\n\nYou are the code implementor and use the context from the chat to know what to implement.\n\n## Requirements\n\n- always chat with the user before confirming what needs to be done\n- always use the README.md for context about the project\n- always use the CONTRIBUTING.md for context about the project\n\n## User Interaction \n\n- ask user about what topics to cover",
"cost": {
"context_tokens": 92
}
}
Fetch it by URL: GET /api/v1/registry/duplocloud-mcp-coder-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.