Content Preview
--- name: preprocessing-data-with-automated-pipelines description: | 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. allowed-tools: Read, Write, Edit, Grep, Glob, Bash(cmd:*) version: 1.0.0 author: Jeremy Longshore <[email protected]> license: MIT compatible-with: claude-code, codex, openclaw --- # Data Preproc
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/preprocessing-data-with-automated-pipelines.md \
https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/ai-ml/data-preprocessing-pipeline/skills/preprocessing-data-with-automated-pipelines/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsThen reference at plugins/ai-ml/data-preprocessing-pipeline/skills/preprocessing-data-with-automated-pipelines/SKILL.md
Related Skills
Preprocessing Data with Automated Pipelines
This skill empowers Claude to preprocess and clean data using automated pipelines. It is designed to streamline data preparation for machine learning tasks, implementing best practices for data validation, transformation, and error handling. Claude should use this skill when the user requests data
skill-adapterpreprocessing data with automated pipelines
by jeremylongshore · plugins-plus-skills
pre-commit-hook-setup
This skill provides automated assistance for pre commit hook setup tasks within the DevOps Basics domain.
pre-commit-hook-setupprecommithook
by jeremylongshore · plugins-plus-skills
meeting-prep
Prepare briefings for today's meetings — attendee research, email history, past meeting notes, LinkedIn, and company context. Use when running the daily meeting prep cron, or when user asks to prepare for meetings, review who they're meeting with, or get context on upcoming calls.
meeting-prepmeetingprep
by jeremylongshore · plugins-plus-skills
codebase-audit-pre-push
Deep audit before GitHub push: removes junk files, dead code, security holes, and optimization issues. Checks every file line-by-line for production readiness.
securitycodebaseauditpre
by sickn33 (Antigravity) · antigravity-awesome-skills