AgentSkillsCN

deploy

Cloudflare前端(Pages)和后端(Workers)部署。涵盖密钥、环境变量、自定义域名和生产配置。

SKILL.md
--- frontmatter
name: deploy
description: Cloudflare deployment for frontend (Pages) and backend (Workers). Covers secrets, environment variables, custom domains, and production configuration.

Skill: Deploy

Deployment to Cloudflare Workers and Pages.

Routing Logic

Analyze the user's intent and route to the appropriate workflow:

Deploy Backendworkflows/deploy-backend.md

  • "Deploy the backend"
  • "Deploy Python API"
  • "Deploy Rust API"
  • "Push backend to production"

Deploy Frontendworkflows/deploy-frontend.md

  • "Deploy the frontend"
  • "Deploy to Cloudflare Pages"
  • "Push web to production"

Manage Secretsworkflows/secrets.md

  • "Set production secrets"
  • "Add environment variable"
  • "Configure Supabase keys"

Custom Domainworkflows/custom-domain.md

  • "Add custom domain"
  • "Configure domain for API"
  • "Set up DNS"

Configuration Questionscontext/config.md

  • "What's the deploy command?"
  • "Where do I set secrets?"

Workflows

  • workflows/deploy-backend.md - Deploy backend to Workers
  • workflows/deploy-frontend.md - Deploy frontend to Pages
  • workflows/secrets.md - Manage secrets and env vars
  • workflows/custom-domain.md - Configure custom domains

Context

  • context/config.md - Deployment configuration
  • context/checklist.md - Pre-deployment checklist