cosmicstack-labs/kubernetes-patterns
Pods, deployments, services, ingress, RBAC, autoscaling, and production cluster best practices
npx skills add https://github.com/cosmicstack-labs/mercury-agent-skills --skill kubernetes-patterns
Deploy and manage production Kubernetes clusters.
| Object | Use Case | Scaling |
|--------|----------|---------|
| Deployment | Stateless apps | Replicas, HPA |
| StatefulSet | Stateful apps (DBs) | Stable network IDs |
| DaemonSet | Per-node agents (logging, monitoring) | Node count |
| Job/CronJob | Batch tasks, scheduled jobs | Completion |
resources:
requests:
cpu: 100m
memory: 128Mi
limits:
cpu: 500m
memory: 256Mi
Spread pods across nodes for HA.
Take cosmicstack-labs/kubernetes-patterns from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.