polarity-app-vectorscope-html-instructions.ocm.json json Copy{
"ocm": "1",
"id": "polarity-app-vectorscope-html-instructions",
"kind": "skill",
"name": "html",
"description": "HTML Instructions",
"publisher": "polarity",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"HTML Instructions"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/polarity/app.vectorscope",
"path": ".github/instructions/html.instructions.md",
"ref": "27aeaf4677002820d18a5d4c37ff3cc0a0888e01",
"url": "https://github.com/polarity/app.vectorscope/blob/27aeaf4677002820d18a5d4c37ff3cc0a0888e01/.github/instructions/html.instructions.md",
"key": "polarity/app.vectorscope/.github/instructions/html.instructions.md"
},
"applies_to": "**/*.html"
},
"instructions": "# HTML Instructions\n\n- Keep the document semantic and accessibility-aware.\n- Preserve required metadata tags and the external stylesheet/module bootstrap.\n- Use external CSS for presentation and avoid inline styles.\n- Keep indentation consistent at 2 spaces.\n- When updating structure, make sure the DOM still matches the selectors used by `js/ui.js`.",
"cost": {
"context_tokens": 87
}
}