MCP HubMCP Hub
スキル一覧に戻る

analyzing-data

jesseotremblay
更新日 Today
186 閲覧
0
GitHubで表示
メタworddesigndata

について

analyzing-dataスキルは、ユーザーが特定のキーワードに言及した場合や分析タスクを要求した場合に、データを処理し解釈します。構造化されたワークフローを通じて、包括的なデータ評価、処理、検証を実行します。このスキルは、データ分析、パターン認識、さまざまなデータタイプからのインサイト生成にご利用ください。

クイックインストール

Claude Code

推奨
プラグインコマンド推奨
/plugin add https://github.com/jesseotremblay/claude-skills
Git クローン代替
git clone https://github.com/jesseotremblay/claude-skills.git ~/.claude/skills/analyzing-data

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします

ドキュメント

Analyzing Data

Comprehensive overview of what this skill does, its main capabilities, and when it's most useful.

When to Use This Skill

Invoke this skill when the user:

  • [Specific condition or request 1]
  • [Specific condition or request 2]
  • [Specific condition or request 3]
  • [Mentions keywords: keyword1, keyword2, keyword3]
  • [Requests analysis, processing, or generation of specific types]

Main Workflow

Step 1: Initial Assessment

Objectives:

  • [Objective 1]
  • [Objective 2]
  • [Objective 3]

Actions:

  1. [Action 1 description]
  2. [Action 2 description]
  3. [Action 3 description]

Validation:

  • [Check 1]
  • [Check 2]

Step 2: Data/Input Processing

Objectives:

  • [Objective 1]
  • [Objective 2]

Actions:

  1. [Action 1 description]

    • Expected result: [Description]
    • If error: [How to handle]
  2. [Action 2 description]

    • Expected result: [Description]
    • If error: [How to handle]
  3. [Action 3 description]

    • Expected result: [Description]
    • If error: [How to handle]

Quality Checks:

  • [Check 1]
  • [Check 2]
  • [Check 3]

Step 3: Core Processing

Objectives:

  • [Objective 1]
  • [Objective 2]

Different Approaches Based on Context:

Approach A: [When Condition X]

  1. [Step 1]
  2. [Step 2]
  3. [Step 3]

Approach B: [When Condition Y]

  1. [Step 1]
  2. [Step 2]
  3. [Step 3]

For Advanced Scenarios: See REFERENCE.md section [X] for detailed methodology on [specific topic].

Step 4: Output Generation

Format Options:

  • Format 1: [Description] - Use when [condition]
  • Format 2: [Description] - Use when [condition]
  • Format 3: [Description] - Use when [condition]

Using Templates: See FORMS.md for output templates.

Automated Generation:

python scripts/process.py input_file --format [format_type]

Analysis Patterns

Pattern 1: [Pattern Name]

Objective: [What this pattern accomplishes]

When to Use:

  • [Scenario 1]
  • [Scenario 2]
  • [Scenario 3]

Steps:

  1. [Detailed step 1]
  2. [Detailed step 2]
  3. [Detailed step 3]
  4. [Detailed step 4]

Validation:

  • [Check 1]
  • [Check 2]

Pattern 2: [Pattern Name]

Objective: [What this pattern accomplishes]

When to Use:

  • [Scenario 1]
  • [Scenario 2]

Steps:

  1. [Detailed step 1]
  2. [Detailed step 2]
  3. [Detailed step 3]

Validation:

  • [Check 1]
  • [Check 2]

Pattern 3: [Pattern Name]

Objective: [What this pattern accomplishes]

When to Use:

  • [Scenario 1]
  • [Scenario 2]

Advanced Details: See REFERENCE.md section "[Pattern 3 Details]" for:

  • Advanced techniques
  • Edge case handling
  • Optimization strategies

Input Type Handling

Type A: [Input Type]

  • Characteristics: [Description]
  • Processing approach: [Approach]
  • Special considerations: [Considerations]

Type B: [Input Type]

  • Characteristics: [Description]
  • Processing approach: [Approach]
  • Special considerations: [Considerations]

