Ml Pipeline Helper banner
403name 403name

Ml Pipeline Helper

Data community

Description

ml-pipeline-helper -- Cursor/Claude Code skill

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

ML Pipeline Helper

A practical skill for building ML/AI pipelines — data preprocessing, model training, feature engineering, and deployment.

Installation

  • Cursor: Place SKILL.md in .cursor/skills/ml-pipeline-helper/SKILL.md
  • Claude Code: Add SKILL.md to .claude/skills/ directory

What it does

Guides AI agents to write better ML pipeline code by:

  • Suggesting appropriate packages for data processing
  • Providing patterns for model training and evaluation
  • Including deployment and inference best practices