(1) setting up a new Claude Code environment for a client or project,
Cloudflare platform skills. Use skills in this domain when:
Cloudflare AI stack. Use skills in this subdomain when building:
(1) routing all Claude API calls through AI Gateway for token metering and logging,
(1) building semantic search over skills, documents, or knowledge bases,
(1) running LLM inference at the edge with zero cold starts (Llama, Mistral, Phi),
(1) recording token usage, request counts, or latency metrics per client/skill/agent,
(1) designing schemas and writing migrations for D1 databases,
(1) building real-time collaborative features requiring WebSocket connections,
(1) triggering AI workflows from inbound email (client briefs, intake forms),
(1) connecting Cloudflare Workers to an external Postgres or MySQL database,
(1) storing session tokens, auth state, or user preferences at the edge,
(1) deploying frontend apps, marketing sites, or documentation from a Git repo,
(1) decoupling AI inference from HTTP request handlers to avoid timeout,
(1) storing files, images, documents, or exports uploaded by users,
(1) connecting 2nth Workers to a client's on-premise ERP, CRM, or database without opening firewall ports,
(1) building edge API handlers, middleware, or proxies in TypeScript/JavaScript,
(1) building a platform where YOUR customers deploy their own Workers into your infrastructure,
(1) orchestrating multi-step AI agent pipelines that must survive Worker restarts,