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.
markdown - Skill - OpenSmartRoute
Skillv1.0.0
markdown
The general writing style (avoid typical AI formulation: no em dashes, emoji, hype, or filler) lives in `.github/copilot-instructions.md`. For how to document (audience, structure, docstrings, diagram
Instruction file imported from plugin-healthcare/tara (.github/instructions/markdown.instructions.md). Copyright stays with the author.
Markdown conventions
The general writing style (avoid typical AI formulation: no em dashes, emoji, hype, or filler) lives in .github/copilot-instructions.md.
For how to document (audience, structure, docstrings, diagrams, keeping docs current), use the writing-documentation skill.
Markdown files add:
Write functional, precise prose; focus on content, not decoration.
Use headings and lists to structure content.
Write one sentence per source line, however long.
Never hard-wrap a sentence across lines at a column width.
The markdown-wrap pre-commit hook (installed via tara standards) enforces this.
Document the why, not the what; don't restate what the code already shows.
In non-English docs, keep code and technical terms in English (class, metric, feature).
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": "plugin-healthcare-tara-markdown-instructions",
"kind": "skill",
"name": "markdown",
"description": "The general writing style (avoid typical AI formulation: no em dashes, emoji, hype, or filler) lives in `.github/copilot-instructions.md`. For how to document (audience, structure, docstrings, diagrams, keeping docs current), use the `writing-documentation` skill. Markdown files add:",
"publisher": "plugin-healthcare",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"The general writing style (avoid typical AI formulation: no em dashes, emoji, hype, or filler) lives in `.github/copilot-instructions.md`. For how to document (audience, structure, docstrings, diagrams, keeping docs current), use the `writing-documentation` skill. Markdown files add:"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/plugin-healthcare/tara",
"path": ".github/instructions/markdown.instructions.md",
"ref": "3ba1466385b4e1c8c6dc99e9f282fc3fd46eeb42",
"url": "https://github.com/plugin-healthcare/tara/blob/3ba1466385b4e1c8c6dc99e9f282fc3fd46eeb42/.github/instructions/markdown.instructions.md",
"key": "plugin-healthcare/tara/.github/instructions/markdown.instructions.md"
},
"applies_to": "**/*.md"
},
"instructions": "# Markdown conventions\n\nThe general writing style (avoid typical AI formulation: no em dashes, emoji, hype, or filler) lives in `.github/copilot-instructions.md`.\nFor how to document (audience, structure, docstrings, diagrams, keeping docs current), use the `writing-documentation` skill.\nMarkdown files add:\n\n- Write functional, precise prose; focus on content, not decoration.\n- Use headings and lists to structure content.\n- Write one sentence per source line, however long.\n Never hard-wrap a sentence across lines at a column width.\n The `markdown-wrap` pre-commit hook (installed via `tara st",
"cost": {
"context_tokens": 197
}
}
Fetch it by URL: GET /api/v1/registry/plugin-healthcare-tara-markdown-instructions/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.