detecting-data-anomalies
について
このスキルは、異常検知システムプラグインを介して機械学習アルゴリズムを用いてデータセット内の異常や外れ値を検出する機能をClaudeに提供します。「異常検知」「外れ値分析」、または異常なデータパターンの特定を求めるリクエストによって発動します。本スキルは分析を自動化し、さらなる調査が必要な重要な逸脱を強調表示します。
クイックインストール
Claude Code
推奨/plugin add https://github.com/jeremylongshore/claude-code-plugins-plusgit clone https://github.com/jeremylongshore/claude-code-plugins-plus.git ~/.claude/skills/detecting-data-anomaliesこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします
ドキュメント
Overview
This skill allows Claude to utilize the anomaly-detection-system plugin to pinpoint unusual data points within a given dataset. It automates the process of anomaly detection, providing insights into potential errors, fraud, or other significant deviations from expected patterns.
How It Works
- Data Analysis: Claude analyzes the user's request and the provided data to understand the context and requirements for anomaly detection.
- Algorithm Selection: Based on the data characteristics, Claude selects an appropriate anomaly detection algorithm (e.g., Isolation Forest, One-Class SVM).
- Anomaly Identification: The selected algorithm is applied to the data, and potential anomalies are identified based on their deviation from the norm.
When to Use This Skill
This skill activates when you need to:
- Identify fraudulent transactions in financial data.
- Detect unusual network traffic patterns that may indicate a security breach.
- Find manufacturing defects based on sensor data from production lines.
Examples
Example 1: Fraud Detection
User request: "Analyze this transaction data for potential fraud."
The skill will:
- Use the anomaly-detection-system plugin to identify transactions that deviate significantly from typical spending patterns.
- Highlight the potentially fraudulent transactions and provide a summary of their characteristics.
Example 2: Network Security
User request: "Detect anomalies in network traffic to identify potential security threats."
The skill will:
- Use the anomaly-detection-system plugin to analyze network traffic data for unusual patterns.
- Identify potential security breaches based on deviations from normal network behavior.
Best Practices
- Data Preprocessing: Ensure the data is clean, properly formatted, and scaled appropriately before applying anomaly detection algorithms.
- Algorithm Selection: Choose an anomaly detection algorithm that is suitable for the type of data and the specific characteristics of the anomalies you are trying to detect.
- Threshold Tuning: Carefully tune the threshold for anomaly detection to balance the trade-off between detecting true anomalies and minimizing false positives.
Integration
This skill can be used in conjunction with other data analysis and visualization tools to provide a more comprehensive understanding of the data and the identified anomalies. It can also be integrated with alerting systems to automatically notify users when anomalies are detected.
GitHub リポジトリ
関連スキル
content-collections
メタThis skill provides a production-tested setup for Content Collections, a TypeScript-first tool that transforms Markdown/MDX files into type-safe data collections with Zod validation. Use it when building blogs, documentation sites, or content-heavy Vite + React applications to ensure type safety and automatic content validation. It covers everything from Vite plugin configuration and MDX compilation to deployment optimization and schema validation.
evaluating-llms-harness
テストThis Claude Skill runs the lm-evaluation-harness to benchmark LLMs across 60+ standardized academic tasks like MMLU and GSM8K. It's designed for developers to compare model quality, track training progress, or report academic results. The tool supports various backends including HuggingFace and vLLM models.
sglang
メタSGLang is a high-performance LLM serving framework that specializes in fast, structured generation for JSON, regex, and agentic workflows using its RadixAttention prefix caching. It delivers significantly faster inference, especially for tasks with repeated prefixes, making it ideal for complex, structured outputs and multi-turn conversations. Choose SGLang over alternatives like vLLM when you need constrained decoding or are building applications with extensive prefix sharing.
polymarket
メタThis skill enables developers to build applications with the Polymarket prediction markets platform, including API integration for trading and market data. It also provides real-time data streaming via WebSocket to monitor live trades and market activity. Use it for implementing trading strategies or creating tools that process live market updates.
