discover-data

Automatically discover data pipeline and ETL skills when working with ETL. Activates for data development tasks.

Data Skills Discovery

Provides automatic access to comprehensive data skills.

When This Skill Activates

This skill auto-activates when you're working with:

Available Skills

Quick Reference

The Data category contains 9 skills:

  1. batch-processing - Orchestrating complex data pipelines with dependencies
  2. data-validation - Validating data schema before processing
  3. dataflow-coordination - Coordination patterns for distributed dataflow systems
  4. differential-dataflow - Differential computation for incremental updates and efficient joins
  5. etl-patterns - Designing data extraction from multiple sources
  6. pipeline-orchestration - Coordinating complex multi-step data workflows
  7. stream-processing - Processing real-time event streams (Kafka, Flink)
  8. streaming-aggregations - Windowing, sessionization, time-series aggregation
  9. timely-dataflow - Low-latency streaming computation with progress tracking

Load Full Category Details

For complete descriptions and workflows:

cat skills/data/INDEX.md

This loads the full Data category index with:

Load Specific Skills

Load individual skills as needed:

# Traditional ETL/Batch
cat skills/data/batch-processing.md
cat skills/data/data-validation.md
cat skills/data/etl-patterns.md
cat skills/data/pipeline-orchestration.md

# Stream Processing
cat skills/data/stream-processing.md
cat skills/data/streaming-aggregations.md

# Advanced Dataflow Systems
cat skills/data/timely-dataflow.md
cat skills/data/differential-dataflow.md
cat skills/data/dataflow-coordination.md

Common Workflow Combinations

Real-Time Analytics Pipeline

# Load these skills together:
cat skills/data/stream-processing.md          # Kafka setup
cat skills/data/streaming-aggregations.md     # Windowing patterns
cat skills/data/dataflow-coordination.md      # Coordination

Incremental Computation System

# Load these skills together:
cat skills/data/timely-dataflow.md           # Foundation
cat skills/data/differential-dataflow.md     # Incremental updates
cat skills/data/dataflow-coordination.md     # Distributed coordination

Hybrid Batch + Stream

# Load these skills together:
cat skills/data/batch-processing.md          # Batch jobs
cat skills/data/stream-processing.md         # Stream processing
cat skills/data/pipeline-orchestration.md    # Overall coordination

Progressive Loading

This gateway skill enables progressive loading:

Usage Instructions

  1. Auto-activation: This skill loads automatically when Claude Code detects data work
  2. Browse skills: Run cat skills/data/INDEX.md for full category overview
  3. Load specific skills: Use bash commands above to load individual skills

Next Steps: Run cat skills/data/INDEX.md to see full category details.