maverock24-research-research-conventions-instructions.ocm.json json Copy{
"ocm": "1",
"id": "maverock24-research-research-conventions-instructions",
"kind": "skill",
"name": "research-conventions",
"description": "When editing markdown files in this workspace, follow these conventions:",
"publisher": "maverock24",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"When editing markdown files in this workspace, follow these conventions:"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/maverock24/Research",
"path": ".github/instructions/research-conventions.instructions.md",
"ref": "16c1853ee5c313f83bdcdb32a8f7dc1e8c238e1c",
"url": "https://github.com/maverock24/Research/blob/16c1853ee5c313f83bdcdb32a8f7dc1e8c238e1c/.github/instructions/research-conventions.instructions.md",
"key": "maverock24/Research/.github/instructions/research-conventions.instructions.md"
},
"applies_to": "**/*.md"
},
"instructions": "When editing markdown files in this workspace, follow these conventions:\n\n- Use ATX-style headers (`#`, `##`, `###`) — never setext-style (underlines with `===` or `---`)\n- Use `-` for unordered lists — never `*` or `+`\n- Use `- [ ]` / `- [x]` for task checkboxes — never other checkbox formats\n- Tables must have a header row, separator row (`|---|---|`), and consistent column alignment\n- Inline citations use markdown links: `([source title](URL))` — never footnote-style (`[^1]`)\n- File references use relative paths from the workspace root\n- Use ISO 8601 timestamps for all dates in logs: `YYYY-",
"cost": {
"context_tokens": 191
}
}