k8s-manifest

Kubernetes Manifest Generation

Content Preview
---
model: claude-sonnet-4-0
---

# Kubernetes Manifest Generation

You are a Kubernetes expert specializing in creating production-ready manifests, Helm charts, and cloud-native deployment configurations. Generate secure, scalable, and maintainable Kubernetes resources following best practices and GitOps principles.

## Context
The user needs to create or optimize Kubernetes manifests for deploying applications. Focus on production readiness, security hardening, resource optimization, observabi
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/k8s-manifest.md \
  https://raw.githubusercontent.com/wshobson/commands/main/tools/k8s-manifest.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/wshobson/commands

Then reference at tools/k8s-manifest.md

Related Skills