Skip to main content
Back to registry

cloudflare-d1

jezweb/claude-skills

Status : Production Ready ✅ Last Updated : 2026-01-20 Dependencies : cloudflare-worker-base (for Worker setup) Latest Versions : wrangler@4.59.2, @cloudflare/workers-types@4.20260109.0

Installs408
Install command
npx skills add https://github.com/jezweb/claude-skills --skill cloudflare-d1
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Status : Production Ready ✅ Last Updated : 2026-01-20 Dependencies : cloudflare-worker-base (for Worker setup) Latest Versions : wrangler@4.59.2, @cloudflare/workers-types@4.20260109.0 Recent Updates (2025) : Add to your wrangler.jsonc : CRITICAL: Edit the migration file: Migrations are automatically versioned: Rules: Type Definitions: prepare() - PRIMARY METHOD (always use for user input): Why: Prevents SQL injection, reusable, better performance, type-safe Query Result Methods: batch() - CRITICAL FOR PERFORMANCE: exec() - AVOID IN PRODUCTION: Common Error Types: Common Errors and Fixes: CRITICAL : D1 queries fail transiently with errors like "Network connection lost", "storage operation exceeded timeout", or "isolate exceeded its memory limit". Cloudflare documentation states "a handful of errors every several hours is not unexpected" and recommends implementing retry logic. ( D1 FAQ ) Common Transient Errors: Retry Pattern (Recommended): Automatic Retries (Sept 2025): D1 automatically retries read-only queries (SELECT, EXPLAIN, WITH) up to 2 times on retryable errors. Check meta.total_attempts in response for retry count. Write queries should still implement custom retry logic. Index Best Practices: PRAGMA optimize (Feb 2025): Query Optimization: Local vs Remote (Nov 2025 - Remote Bindings GA): Known Issue : When using remote D1 bindings ( { "remote": true } ), the...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does cloudflare-d1 do?

Status : Production Ready ✅ Last Updated : 2026-01-20 Dependencies : cloudflare-worker-base (for Worker setup) Latest Versions : wrangler@4.59.2, @cloudflare/workers-types@4.20260109.0

Is cloudflare-d1 good?

cloudflare-d1 does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does cloudflare-d1 work with?

cloudflare-d1 currently lists compatibility with codex, gemini-cli, opencode, cursor, claude-code, antigravity.

What are alternatives to cloudflare-d1?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install cloudflare-d1?

npx skills add https://github.com/jezweb/claude-skills --skill cloudflare-d1

Related skills

More from jezweb/claude-skills

Related skills

Alternatives in Software Engineering