k8s-manifests

Generate Kubernetes manifest templates for deployments, services, configmaps, and ingress.

3|Updated Dec 30, 2025
One-click install
npx skills add https://github.com/martin-janci/claude-marketplace --skill k8s-manifests-martin-janci
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: k8s-manifests
Source: https://github.com/martin-janci/claude-marketplace/tree/main/plugins/k8s-toolkit/skills/k8s-manifests
Command: npx skills add https://github.com/martin-janci/claude-marketplace --skill k8s-manifests-martin-janci

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate Kubernetes manifest templates for deployments, services, configmaps, secrets, ingress, and other resources to speed up scaffolding and standardization.

Core Features & Use Cases

  • Template generation for Deployment, Service, ConfigMap, Secret, Ingress, StatefulSet, and more.
  • Provides ready-to-use YAML with common defaults and best practices for rapid provisioning.
  • Use Case: when adding a new microservice, quickly scaffold a consistent Kubernetes manifest suite that can be applied across development, staging, and production environments.

Quick Start

Invoke the k8s-manifests templates generator to produce a deployment, service, and supporting resources for a new app.

Frequently Asked Questions about k8s-manifests

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Kubernetes manifest templates for a new microservice?▼

You generate Kubernetes manifest templates by defining placeholders for app name, namespace, image, and ports to produce ready-to-apply YAML for Deployments, Services, and Ingresses.

What is the best way to standardize Kubernetes YAML across development, staging, and production?▼

Standardize Kubernetes YAML across environments by using template-driven definitions with common defaults and best practices to produce consistent resource configurations for development, staging, and production.

Can I scaffold StatefulSet and ConfigMap resources using k8s-manifests?▼

Yes, you can scaffold StatefulSet and ConfigMap resources, as the generation covers template-driven definitions for Deployments, Services, Ingresses, ConfigMaps, Secrets, StatefulSets, and related resources.

Do I need to manually define resource requirements and environment variables in my Kubernetes deployment YAML?▼

No, you do not need to manually define them; the generated templates include placeholders for environment variables and resource requirements to accelerate infrastructure provisioning.

What Kubernetes resources are supported by manifest template generation?▼

Manifest template generation supports Deployment, Service, ConfigMap, Secret, Ingress, StatefulSet, and related resources to accelerate infrastructure provisioning and standardization.