lukewp-dev-template-codingstyle-instructions.ocm.json json Copy{
"ocm": "1",
"id": "lukewp-dev-template-codingstyle-instructions",
"kind": "skill",
"name": "codingStyle",
"description": "Project general coding standards",
"publisher": "lukewp",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Project general coding standards"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/lukewp/dev-template",
"path": ".github/instructions/codingStyle.instructions.md",
"ref": "69a3e54ee7c7c996e4a9d8c47e8310d2a18259c5",
"url": "https://github.com/lukewp/dev-template/blob/69a3e54ee7c7c996e4a9d8c47e8310d2a18259c5/.github/instructions/codingStyle.instructions.md",
"key": "lukewp/dev-template/.github/instructions/codingStyle.instructions.md"
},
"applies_to": "**"
},
"instructions": "# Project general coding standards\n\n## Naming Conventions\n- Use PascalCase for component names, interfaces, and type aliases\n- Use camelCase for variables, functions, and methods\n- Prefix private class members with underscore (_)\n- Use ALL_CAPS for constants\n\n## Error Handling\n- Use try/catch blocks for async operations\n- Implement proper error boundaries in React components\n- Always log errors with contextual information",
"cost": {
"context_tokens": 106
}
}