visionarycoder-vc-ifx-database-instructions.ocm.json json Copy{
"ocm": "1",
"id": "visionarycoder-vc-ifx-database-instructions",
"kind": "skill",
"name": "database",
"description": "--- # 🔧 Copilot Instruction Metadata version: 1.0.0 schema: 1 updated: 2025-10-03 owner: Platform/IDL stability: stable domain: database # version semantics: MAJOR / MINOR / PATCH title: Database Project Instructions doc_type: instruction status: active last_updated: 2026-09-10 --- # Database Project Instructions",
"publisher": "visionarycoder",
"version": "1.0.0",
"capabilities": {
"domains": [
"math"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"--- # 🔧 Copilot Instruction Metadata version: 1.0.0 schema: 1 updated: 2025-10-03 owner: Platform/IDL stability: stable domain: database # version semantics: MAJOR / MINOR / PATCH title: Database Project Instructions doc_type: instruction status: active last_updated: 2026-09-10 --- # Database Project Instructions"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/visionarycoder/vc.Ifx",
"path": ".github/instructions/database.instructions.md",
"ref": "0d2e60bdae574f643bafb0af329e0209eaa4d9e4",
"url": "https://github.com/visionarycoder/vc.Ifx/blob/0d2e60bdae574f643bafb0af329e0209eaa4d9e4/.github/instructions/database.instructions.md",
"key": "visionarycoder/vc.Ifx/.github/instructions/database.instructions.md"
}
},
"instructions": "---\n# 🔧 Copilot Instruction Metadata\nversion: 1.0.0\nschema: 1\nupdated: 2025-10-03\nowner: Platform/IDL\nstability: stable\ndomain: database\n# version semantics: MAJOR / MINOR / PATCH\ntitle: Database Project Instructions\ndoc_type: instruction\nstatus: active\nlast_updated: 2026-09-10\n---\n# Database Project Instructions\n\n## Scope\nApplies to `.sql`, `.dbproj`, `.dacpac`, `.psql`, and `.mdf` files.\n\n## Conventions\n- Use `snake_case` for tables and columns.\n- Prefix stored procedures with `usp_`; views with `vw_`.\n- Avoid `SELECT *`; always specify columns.\n- Use `TRY...CATCH` for error handling.\n- Pre",
"cost": {
"context_tokens": 241
}
}