plugins marketplace
← All plugins

data-preprocessing-pipeline

v1.23.0

Automated data preprocessing and cleaning pipelines

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/data-preprocessing-pipeline/ inside the repository.

Layout

plugins/ai-ml/data-preprocessing-pipeline/
├── .claude-plugin/plugin.json
└── skills/preprocessing-data-with-automated-pipelines/SKILL.md

Skills1

preprocessing-data-with-automated-pipelinesskills/preprocessing-data-with-automated-pipelines/SKILL.md

Process automate data cleaning, transformation, and validation for ML tasks. Use when requesting "preprocess data", "clean data", "ETL pipeline", or "data transformation". Trigger with relevant phrases based on skill purpose.

Manifests1

plugins/ai-ml/data-preprocessing-pipeline/.claude-plugin/plugin.json
{
  "name": "data-preprocessing-pipeline",
  "version": "1.23.0",
  "description": "Automated data preprocessing and cleaning pipelines",
  "author": {
    "name": "Claude Code Plugins",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "preprocessing",
    "cleaning",
    "etl",
    "pipeline",
    "agent-skills"
  ]
}