zoxknez-ai-coding-rules-db-instructions.ocm.json json Copy{
"ocm": "1",
"id": "zoxknez-ai-coding-rules-db-instructions",
"kind": "skill",
"name": "db",
"description": "Follow MASTER_RULES.md.",
"publisher": "zoxknez",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Follow MASTER_RULES.md."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/zoxknez/ai-coding-rules",
"path": ".github/instructions/db.instructions.md",
"ref": "8f37f1dc46f9c34791004e6e4ecbb2bf87b98ce6",
"url": "https://github.com/zoxknez/ai-coding-rules/blob/8f37f1dc46f9c34791004e6e4ecbb2bf87b98ce6/.github/instructions/db.instructions.md",
"key": "zoxknez/ai-coding-rules/.github/instructions/db.instructions.md"
},
"applies_to": "{prisma/**,drizzle/**,migrations/**,**/*.sql}"
},
"instructions": "Follow MASTER_RULES.md.\n\nDB rules:\n- Schema changes require migrations.\n- Avoid SELECT * when returning subsets.\n- Add indexes only for real query patterns.\n- Use explicit transactions where needed.\n- Document rollback/compat when altering existing columns.",
"cost": {
"context_tokens": 64
}
}