devm33-navtool-frontend-instructions.ocm.json json Copy{
"ocm": "1",
"id": "devm33-navtool-frontend-instructions",
"kind": "skill",
"name": "frontend",
"description": "TypeScript Usage",
"publisher": "devm33",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"TypeScript Usage"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/devm33/navtool",
"path": ".github/instructions/frontend.instructions.md",
"ref": "cc3f3fb97527ff2bb24d40fa8a2dda9ed1282e5d",
"url": "https://github.com/devm33/navtool/blob/cc3f3fb97527ff2bb24d40fa8a2dda9ed1282e5d/.github/instructions/frontend.instructions.md",
"key": "devm33/navtool/.github/instructions/frontend.instructions.md"
},
"applies_to": "**/*.{tsx,ts}"
},
"instructions": "TypeScript Usage\n\n- Use TypeScript for all code; prefer interfaces over types.\n- Avoid enums; use maps or union types instead.\n- Use functional components with TypeScript interfaces.\n- Include proper type definitions for all props and state.",
"cost": {
"context_tokens": 60
}
}