skaldlabs-skald-docs-rule.ocm.json json Copy{
"ocm": "1",
"id": "skaldlabs-skald-docs-rule",
"kind": "skill",
"name": "docs",
"description": "Documentation generation",
"publisher": "skaldlabs",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-cursor-rules"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Documentation generation"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-cursor-rules",
"repository": "https://github.com/skaldlabs/skald",
"path": ".cursor/rules/docs.mdc",
"ref": "106996246c4765dc8cb338cd074ed2cd019b0375",
"url": "https://github.com/skaldlabs/skald/blob/106996246c4765dc8cb338cd074ed2cd019b0375/.cursor/rules/docs.mdc",
"key": "skaldlabs/skald/.cursor/rules/docs.mdc"
}
},
"instructions": "# Documentation generation\n\n- Always follow the same tone and patterns as existing documentation\n- Keep docs very concise and to the point\n- Whenever you make changes (or spot changes) to:\n - the API's structural components: like changes to auth, update api-overview.md\n - API endpoints: update api-reference.md\n - models: update models.md\n\n# Using the docs\n\n- Refer to the docs/ directory for overviews on how things work",
"cost": {
"context_tokens": 107
}
}