data-scrub

Installation
SKILL.md

Data Scrub Skill

Garbage in → backtest lies. Before ANY strategy runs on new data, audit it.

Ask for

  • File path
  • Expected timeframe (1m, 5m, 1h, 1d)
  • Expected timezone (UTC recommended)
  • Expected date range
  • Symbol(s) covered

Run these checks — each must PASS

1. Schema

  • Required columns: timestamp, open, high, low, close, volume
  • Dtypes correct? (timestamp = datetime64, OHLCV = float)
Installs
6
First Seen
May 10, 2026
data-scrub — shakeebshaan/claude-code-quant-skills