devops

Installation
SKILL.md

[IMPORTANT] Use TaskCreate to break ALL work into small tasks BEFORE starting — including tasks for each file read. This prevents context loss from long files. For simple tasks, AI MUST ATTENTION ask user whether to skip.

Quick Summary

Goal: Deploy and manage cloud infrastructure across Cloudflare (Workers, R2, D1), Docker containers, and Google Cloud Platform.

Workflow:

  1. Platform Selection — Choose Cloudflare (edge/low-latency), Docker (containers/microservices), or GCP (enterprise/K8s)
  2. Project Setup — Initialize with Wrangler CLI, Dockerfile, or gcloud CLI
  3. Local Development — Test locally before deploying
  4. Deploy & Verify — Deploy to target platform with health checks

Key Rules:

  • Run containers as non-root user; scan images for vulnerabilities
  • Use multi-stage Docker builds to minimize image size
  • Store secrets in environment variables, never in code
  • Use R2 over S3 when zero egress cost matters
Related skills
Installs
43
GitHub Stars
6
First Seen
Jan 24, 2026