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.
Instruction file imported from DataDog/system-tests (.cursor/rules/doc.mdc). Copyright stays with the author.
Editing the documenation
Key Documentation
@docs/glossary.md: Technical definitions to use
Rules
Links
Repetitions should be avoided. Prefer using links to other pages of the documentation
instead of repeating information.
Outdated information
When you find a contradiction in the documentation or when the documentation contradicts
know behavior of the system signal it to the user and propose a fix.
Glossary
When appropriate use the words from the glossary. You should avoid using similar
words to avoid ambiguities. When you use many words from the glossary you can
add a link to the glossary to help the reader.
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/datadog-system-tests-doc-rule/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.
datadog-system-tests-doc-rule.ocm.jsonjson
{
"ocm": "1",
"id": "datadog-system-tests-doc-rule",
"kind": "skill",
"name": "doc",
"description": "Rules to edit the documentation",
"publisher": "DataDog",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-cursor-rules"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Rules to edit the documentation"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-cursor-rules",
"repository": "https://github.com/DataDog/system-tests",
"path": ".cursor/rules/doc.mdc",
"ref": "b12bdba4b544a612a3917e64f219406190846487",
"url": "https://github.com/DataDog/system-tests/blob/b12bdba4b544a612a3917e64f219406190846487/.cursor/rules/doc.mdc",
"key": "DataDog/system-tests/.cursor/rules/doc.mdc"
},
"applies_to": "docs/*"
},
"instructions": "# Editing the documenation\n\n## Key Documentation\n\n- @docs/glossary.md: Technical definitions to use\n\n## Rules\n\n### Links\n\nRepetitions should be avoided. Prefer using links to other pages of the documentation\ninstead of repeating information.\n\n### Outdated information\n\nWhen you find a contradiction in the documentation or when the documentation contradicts\nknow behavior of the system signal it to the user and propose a fix.\n\n### Glossary\n\nWhen appropriate use the words from the glossary. You should avoid using similar \nwords to avoid ambiguities. When you use many words from the glossary you ca",
"cost": {
"context_tokens": 162
}
}
Fetch it by URL: GET /api/v1/registry/datadog-system-tests-doc-rule/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.