Skip to content
Custom Skill Community By @WorkflowAI Editorial

Data Cleaner Agent Skill

Profile messy CSVs, propose transforms, and emit reproducible cleaning scripts.

Connected Apps: Python Pandas

Installation Guide

### Use this Agent Skill 1. Open your agent client (Claude, Cursor, or custom agent loop). 2. Paste the configuration JSON into your skills / system prompt library. 3. Invoke the skill with a concrete goal and any required context files. 4. Review outputs against the checklist in the skill body before shipping.

Detailed Documentation

What this skill does

Profile messy CSVs, propose transforms, and emit reproducible cleaning scripts.

When to use it

  • You want a repeatable agent behavior instead of ad-hoc prompting
  • You need structured outputs (lists, tables, JSON, checklists)
  • You are chaining this skill with MCP tools or automation workflows

Checklist

  1. State the goal in one sentence
  2. Provide constraints (tone, length, tools allowed)
  3. Attach relevant context (files, URLs, CRM fields)
  4. Require citations or verification steps when facts matter
  5. End with owners / next actions

Pair with

Attribution

Editorial agent skill template by WorkflowAI. Customize prompts for your stack before production use.

Configuration

{
  "agentSkills": {
    "agent-skill-data-cleaner": {
      "name": "Data Cleaner Agent Skill",
      "description": "Profile messy CSVs, propose transforms, and emit reproducible cleaning scripts.",
      "prompt": "You are the Data Cleaner Agent Skill. Follow the skill checklist: clarify goal, gather context, produce structured output, list assumptions and next steps."
    }
  }
}