Type C: [Input Type]

  • Characteristics: [Description]
  • Processing approach: [Approach]
  • Special considerations: [Considerations]
  • See REFERENCE.md section "[Type C Processing]" for details

Common Issues and Solutions

Issue: [Problem Description]

  • Symptoms: [How to recognize this issue]
  • Causes: [Common reasons this happens]
  • Solutions:
    • Solution 1: [Description]
    • Solution 2: [Description]
    • Solution 3: [Description]
  • Prevention: [How to avoid this issue]

Issue: [Problem Description]

  • Symptoms: [How to recognize this issue]
  • Causes: [Common reasons this happens]
  • Solutions:
    • Solution 1: [Description]
    • Solution 2: [Description]
  • See Also: REFERENCE.md section "[Related Topic]"

Output Formats

The skill can generate multiple output formats:

Format 1: [Format Name]

  • Description: [What this format provides]
  • Best for: [Use cases]
  • Template: See FORMS.md template "[Template Name]"
  • Example:
    [Example output]
    

Format 2: [Format Name]

  • Description: [What this format provides]
  • Best for: [Use cases]
  • Template: See FORMS.md template "[Template Name]"

Generate specific format:

python scripts/process.py input --format format1
python scripts/process.py input --format format2

Validation Checklist

Before finalizing output:

Input Validation:

  • [Check 1]
  • [Check 2]
  • [Check 3]

Processing Validation:

  • [Check 1]
  • [Check 2]
  • [Check 3]

Output Validation:

  • [Check 1]
  • [Check 2]
  • [Check 3]

Quality Assurance:

  • [Check 1]
  • [Check 2]

Scope Options

Quick Processing (5-10 min):

  • [What's included]
  • [What's excluded]
  • Best for: [Use cases]

Standard Processing (20-40 min):

  • [What's included]
  • [What's excluded]
  • Best for: [Use cases]

Comprehensive Processing (1-2 hours):

  • [What's included]
  • [What's excluded]
  • Best for: [Use cases]

Ask user for preferred scope if unclear.

Example Workflow

Scenario: [Description of example scenario]

Input: [What the user provides]

Processing:

  1. Initial Assessment:

    • [What was checked]
    • [Findings]
  2. Core Processing:

    • [What was done]
    • [Results]
  3. Output Generation:

    • [What was created]

Output:

[Example of final output with key elements]

Advanced Features

For complex scenarios, this skill integrates with:

REFERENCE.md sections:

  • [Section 1]: [What it covers]
  • [Section 2]: [What it covers]
  • [Section 3]: [What it covers]

FORMS.md templates:

Scripts:

  • scripts/process.py: [Description]
  • scripts/analyze.py: [Description]
  • scripts/generate.py: [Description]

Quick Start

Basic usage:

python scripts/process.py your_input_file

With options:

python scripts/process.py your_input_file \
  --option1 value1 \
  --option2 value2 \
  --output-dir ./results

Help:

python scripts/process.py --help

For detailed methodology and advanced techniques, see REFERENCE.md. For output templates and examples, see FORMS.md.

GitHub リポジトリ

jesseotremblay/claude-skills
パス: skill-creator/templates/complex-skill-template

関連スキル

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.

スキルを見る

creating-opencode-plugins

メタ

This skill provides the structure and API specifications for creating OpenCode plugins that hook into 25+ event types like commands, files, and LSP operations. It offers implementation patterns for JavaScript/TypeScript modules that intercept and extend the AI assistant's lifecycle. Use it when you need to build event-driven plugins for monitoring, custom handling, or extending OpenCode's capabilities.

スキルを見る

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.

スキルを見る

cloudflare-turnstile

メタ

This skill provides comprehensive guidance for implementing Cloudflare Turnstile as a CAPTCHA-alternative bot protection system. It covers integration for forms, login pages, API endpoints, and frameworks like React/Next.js/Hono, while handling invisible challenges that maintain user experience. Use it when migrating from reCAPTCHA, debugging error codes, or implementing token validation and E2E tests.

スキルを見る