ressurectit-ng-select-typescript-instructions.ocm.json json Copy{
"ocm": "1",
"id": "ressurectit-ng-select-typescript-instructions",
"kind": "skill",
"name": "typescript",
"description": "This file describes the TypeScript code style, formatting, and conventions for the project.",
"publisher": "ressurectit",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"This file describes the TypeScript code style, formatting, and conventions for the project."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/ressurectit/ng-select",
"path": ".github/instructions/typescript.instructions.md",
"ref": "4b3dbb2fc0307e142935d93860c7e1ddbff98b00",
"url": "https://github.com/ressurectit/ng-select/blob/4b3dbb2fc0307e142935d93860c7e1ddbff98b00/.github/instructions/typescript.instructions.md",
"key": "ressurectit/ng-select/.github/instructions/typescript.instructions.md"
},
"applies_to": "**/*.ts, **/*.js"
},
"instructions": "# Project general coding standards\r\n\r\n## Formatting\r\n\r\nFor formatting instructions see [formatting instructions](./typescript/formatting.md).\r\n\r\n## Code conventions\r\n\r\nFor code conventions instructions see [code conventions instructions](./typescript/code-conventions.md).\r\n\r\n## Comments\r\n\r\nFor comments instructions see [comments instructions](./typescript/comments.md).\r\n\r\n## Naming Conventions\r\n\r\nFor naming conventions instructions see [naming conventions instructions](./typescript/naming-conventions.md).\r\n\r\n## Error Handling\r\n\r\n- Use try/catch blocks for async operations\r\n- Always log errors ",
"cost": {
"context_tokens": 156
}
}