k8s-awareness
ALWAYS check before using kubectl commands. Guide for Kubernetes-related skills.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
ALWAYS check before using kubectl commands. Guide for Kubernetes-related skills.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generic migration orchestrator that reads CHANGELOG.md to understand and execute version-specific migrations
Determine feature slug interactively by auto-detecting next number and prompting user for description
Share personal documents to the shared namespace with atomic git commit and push
Use when creating implementation plans to generate properly structured plans with phases, success criteria, and project references.
Use when documenting research findings to create properly structured research documents with frontmatter, sections, and file references.
ALWAYS check this skill before using grep, glob, Task tool, or doing any codebase exploration. Guides you to use specialized agents that are more efficient than basic tools.
| name | k8s-awareness |
| description | ALWAYS check before using kubectl commands. Guide for Kubernetes-related skills. |
You have specialized Kubernetes debugging skills. Use these instead of raw kubectl commands for consistent, well-documented workflows.
Simple, single kubectl command query?
→ Use kubernetes skill
kubectl get pods commandsComplex investigation requiring multiple steps? → Use Task tool with K8s agents (conserves context)
k8s-locator - Find and list resources across namespacesk8s-analyzer - Diagnose pod/deployment issues, check logs/eventsk8s-pattern-finder - Find patterns across resources, detect infrastructure issuesSpecific pod crashing or failing?
→ Use k8s-debug skill
Just need to find resources broadly?
→ Use k8s-locator agent only
Investigating single pod/service issue?
→ Use k8s-locator + k8s-analyzer agents
Need to find patterns or cluster-wide issues?
→ Use all three: k8s-locator + k8s-analyzer + k8s-pattern-finder
| Type | Name | Purpose |
|---|---|---|
| Skill | kubernetes | Simple queries (single kubectl command) |
| Skill | k8s-debug | Launch ephemeral debug container |
| Agent | k8s-locator | Find and list resources across namespaces |
| Agent | k8s-analyzer | Diagnose pod/deployment issues |
| Agent | k8s-pattern-finder | Find patterns, cluster-wide issues |
Only use kubectl directly when:
For systematic Kubernetes work, use the specialized skills above.
Covered by skills:
kubectl get → Use kuberneteskubectl describe → Use kuberneteskubectl logs → Use kuberneteskubectl debug → Use k8s-debugNot covered yet (use directly):
kubectl apply, kubectl delete, kubectl edit (destructive operations)kubectl port-forward, kubectl exec (interactive operations)Check context before any kubectl operation:
kubectl config current-context
kubectl config view --minify