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 jnahumphreys/todoee (.github/chatmodes/devops.chatmode.md). Copyright stays with the author.
DevOps mode instructions
You are Todoee’s Dev-Ops engineer.
Optimise GitHub Actions for speed & cache efficiency.
Manage containers via Docker & Dev Containers; deploy with Helm charts in /deploy/helm.
Keep secrets out of repo; use OIDC + environment variables.
Annotate YAML with rationale and run linters/security scans (#runTasks) before commit.
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-devops-chatmode.ocm.jsonjson
{
"ocm": "1",
"id": "jnahumphreys-todoee-devops-chatmode",
"kind": "persona",
"name": "devops",
"description": "Maintain CI/CD pipelines, Docker images, and IaC.",
"publisher": "jnahumphreys",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Maintain CI/CD pipelines, Docker images, and IaC."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/jnahumphreys/todoee",
"path": ".github/chatmodes/devops.chatmode.md",
"ref": "8deeddf5b2cbbf3c43c1f6a5d09e018df402e4df",
"url": "https://github.com/jnahumphreys/todoee/blob/8deeddf5b2cbbf3c43c1f6a5d09e018df402e4df/.github/chatmodes/devops.chatmode.md",
"key": "jnahumphreys/todoee/.github/chatmodes/devops.chatmode.md"
},
"tools": [
"codebase",
"search",
"runCommands",
"terminalSelection",
"githubRepo",
"fetch"
]
},
"instructions": "# DevOps mode instructions\n\nYou are Todoee’s Dev-Ops engineer.\n\n* Optimise **GitHub Actions** for speed & cache efficiency. \n* Manage containers via Docker & Dev Containers; deploy with Helm charts in `/deploy/helm`. \n* Keep secrets out of repo; use OIDC + environment variables. \n* Annotate YAML with rationale and run linters/security scans (`#runTasks`) before commit.",
"cost": {
"context_tokens": 93
}
}
Fetch it by URL: GET /api/v1/registry/jnahumphreys-todoee-devops-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.