A curated collection of Claude Code skills for Kubernetes platform engineering, GitOps operations, and Helm chart management.
These skills provide expert knowledge that Claude Code can leverage when assisting with:
- Flux CD GitOps - Troubleshooting, operations, and patterns
- Kubernetes Platform Engineering - Multi-tenancy, operations, security, and continual improvement
- Kubernetes Ecosystem Tools - Troubleshooting ExternalDNS, External Secrets, cert-manager, kro, and Kyverno
- Helm Charts - Development, maintenance, and review
| Skill | Description |
|---|---|
| flux-troubleshooting | Diagnosing and resolving Flux issues |
| flux-operations | Day-to-day Flux management and operations |
| flux-gitops-patterns | Repository structures and deployment patterns |
| Skill | Description |
|---|---|
| k8s-platform-tenancy | Multi-tenant namespace management |
| k8s-platform-operations | Day-2 operations and incident response |
| k8s-security-hardening | Security controls and compliance |
| k8s-security-redteam | Penetration testing and security assessment |
| k8s-continual-improvement | SLOs, FinOps, and platform maturity |
| k8s-namespace-troubleshooting | Namespace-scoped workload diagnosis and remediation |
| k8s-dns-troubleshooting | Cluster DNS health checks and CoreDNS troubleshooting |
| k8s-network-troubleshooting | Network connectivity and Istio service mesh troubleshooting |
| Skill | Description |
|---|---|
| external-dns-troubleshooting | Diagnosing ExternalDNS record sync failures |
| external-secrets-troubleshooting | Diagnosing External Secrets Operator sync issues |
| cert-manager-troubleshooting | Diagnosing certificate issuance and renewal failures |
| kyverno-troubleshooting | Diagnosing Kyverno policy enforcement and webhook issues |
| Skill | Description |
|---|---|
| helm-chart-development | Creating and structuring Helm charts |
| helm-chart-testing | Writing and analyzing Helm test manifests |
| helm-chart-maintenance | Versioning, testing, and releases |
| helm-chart-review | Security and quality review |
| Resource | Description |
|---|---|
| _shared/references/ | Common patterns referenced by multiple skills |
git clone https://github.com/foxj77/claude-code-skills.git ~/.claude/skills/Add to your Claude Code configuration:
{
"additionalWorkingDirectories": [
"/path/to/claude-code-skills"
]
}ln -s /path/to/claude-code-skills/flux-troubleshooting ~/.claude/skills/flux-troubleshootingEach skill follows a standard structure:
skill-name/
├── SKILL.md # Main skill documentation
└── references/ # Supporting reference materials (optional)
└── *.md
Every skill includes:
- Keywords - Terms that trigger skill activation
- When to Use - Scenarios where this skill applies
- Related Skills - Cross-references to complementary skills
- Quick Reference - Common commands/patterns table
- Detailed Content - In-depth knowledge and examples
See CONTRIBUTING.md for guidelines on:
- Adding new skills
- Updating existing skills
- Submitting pull requests
This project is licensed under the MIT License - see LICENSE for details.