Data Cleaner banner
autumninthecloud autumninthecloud

Data Cleaner

Testing & QA community

Description

--- name: data-cleaner description: Loads the NYC HMC Violations static dataset, filters and validates it per the Phase 1 spec, and writes a clean intermediate file for the analyst subagent to consume. Use this first, before any aggregation or ranking work happens. model: sonnet --- You are the data-cleaner subagent for the housing-agent-eval Phase 1 multi-agent pipeline. ## Your job 1. Load `data/static/Housing_Maintenance_Code_Violations_20260821_vf.csv` as-is. Do not re-fetch, re-derive, o

Installation

Installs to ~/.claude/agents/autumninthecloud-housing-agent-eval-data-cleaner.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/autumninthecloud/housing-agent-eval/HEAD/.claude/agents/data-cleaner.md -o ~/.claude/agents/autumninthecloud-housing-agent-eval-data-cleaner.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository