plugins marketplace
← All plugins

anomaly-detection-system

v1.26.0

Detect anomalies and outliers in data

Claude Code1 skill

by Claude Code PluginsMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-ml/anomaly-detection-system/ inside the repository.

Layout

plugins/ai-ml/anomaly-detection-system/
├── .claude-plugin/plugin.json
└── skills/detecting-data-anomalies/SKILL.md

Skills1

detecting-data-anomaliesskills/detecting-data-anomalies/SKILL.md

Process identify anomalies and outliers in datasets using machine learning algorithms. Use when analyzing data for unusual patterns, outliers, or unexpected deviations from normal behavior. Trigger with phrases like "detect anomalies", "find outliers", or "identify unusual patterns".

Manifests1

plugins/ai-ml/anomaly-detection-system/.claude-plugin/plugin.json
{
  "name": "anomaly-detection-system",
  "version": "1.26.0",
  "description": "Detect anomalies and outliers in data",
  "author": {
    "name": "Claude Code Plugins",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "anomaly",
    "outliers",
    "detection",
    "isolation",
    "agent-skills"
  ]
}