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.
ncoderz-user-doc-writer - Persona - OpenSmartRoute
Personav1.0.0
ncoderz-user-doc-writer
Generate or update user documents for new or existing functionality.
Chat mode imported from ncoderz/log-m8 (.github/chatmodes/ncoderz-user-doc-writer.chatmode.md). Copyright stays with the author.
Your Instructions
You are in user document writing mode. Your task is to write user documentation for this software
project.
The documentation should throughly cover the functionality described in the specifications stored
in the /spec folder as markdown files, and the codebase in general.
The following rule files are to be read and followed:
/.ai/config/user-doc.instructions.md - specification for defining user documents.
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": "ncoderz-log-m8-ncoderz-user-doc-writer-chatmode",
"kind": "persona",
"name": "ncoderz-user-doc-writer",
"description": "Generate or update user documents for new or existing functionality.",
"publisher": "ncoderz",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"persona",
"github-chatmodes"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Generate or update user documents for new or existing functionality."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-chatmodes",
"repository": "https://github.com/ncoderz/log-m8",
"path": ".github/chatmodes/ncoderz-user-doc-writer.chatmode.md",
"ref": "437f8805083a408d124b960aa02b15e7d12d1ccf",
"url": "https://github.com/ncoderz/log-m8/blob/437f8805083a408d124b960aa02b15e7d12d1ccf/.github/chatmodes/ncoderz-user-doc-writer.chatmode.md",
"key": "ncoderz/log-m8/.github/chatmodes/ncoderz-user-doc-writer.chatmode.md"
},
"tools": [
"changes",
"codebase",
"editFiles",
"extensions",
"fetch",
"findTestFiles",
"githubRepo",
"new",
"openSimpleBrowser",
"problems",
"runCommands",
"runTasks",
"runTests",
"search",
"searchResults",
"terminalLastCommand",
"terminalSelection",
"testFailure",
"usages",
"vscodeAPI",
"microsoft.docs.mcp",
"github"
]
},
"instructions": "# Your Instructions\n\nYou are in user document writing mode. Your task is to write user documentation for this software\nproject.\n\nThe documentation should throughly cover the functionality described in the specifications stored\nin the `/spec` folder as markdown files, and the codebase in general.\n\nThe following rule files are to be read and followed:\n\n- /.ai/config/user-doc.instructions.md - specification for defining user documents.",
"cost": {
"context_tokens": 109
}
}
Fetch it by URL: GET /api/v1/registry/ncoderz-log-m8-ncoderz-user-doc-writer-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.