Vibe-Skills anomaly-detector
install
source · Clone the upstream repo
git clone https://github.com/foryourhealth111-pixel/Vibe-Skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/foryourhealth111-pixel/Vibe-Skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/bundled/skills/anomaly-detector" ~/.claude/skills/foryourhealth111-pixel-vibe-skills-anomaly-detector && rm -rf "$T"
manifest:
bundled/skills/anomaly-detector/SKILL.mdsource content
Anomaly Detector
Purpose
Use this skill when the user needs to identify abnormal rows, drift, spikes, or rare-event behavior in data.
When to Use
Use this skill when:
- Investigating outlier transactions, sensor spikes, fraud candidates, or rare failures
- Comparing statistical, distance-based, or density-based anomaly detection approaches
- Setting anomaly thresholds and reviewing false positives or false negatives
Not For / Boundaries
- Generic schema/null/range validation: use
data-quality-checker - Publication-grade figure polishing: use
scientific-visualization - End-to-end supervised model training: use
training-machine-learning-models
Typical Outputs
- Candidate anomaly rules or model choices
- Thresholding and review workflow
- Follow-up plots or tables showing suspicious records
Related Skills
for dataset sanity checks before anomaly reviewdata-quality-checker
for general charts after anomalies are identifiedcreating-data-visualizations