anomaly-detection

Detect unusual patterns in time-series, logs, and metric data.

1|2|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/michaelsvanbeek/personal-agent-skills --skill anomaly-detection-michaelsvanbeek
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: anomaly-detection
Source: https://github.com/michaelsvanbeek/personal-agent-skills/tree/main/skills/anomaly-detection
Command: npx skills add https://github.com/michaelsvanbeek/personal-agent-skills --skill anomaly-detection-michaelsvanbeek

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Anomaly detection methodologies, strategy selection, and application. Use when: identifying outliers in data, detecting unusual patterns in metrics or logs, choosing between statistical and ML-based detection methods, building alerting thresholds, analyzing time series for anomalies, investigating suspicious data points, designing anomaly detection pipelines, or evaluating whether a detected anomaly is real or an artifact. Works on time series, tabular data, event streams, and metric dashboards.

Core Features & Use Cases

  • Tiered methodologies (Tier 1: statistics, Tier 2: time-series, Tier 3: machine learning) to cover univariate and multivariate data
  • Comprehensive workflow: Data profiling, baseline, method selection, evaluation, and operational design
  • Support for alerting and integration with dashboards, with guidance on reducing false positives
  • Easy-to-use, explainable approach to anomaly detection across domains (ops, finance, web analytics)

Quick Start

Use a small sample dataset to trigger a basic anomaly detection workflow and inspect results.

Frequently Asked Questions about anomaly-detection

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect anomalies in time-series data streams?

Detect anomalies in time-series data by profiling data, establishing a baseline, and flagging observations that deviate from normal behavior. This process applies univariate or multivariate techniques to identify unusual patterns in metrics and event streams.

What is the best way to choose between statistical and ML methods for anomaly detection?

Choosing anomaly detection methods involves selecting Tier 1 statistics, Tier 2 time-series, or Tier 3 machine learning techniques based on your data profile. This tiered methodology ensures appropriate univariate or multivariate analysis across domains.

How do I set alerting thresholds to reduce false positives in anomaly detection?

Set alerting thresholds for anomaly detection by establishing a baseline and defining detection limits during operational design. Specifying alerting actions and applying tiered evaluation helps reduce false positives in metric dashboards.

Can I use anomaly detection on tabular data and logs instead of just metrics?

Anomaly detection works on time series, tabular data, event streams, and metric dashboards. It identifies outliers and flags observations that deviate from normal behavior across logs and metrics using univariate or multivariate techniques.

How do I evaluate whether a detected anomaly is real or an artifact?

Evaluate whether a detected anomaly is real or an artifact by inspecting results against established baselines and data profiles. The workflow includes evaluating detected anomalies to determine if suspicious data points require further investigation.

What are the limitations of statistical anomaly detection for multivariate data?

Statistical anomaly detection, or Tier 1 methods, may lack effectiveness for complex multivariate data compared to Tier 3 machine learning techniques. Method selection depends on data characteristics, and evaluating tiered results prevents missing unusual patterns.