一键导入
deploy
Cloudflare deployment for frontend (Pages) and backend (Workers). Covers secrets, environment variables, custom domains, and production configuration.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Cloudflare deployment for frontend (Pages) and backend (Workers). Covers secrets, environment variables, custom domains, and production configuration.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
FastAPI Python backend in api/. Covers routes, models, Supabase integration, authentication, R2 storage, and Cloudflare Workers deployment. Port 9990 for local dev. OpenAPI docs at /docs.
Rust/WASM backend in api-rust/. High-performance alternative using workers-rs, utoipa for OpenAPI, and Supabase REST API. Port 9990 for local dev. 10-100x faster than Python.
React + Vite + TailwindCSS frontend development in web/. Covers components, pages, routing, API client, Supabase auth, and Cloudflare Pages deployment. Port 6174 for local dev.
Supabase database management including migrations, RLS policies, seed data, auth configuration, and local development. Database files in api/supabase/.
TypeScript type generation and synchronization between backend OpenAPI and frontend. Auto-generates types from /openapi.json using openapi-typescript. Critical after any API change.
| name | deploy |
| description | Cloudflare deployment for frontend (Pages) and backend (Workers). Covers secrets, environment variables, custom domains, and production configuration. |
Deployment to Cloudflare Workers and Pages.
Analyze the user's intent and route to the appropriate workflow:
Deploy Backend → workflows/deploy-backend.md
Deploy Frontend → workflows/deploy-frontend.md
Manage Secrets → workflows/secrets.md
Custom Domain → workflows/custom-domain.md
Configuration Questions → context/config.md
workflows/deploy-backend.md - Deploy backend to Workersworkflows/deploy-frontend.md - Deploy frontend to Pagesworkflows/secrets.md - Manage secrets and env varsworkflows/custom-domain.md - Configure custom domainscontext/config.md - Deployment configurationcontext/checklist.md - Pre-deployment checklist