devops is agent-read markdown (skill) from maxmiksa/auto-company: Deploy to Cloudflare (Workers, R2, D1), Docker, GCP (Cloud Run, GKE), Kubernetes (kubectl, Helm). Use for serverless, containers, CI/CD, GitOps, security audit..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# DevOps Skill
Deploy and manage cloud infrastructure across Cloudflare, Docker, Google Cloud, and Kubernetes.
## When to Use
- Deploy serverless apps to Cloudflare Workers/Pages
- Containerize apps with Docker, Docker Compose
- Manage GCP with gcloud CLI (Cloud Run, GKE, Cloud SQL)
- Kubernetes cluster management (kubectl, Helm)
- GitOps workflows (Argo CD, Flux)
- CI/CD pipelines, multi-region deployments
- Security audits, RBAC, network policies
## Platform Selection
| Need | Choose |
|------|--------|
| Sub-50ms latency globally | Cloudflare Workers |
| Large file storage (zero egress) | Cloudflare R2 |
| SQL database (global reads) | Cloudflare D1 |
| Containerized workloads | Docker + Cloud Run/GKE |
| Enterprise Kubernetes | GKE |
| Managed relational DB | Cloud SQL |
| Static site + API | Cloudflare Pages |
| Container orchestration | Kubernetes |
| Package management for K8s | Helm |
## Quick Start
```bash
# Cloudflare Worker
wrangler init my-worker && cd my-worker && wrangler deploy
# Docker
docker build -t myapp . && docker run -p 3000:3000 myapp
# GCP Cloud Run
gcloud run deploy my-service --image gcr.io/project/image --region us-central1
# Kubernetes
…
Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
GET https://markdownregistry.com/api/v1/artifacts/art_t6jzpqobeic6qfvh
GET https://markdownregistry.com/api/v1/resolve?ref=maxmiksa/auto-company/devops
GET https://markdownregistry.com/api/v1/blob/9b637e4b851b0537e080d683a1d5f46281c031a4b59d34d4fca61cbfc6ba5d66
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
maxmiksa/auto-company · .claude/skills/agent-browser/SKILL.md · Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages…
maxmiksa/auto-company · .claude/skills/code-review-security/SKILL.md · Security-focused code review checklist and automated scanning patterns. Use when reviewing pull requests for security…
maxmiksa/auto-company · .claude/skills/community-led-growth/SKILL.md · Expert in community-led growth (CLG) - leveraging user communities to drive acquisition, retention, and expansion…
maxmiksa/auto-company · .claude/skills/competitive-intelligence-analyst/SKILL.md · Use this skill when users need to analyze competitors, monitor market movements, benchmark features/pricing, identify…
maxmiksa/auto-company · .claude/skills/content-strategy/SKILL.md · When the user wants to plan a content strategy, decide what content to create, or figure out what topics to cover. Also…
maxmiksa/auto-company · .claude/skills/deep-reading-analyst/SKILL.md · Comprehensive framework for deep analysis of articles, papers, and long-form content using 10+ thinking models (SCQA…
maxmiksa/auto-company · .claude/skills/deep-research/SKILL.md · Conduct enterprise-grade research with multi-source synthesis, citation tracking, and verification. Use when user needs…
maxmiksa/auto-company · .claude/skills/email-sequence/SKILL.md · When the user wants to create or optimize an email sequence, drip campaign, automated email flow, or lifecycle email…
maxmiksa/auto-company · .claude/skills/financial-unit-economics/SKILL.md · Use when evaluating business model viability, analyzing profitability per customer/product/transaction, validating…
maxmiksa/auto-company · .claude/skills/find-skills/SKILL.md · Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is…
vanducng/skills · skills/devops/SKILL.md · Deployment and infrastructure operations. Use when writing or debugging a Dockerfile, docker build/run, docker compose…