ventura8-auto-vhs-deinterlacer-powershell-instructions.ocm.json json Copy{
"ocm": "1",
"id": "ventura8-auto-vhs-deinterlacer-powershell-instructions",
"kind": "skill",
"name": "powershell",
"description": "______________________________________________________________________",
"publisher": "ventura8",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"______________________________________________________________________"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/ventura8/Auto-VHS-Deinterlacer",
"path": ".github/instructions/powershell.instructions.md",
"ref": "8aac4309b1f52c32c4c421f7a284ca99b09af856",
"url": "https://github.com/ventura8/Auto-VHS-Deinterlacer/blob/8aac4309b1f52c32c4c421f7a284ca99b09af856/.github/instructions/powershell.instructions.md",
"key": "ventura8/Auto-VHS-Deinterlacer/.github/instructions/powershell.instructions.md"
}
},
"instructions": "______________________________________________________________________\n\n## applyTo: \"\\*\\*/\\*.ps1\"\n\n# PowerShell Project Guidance\n\n- Keep scripts strict and deterministic.\n- Use the repository `.VENV` interpreter when invoking Python tooling.\n- Prefer helper functions such as `Invoke-PoetryCommand` and `Invoke-CheckedCommand` for repeated command execution.\n- Surface failures immediately; do not hide errors behind silent fallbacks.\n- Keep lint, test, and coverage steps in the same order as the local pipeline unless a change explicitly requires a different sequence.",
"cost": {
"context_tokens": 142
}
}