cloudflare-d1listed
Install: claude install-skill sarmakska/slipstream
## Overview
Create a Cloudflare D1 SQLite database and run an initial migration.
## Steps
1. Create the database with `pnpm exec wrangler d1 create {{dbName}}`.
2. Add the `[[d1_databases]]` binding to `wrangler.toml`.
3. Apply a schema migration with `wrangler d1 execute`.
## Verify
List D1 databases and confirm the database appears, then run a `SELECT 1` to confirm connectivity.