Conversation
|
PR submitted for the kubernetes skill rule. Feedback is welcome. Thanks! |
|
Thanks for the contribution! The content covers what #2 asked for nicely. Just a few things to adjust before merging. 1. Line count (146 lines) The guideline in CONTRIBUTING.md asks for under 100 lines, and this one's at 146. If you look at 2. Other skill files like ---
description: Kubernetes and container orchestration best practices
keywords: [kubernetes, k8s, kubectl, helm, pod, deployment]
---
Some sections read a bit like docs rather than guidance. The kubectl Workflows section for example just lists commands without much context on when to reach for what. If you look at how docker.md is written — "Use multi-stage builds to minimize image size", "Don't run as root" — each line gives a clear direction. Matching that style would keep things consistent across the skill files. |
Summary
Adds a new Kubernetes skill rule providing best practices for container orchestration, including deployment patterns, Helm usage, kubectl workflows, and resource management.
Closes #2
Type
config/rules/,config/commands/,config/skills/, etc.)src/)Changes
config/skills/kubernetes.mdWhy
This rule provides guidance for deploying and operating applications on Kubernetes clusters. It helps standardize best practices for manifests, resource management, and operational workflows when working with containerized applications.
Validation
npx vitest run✅npm run build✅For Rule PRs
descriptionfield in frontmatternpx ai-nexus test "deploy to kubernetes"