This brings Cloudflare's serverless SQLite to your Workers projects with proper Drizzle ORM integration and migration workflows. You get type-safe queries, schema-as-code, and the full D1 setup from wrangler.toml configuration through deployment. The skill covers both the raw D1 API and the Drizzle layer, so you can work at whatever level makes sense. If you're building edge applications that need persistent storage without spinning up traditional databases, this handles the entire stack. The migration tooling is solid, and the examples show real CRUD patterns with Hono, not just hello world queries.
npx skills add https://github.com/alinaqi/claude-bootstrap --skill cloudflare-d1