Load Data banner
anpato anpato

Load Data

Data community

Description

--- description: Inspect supplied data and propose a schema from it — read before modelling argument-hint: <path to the data files> --- Data has arrived: **$ARGUMENTS** **Read it before modelling it.** The whole reason this repo has no domain schema is that the data had not been seen yet. Do not skip straight to `schema.prisma`. 1. **Inspect first.** File format, row count, columns, and for each column: type, nullability, cardinality, and whether it looks like a key. Show a few real rows.

Installation

Installs to ~/.claude/commands/anpato-planet-express-load-data.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/anpato/planet-express/HEAD/.claude/commands/load-data.md -o ~/.claude/commands/anpato-planet-express-load-data.md

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

Full documentation available on GitHub

View Source Repository