Skip to content

SkillMedev/devops-platform-engineer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

DevOps & Platform Engineering

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.

Install

  • 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.md into your Claude skills directory.

Skills in this pack

  • 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)

License

MIT — see LICENSE. Skills are portable SKILL.md files; the canonical copies live in the Skill Me catalog.

About

Infrastructure as code, CI/CD, containers, and observability.

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors