mfoltz-bloodcraft-installers-instructions.ocm.json json Copy{
"ocm": "1",
"id": "mfoltz-bloodcraft-installers-instructions",
"kind": "skill",
"name": "installers",
"description": "When reviewing shell installers and setup scripts in this repository:",
"publisher": "mfoltz",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"When reviewing shell installers and setup scripts in this repository:"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/mfoltz/Bloodcraft",
"path": ".github/instructions/installers.instructions.md",
"ref": "d44ede036fc5f150b1aec8e65471b035bd2c9668",
"url": "https://github.com/mfoltz/Bloodcraft/blob/d44ede036fc5f150b1aec8e65471b035bd2c9668/.github/instructions/installers.instructions.md",
"key": "mfoltz/Bloodcraft/.github/instructions/installers.instructions.md"
},
"applies_to": ".codex/**/*.sh,**/install*.sh,**/*.bash"
},
"instructions": "When reviewing shell installers and setup scripts in this repository:\n\n- Focus on portability, interpreter version assumptions, quoting, explicit failure handling, and clear user-facing messages.\n- Prioritize comments about likely runtime failures over stylistic shell preferences.\n- For Python-related setup, check Python 3 assumptions, pip and ensurepip availability, fallback behavior, and whether errors are actionable.\n- Avoid suggesting broad rewrites to different tools or shells unless the current code is likely to fail in realistic environments.\n- Prefer minimal fixes that preserve the exi",
"cost": {
"context_tokens": 177
}
}