intershop-intershop-pwa-naming-patterns-instructions.ocm.json json Copy{
"ocm": "1",
"id": "intershop-intershop-pwa-naming-patterns-instructions",
"kind": "skill",
"name": "naming-patterns",
"description": "Use descriptive feature names with appropriate suffixes:",
"publisher": "intershop",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use descriptive feature names with appropriate suffixes:"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/intershop/intershop-pwa",
"path": ".github/instructions/naming-patterns.instructions.md",
"ref": "313fb2ffa2a0a50514600df811a51ed0bf335e54",
"url": "https://github.com/intershop/intershop-pwa/blob/313fb2ffa2a0a50514600df811a51ed0bf335e54/.github/instructions/naming-patterns.instructions.md",
"key": "intershop/intershop-pwa/.github/instructions/naming-patterns.instructions.md"
},
"applies_to": "**"
},
"instructions": "## File Naming Conventions\n\nUse descriptive feature names with appropriate suffixes:\n\n- Component: `[feature].component.ts`\n\n- Service: `[feature].service.ts`\n- Facade: `[feature].facade.ts`\n\n- Action: `[feature].actions.ts`\n- Reducer: `[feature].reducer.ts`\n- Effect: `[feature].effects.ts`\n- Selector: `[feature].selectors.ts`\n\n- Interface: `[data-object].interface.ts`\n- Mapper: `[data-object].mapper.ts`\n- Model: `[data-object].model.ts`\n- Helper: `[data-object].helper.ts`",
"cost": {
"context_tokens": 119
}
}