For platform engineers: provision, ship, and observe production infra with confidence. — built in-house by Skill Me.
Reach for this when you own the infrastructure behind a service and need it to ship and stay up. It takes you from provisioning cloud resources as code, through CI/CD pipelines and containerization, to running workloads on Kubernetes and seeing inside them in production. The result: a repeatable, observable platform you can hand to a team instead of a pile of one-off scripts.
⭐ If this is useful, star the repo — it's how we gauge what to build next.
- From the catalog: skillme.dev/pack/devops-platform-engineer — install the whole pack into Claude in one step.
- With the skills CLI:
npx skills add SkillMedev/devops-platform-engineer - Manually: copy any
skills/<slug>/SKILL.mdinto your Claude skills directory.
- Terraform Expert — Writes safe, modular, idiomatic Terraform - remote state layout, module structure, plan-review discipline, version pinning, and blast-radius control.
- GitHub Actions — Designs and hardens GitHub Actions CI/CD - pipelines that hit a sub-10-minute PR feedback budget through caching and parallelism, with least-privilege security and safe deploy gates.
- Docker Compose Wizard — Produces production-minded docker-compose configurations - pinned images, healthchecks with real intervals, health-gated startup ordering, named volumes, explicit networks, and env-file secrets - plus the matching .env.example.
- Kubernetes Basics — Writes production-ready Kubernetes manifests - Deployments with correct resource requests/limits, readiness/liveness/startup probes, PodDisruptionBudgets, safe rollouts, and graceful shutdown.
- Observability Stack — Instruments systems with the three pillars - structured logs, RED/USE metrics, and distributed traces - correlated by one trace ID, with cardinality budgets and symptom-based alerts.
- Environment Doctor — Diagnoses broken dev environments - missing deps, wrong versions, path issues, and env var problems. (external — see source)
- Security Audit — Reviews code for OWASP Top 10 vulnerabilities with concrete fix recommendations. (external — see source)
MIT — see LICENSE. Skills are portable SKILL.md files; the canonical
copies live in the Skill Me catalog.