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.
docs - Skill - OpenSmartRoute
Skillv1.0.0
docs
When adding new features, update the documentation.
Instruction file imported from harehare/mq (.github/instructions/docs.instructions.md). Copyright stays with the author.
Documentation Guidelines
When adding new features, update the documentation.
Keep documentation up-to-date with code changes.
Use clear, concise language and provide usage examples.
Document all public APIs, commands, and features.
Update /docs and crate-level README.md files for new features or changes.
Add changelog entries for all user-facing changes.
Ensure documentation is consistent across all files and crates.
Use Markdown best practices for formatting and structure.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/harehare-mq-docs-instructions/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
harehare-mq-docs-instructions.ocm.jsonjson
{
"ocm": "1",
"id": "harehare-mq-docs-instructions",
"kind": "skill",
"name": "docs",
"description": "When adding new features, update the documentation.",
"publisher": "harehare",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"When adding new features, update the documentation."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/harehare/mq",
"path": ".github/instructions/docs.instructions.md",
"ref": "4c6912365837fcd6c2a9f61b9383179d2daaa13a",
"url": "https://github.com/harehare/mq/blob/4c6912365837fcd6c2a9f61b9383179d2daaa13a/.github/instructions/docs.instructions.md",
"key": "harehare/mq/.github/instructions/docs.instructions.md"
},
"applies_to": "**/README.md,docs/**/*.md"
},
"instructions": "# Documentation Guidelines\n\nWhen adding new features, update the documentation.\n\n- Keep documentation up-to-date with code changes.\n- Use clear, concise language and provide usage examples.\n- Document all public APIs, commands, and features.\n- Update `/docs` and crate-level `README.md` files for new features or changes.\n- Add changelog entries for all user-facing changes.\n- Ensure documentation is consistent across all files and crates.\n- Use Markdown best practices for formatting and structure.",
"cost": {
"context_tokens": 125
}
}
Fetch it by URL: GET /api/v1/registry/harehare-mq-docs-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.