exentials-openmes-windows-instructions.ocm.json json Copy{
"ocm": "1",
"id": "exentials-openmes-windows-instructions",
"kind": "skill",
"name": "windows",
"description": "Windows Environment Instructions",
"publisher": "exentials",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Windows Environment Instructions"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/exentials/OpenMES",
"path": ".github/instructions/windows.instructions.md",
"ref": "55c0de6c691299978e154318deee7d42a5ad0226",
"url": "https://github.com/exentials/OpenMES/blob/55c0de6c691299978e154318deee7d42a5ad0226/.github/instructions/windows.instructions.md",
"key": "exentials/OpenMES/.github/instructions/windows.instructions.md"
},
"applies_to": [
"**/*"
]
},
"instructions": "# Windows Environment Instructions\n\n## Environment\n- OS: Windows only.\n- Shell: PowerShell only (`pwsh.exe`).\n- Paths: Windows style (`C:\\...`).\n- Scripts: `.ps1`.\n- CLI: `dotnet`.\n\n## Command rules\n- Use PowerShell syntax.\n- Use single-line commands when possible.\n- Use Windows path separators.\n- Avoid bash-specific syntax.\n\n## File rules\n- Keep script examples in `.ps1`.\n- Keep commands runnable in Visual Studio terminal.",
"cost": {
"context_tokens": 106
}
}