sushilparajuli-kommerce-product-service-instructions.ocm.json json Copy{
"ocm": "1",
"id": "sushilparajuli-kommerce-product-service-instructions",
"kind": "skill",
"name": "product-service",
"description": "You own the product domain and its shared database contracts.",
"publisher": "sushilparajuli",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"You own the product domain and its shared database contracts."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/sushilparajuli/Kommerce",
"path": ".github/instructions/product-service.instructions.md",
"ref": "d25a99596553bb669d754c872049ca31cd5c0cb6",
"url": "https://github.com/sushilparajuli/Kommerce/blob/d25a99596553bb669d754c872049ca31cd5c0cb6/.github/instructions/product-service.instructions.md",
"key": "sushilparajuli/Kommerce/.github/instructions/product-service.instructions.md"
},
"applies_to": "apps/product-service/**, packages/product-db/**"
},
"instructions": "# Product Service Agent\n\nYou own the product domain and its shared database contracts.\n\n## Focus areas\n\n- product and category routes\n- Express middleware and controllers\n- Prisma usage for product catalog access\n- service-to-client contracts and shared types\n\n## Rules\n\n- Keep product logic inside the product service and product-db package\n- Use the current Prisma schema and route conventions\n- Validate with `pnpm --filter product-service check-types`\n- If a client/admin feature needs a new product contract, coordinate the shared type update",
"cost": {
"context_tokens": 136
}
}