LQF_Machine_Learning_E…
LQF Machine Learning Expert Guide - Routed skill for ML/Statistical Modeling with Critical Discussion Mode. Triggers on: machine learning, modeling,…
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 -y skills add foryourhealth111-pixel/Vibe-Skills --skill node-zombie-guardian --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/node-zombie-guardianContext preview
The summary Claude sees to decide when to auto-load this skill.
Use when diagnosing stale or orphaned Node.js processes launched by VCO, auditing ownership/liveness, or safely simulating cleanup without touching external Node workloads.
name: "node-zombie-guardian" description: "Use when diagnosing stale or orphaned Node.js processes launched by VCO, auditing ownership/liveness, or safely simulating cleanup without touching external Node workloads."
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.
This skill is a focused wrapper around the operator scripts that live in the bundled `vibe` skill:
Use 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:
Cleanup 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:
Intelligent Skill routing and workflow orchestration for AI agents — +21.12 pp reward, −29.6% tokens on SkillsBench with DeepSeekV4Flash-VE.
Repo: foryourhealth111-pixel/Vibe-Skills
LQF Machine Learning Expert Guide - Routed skill for ML/Statistical Modeling with Critical Discussion Mode. Triggers on: machine learning, modeling,…
Cloud laboratory platform for automated protein testing and validation. Use when designing proteins and needing experimental validation including binding…
This skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection,…
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code,…
Access real-time and historical stock market data, forex rates, cryptocurrency prices, commodities, economic indicators, and 50+ technical indicators via the…
Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex…