rorywoods-frontend-vibes-frontend-instructions.ocm.json json Copy{
"ocm": "1",
"id": "rorywoods-frontend-vibes-frontend-instructions",
"kind": "skill",
"name": "frontend",
"description": "TypeScript Usage",
"publisher": "rorywoods",
"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/rorywoods/frontend-vibes",
"path": ".github/instructions/frontend.instructions.md",
"ref": "b8926bfa5ef22975f40786f3d98bea61203b3788",
"url": "https://github.com/rorywoods/frontend-vibes/blob/b8926bfa5ef22975f40786f3d98bea61203b3788/.github/instructions/frontend.instructions.md",
"key": "rorywoods/frontend-vibes/.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
}
}