One-click install
npx skills add https://github.com/gullitmiranda/.cursor --skill k8s-gullitmiranda
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: k8s
Source: https://github.com/gullitmiranda/.cursor/tree/main/skills/k8s
Command: npx skills add https://github.com/gullitmiranda/.cursor --skill k8s-gullitmiranda

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Safely inspect Kubernetes resources without applying changes, enabling risk-free diagnostics and planning.

Core Features & Use Cases

  • Read-only resource inspection using kubectl get/describe/logs
  • Manifest validation via dry-run and schema checks
  • Diff previews to anticipate changes before apply
  • Supports multiple namespaces and contexts, CI/CD integration
  • Clear guidance and safety constraints to prevent destructive actions

Quick Start

Run the k8s safety checks on your cluster by issuing a read-only inspection command for the resources you need.

Frequently Asked Questions about k8s

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

FAQPage Schema
How do I safely inspect Kubernetes resources without applying changes?

Safely inspect Kubernetes resources without applying changes by using read-only kubectl commands like get, describe, and logs. This approach enforces safety constraints to prevent destructive actions while enabling risk-free diagnostics across pods and deployments.

Can I validate Kubernetes YAML manifests and preview diffs before applying them?

Validate Kubernetes YAML manifests and preview diffs using dry-run and schema checks. This allows you to anticipate changes before apply, ensuring manifest accuracy without risking cluster modifications during development or staging.

Does this read-only Kubernetes inspection work across multiple namespaces and contexts?

Read-only Kubernetes inspection supports multiple namespaces and kubectl contexts. It integrates with your existing cluster configuration, allowing safe resource audits across development, staging, or production environments without switching limitations.

What is the best way to audit Kubernetes clusters in CI/CD pipelines safely?

Audit Kubernetes clusters safely in CI/CD pipelines by enforcing read-only kubectl commands. This approach restricts destructive operations, ensuring automated validation and inspection tasks run without unintended resource modifications.

What limitations exist when using read-only kubectl commands for cluster diagnostics?

Read-only kubectl commands limit cluster diagnostics by restricting destructive operations entirely. You cannot apply changes, update resources, or execute modifications, meaning this approach is strictly for inspection, validation, and diff previewing.