docker-skills — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited docker-skills (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<p align="center"> <a href="https://github.com/clouddrove/claude-skills/blob/main/LICENSE"> <img src="https://img.shields.io/badge/license-Apache%202.0-blue.svg" alt="License: Apache 2.0"> </a> <a href="https://github.com/clouddrove/claude-skills"> <img src="https://img.shields.io/badge/version-0.2.0-green.svg" alt="Version: 0.2.0"> </a> <a href="https://github.com/clouddrove/claude-skills"> <img src="https://img.shields.io/badge/claude--code-plugin-7C3AED.svg" alt="Claude Code Plugin"> </a> </p>
A curated collection of DevOps skills for Claude Code — the CLI tool by Anthropic. These skills extend Claude with deep domain knowledge for Kubernetes, Terraform, AWS, and other infrastructure tools.
Skills are structured knowledge packs that Claude Code loads on demand. When you ask Claude a Kubernetes question, the k8s skill automatically activates — giving Claude access to troubleshooting workflows, manifest patterns, Helm guides, security references, and diagnostic scripts without you having to provide any context.
| Plugin | Description | Status |
|---|---|---|
| k8s-skills | Kubernetes operations, troubleshooting, and platform engineering | :white_check_mark: Available |
| docker-skills | Docker — Dockerfile, Compose, registry, image optimization | :white_check_mark: Available |
| finops-skills | AWS FinOps — cost optimization, waste, right-sizing, reservations (SP + RDS/ElastiCache/OpenSearch RIs) | :white_check_mark: Available |
| terraform-skills | Terraform modules, state management, and IaC patterns | :construction: Planned |
| aws-skills | AWS services, architecture, and operations | :construction: Planned |
# 1. Add the CloudDrove marketplace (one-time)
/plugin marketplace add clouddrove/claude-skills
# 2. Install the plugins you need
/plugin install k8s-skills@clouddrove-claude-skillsSkills trigger automatically based on context. Just ask naturally:
> My pod is stuck in CrashLoopBackOff, how do I debug it?
> Write a production-ready Deployment with HPA and PDB
> Which apps are failing in production?
> Compare resource usage between staging and production
> Is everything healthy in the cluster?Or use slash commands for direct access:
/k8s-skills:k8s-health # Cluster health check
/k8s-skills:k8s-health production # Namespace health check
/k8s-skills:k8s-debug my-pod production # Debug a specific pod
/k8s-skills:k8s-deploy rollback myapp production # Rollback a deploymentThe Kubernetes skill covers both day-to-day operations and platform engineering:
| Area | What's Included |
|---|---|
| Troubleshooting | Decision trees for CrashLoopBackOff, OOMKilled, ImagePullBackOff, Pending, networking, storage |
| Manifests | Production-ready YAML for Deployments, Services, Ingress, HPA, PDB, NetworkPolicy, and more |
| Helm | Chart management, values handling, Helmfile, chart authoring, testing |
| Security | RBAC patterns, Pod Security Standards, network policies, secrets management |
| Monitoring | Prometheus alerting rules, ServiceMonitor patterns, Grafana dashboards, USE/RED methods |
| GitOps | ArgoCD and Flux — Application CRDs, sync policies, app-of-apps, image automation, secrets |
| Commands | /k8s-health, /k8s-debug, /k8s-deploy — direct access slash commands |
| Scripts | diagnose.sh, cluster-health.sh, rbac-audit.sh, namespace-setup.sh |
| Examples | Complete Helm chart, multi-environment Helmfile (dev/staging/prod) |
<details> <summary>Directory structure</summary>
plugins/k8s-skills/
├── commands/
│ ├── k8s-debug.md # /k8s-debug — pod/deployment diagnosis
│ ├── k8s-deploy.md # /k8s-deploy — deploy, rollback, restart
│ └── k8s-health.md # /k8s-health — cluster/namespace health check
├── skills/k8s/
│ ├── SKILL.md # Core skill — command reference, troubleshooting tree, workflows
│ ├── references/
│ │ ├── troubleshooting.md # Detailed debugging workflows for every error state
│ │ ├── manifests.md # Production-ready YAML templates
│ │ ├── security.md # RBAC, Pod Security Standards, network policies
│ │ ├── monitoring.md # Prometheus, Grafana, alerting rules
│ │ ├── helm.md # Helm operations, chart authoring, Helmfile
│ │ └── gitops.md # ArgoCD and Flux — sync policies, app-of-apps, secrets
│ ├── scripts/
│ │ ├── diagnose.sh # Pod diagnostic tool
│ │ ├── cluster-health.sh # Cluster health overview
│ │ ├── rbac-audit.sh # RBAC permissions audit
│ │ └── namespace-setup.sh # Production namespace generator
│ └── examples/
│ ├── helm-chart/ # Complete production Helm chart
│ └── helmfile/ # Multi-environment Helmfile setup
└── README.md</details>
Contributions are welcome! Whether it's improving existing skills or adding new ones.
plugins/<plugin-name>/skills/<skill-name>/SKILL.md with YAML frontmatter: ---
name: my-skill
description: "When to trigger this skill and what it does..."
---
# Skill instructions herereferences/ and scripts in scripts/ as needed.claude-plugin/marketplace.jsonSKILL.md lean (under 500 lines) — move detailed content to references/--help and work as black-box toolsSkills use a three-level progressive loading system:
This keeps Claude's context efficient while making deep knowledge available when needed.
This project is licensed under the Apache License 2.0 — see the LICENSE file for details.
CloudDrove is a DevOps consultancy helping teams build and scale cloud infrastructure. We build open-source tools for the community.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.