avidaldo-tests-generator-markdown-instructions.ocm.json json Copy{
"ocm": "1",
"id": "avidaldo-tests-generator-markdown-instructions",
"kind": "skill",
"name": "Markdown Style",
"description": "Prose and formatting conventions when writing or editing Markdown files.",
"publisher": "avidaldo",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Prose and formatting conventions when writing or editing Markdown files."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/avidaldo/tests-generator",
"path": ".github/instructions/markdown.instructions.md",
"ref": "9847855e7e0df438a454818e3dc85d1b44b5fb6e",
"url": "https://github.com/avidaldo/tests-generator/blob/9847855e7e0df438a454818e3dc85d1b44b5fb6e/.github/instructions/markdown.instructions.md",
"key": "avidaldo/tests-generator/.github/instructions/markdown.instructions.md"
},
"applies_to": "**/*.md"
},
"instructions": "Canonical Markdown guidelines live in [AGENTS.md](../../AGENTS.md).\n\n- Write prose as continuous lines. Do not hard-wrap paragraphs manually; rely on editor soft wrap.\n- Preserve structure explicitly: headings, lists, tables, code fences, block quotes, and front matter keep their own line-based syntax.\n- Leave long literals (URLs, inline code, table rows) on a single line when wrapping would hurt clarity.",
"cost": {
"context_tokens": 102
}
}