k8s-manifest-generator

Step-by-step guidance for creating production-ready Kubernetes manifests including Deployments, Services, ConfigMaps, Secrets, and PersistentVolumeClaims.

Content Preview
---
name: k8s-manifest-generator
description: "Step-by-step guidance for creating production-ready Kubernetes manifests including Deployments, Services, ConfigMaps, Secrets, and PersistentVolumeClaims."
risk: unknown
source: community
date_added: "2026-02-27"
---

# Kubernetes Manifest Generator

Step-by-step guidance for creating production-ready Kubernetes manifests including Deployments, Services, ConfigMaps, Secrets, and PersistentVolumeClaims.

## Use this skill when

Use this skill when yo
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/k8s-manifest-generator.md \
  https://raw.githubusercontent.com/sickn33/antigravity-awesome-skills/main/skills/k8s-manifest-generator/SKILL.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/sickn33/antigravity-awesome-skills

Then reference at skills/k8s-manifest-generator/SKILL.md

Related Skills