electron-rare-kill-life-ops-instructions.ocm.json json Copy{
"ocm": "1",
"id": "electron-rare-kill-life-ops-instructions",
"kind": "skill",
"name": "Ops Domain",
"description": "Use when operating cockpit scripts, runtime gateways, evidence packs, incident briefs, weekly summaries, or operational runbooks in Kill_LIFE.",
"publisher": "electron-rare",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use when operating cockpit scripts, runtime gateways, evidence packs, incident briefs, weekly summaries, or operational runbooks in Kill_LIFE."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/electron-rare/Kill_LIFE",
"path": ".github/instructions/ops.instructions.md",
"ref": "f7ec083a1d4a694043dc8e876ef04e1da9f58607",
"url": "https://github.com/electron-rare/Kill_LIFE/blob/f7ec083a1d4a694043dc8e876ef04e1da9f58607/.github/instructions/ops.instructions.md",
"key": "electron-rare/Kill_LIFE/.github/instructions/ops.instructions.md"
},
"applies_to": [
"tools/cockpit/**",
"artifacts/**",
"docs/evidence/**",
".github/workflows/**"
]
},
"instructions": "# Ops Domain Instructions\n\n## Focus\n\n- Prefer operational observability over assumptions.\n- Keep outputs machine-readable (`--json`) and operator-readable (short markdown digest).\n\n## Priority Commands\n\n- `bash tools/cockpit/runtime_ai_gateway.sh --action status --refresh --json`\n- `bash tools/cockpit/render_weekly_refonte_summary.sh`\n- `bash tools/cockpit/render_mascarade_incident_brief.sh`\n\n## Guardrails\n\n- Never drop evidence artifacts silently.\n- Keep CI/workflow naming and artifact naming stable when possible.\n- On degraded states, always provide next executable remediation steps.",
"cost": {
"context_tokens": 148
}
}