bundled/skills/node-zombie-guardian/SKILL.md
Use when diagnosing stale or orphaned Node.js processes launched by VCO, auditing ownership/liveness, or safely simulating cleanup without touching external Node workloads.
npx skillsauth add foryourhealth111-pixel/vco-skills-codex node-zombie-guardianInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill is for managed-process hygiene inside the VCO ecosystem.
It exists to answer one question safely: which Node processes belong to VCO, which of them are stale, and which of those are eligible for cleanup without risking live external workloads.
ownership = vco-managed can ever become cleanup candidates.external and unknown processes remain audit-only.-Apply mode remains simulation-only and must never terminate real processes.This skill is a focused wrapper around the operator scripts that live in the bundled vibe skill:
../vibe/scripts/common/NodeLaunchWrapper.ps1../vibe/scripts/governance/Invoke-NodeProcessAudit.ps1../vibe/scripts/governance/Invoke-NodeZombieCleanup.ps1../vibe/scripts/verify/vibe-node-zombie-gate.ps1Use the wrapper when VCO starts a Node workload that should be tracked in the ledger.
& "..\vibe\scripts\common\NodeLaunchWrapper.ps1" `
-RepoRoot "C:\path\to\repo" `
-Command "node" `
-ArgumentList @("scripts\worker.js")
Default mode is read-only and emits a report.
& "..\vibe\scripts\governance\Invoke-NodeProcessAudit.ps1" `
-RepoRoot "C:\path\to\repo" `
-WriteArtifacts
Expected outcomes:
managed_live, managed_stale, external_audit_onlyCleanup remains report-only unless explicitly switched, and the safety filters still apply.
& "..\vibe\scripts\governance\Invoke-NodeZombieCleanup.ps1" `
-RepoRoot "C:\path\to\repo" `
-WriteArtifacts
Use this to confirm which managed stale processes would be targeted before any real cleanup path is considered.
Run the dedicated gate before trusting changes in this area:
& "..\vibe\scripts\verify\vibe-node-zombie-gate.ps1" -WriteArtifacts
The gate proves:
-Apply mode stays simulateddevelopment
Model interpretability and explainability using SHAP (SHapley Additive exPlanations). Use this skill when explaining machine learning model predictions, computing feature importance, generating SHAP plots (waterfall, beeswarm, bar, scatter, force, heatmap), debugging models, analyzing model bias or fairness, comparing models, or implementing explainable AI. Works with tree-based models (XGBoost, LightGBM, Random Forest), deep learning (TensorFlow, PyTorch), linear models, and any black-box model.
development
Use when the user asks to inspect Sentry issues or events, summarize recent production errors, or pull basic Sentry health data via the Sentry API; perform read-only queries with the bundled script and require `SENTRY_AUTH_TOKEN`.
development
World-class prompt engineering skill for LLM optimization, prompt patterns, structured outputs, and AI product development. Expertise in Claude, GPT-4, prompt design patterns, few-shot learning, chain-of-thought, and AI evaluation. Includes RAG optimization, agent design, and LLM system architecture. Use when building AI products, optimizing LLM performance, designing agentic systems, or implementing advanced prompting techniques.
development
World-class ML engineering skill for productionizing ML models, MLOps, and building scalable ML systems. Expertise in PyTorch, TensorFlow, model deployment, feature stores, model monitoring, and ML infrastructure. Includes LLM integration, fine-tuning, RAG systems, and agentic AI. Use when deploying ML models, building ML platforms, implementing MLOps, or integrating LLMs into production systems.