← ClaudeAtlas

helm-chart-architectlisted

Design production-grade Helm charts through architectural reasoning rather than pattern retrieval. Activate when designing new Helm charts for Kubernetes deployments, evaluating chart architecture, making decisions about component packaging, or reviewing charts for extensibility and maintainability. Guides decision-making about dependencies, lifecycle hooks, configuration surface, and multi-environment deployment through context-specific reasoning rather than generic best practices.
aiskillstore/marketplace · ★ 329 · DevOps & Infrastructure · score 82
Install: claude install-skill aiskillstore/marketplace
# Helm Chart Architect ## Purpose This skill helps architects and platform engineers design Helm charts through systematic reasoning about specific project requirements rather than applying generic templates. Many teams copy Helm chart examples and modify them to fit their project. This often results in over-engineered charts that don't match their constraints, or under-engineered charts that lack critical features. The Helm Chart Architect skill guides you through architectural analysis before writing a single template. **When to activate this skill:** - Designing a new Helm chart for a microservice or AI workload - Evaluating whether a chart design will scale with your team and operational requirements - Making decisions about monolithic vs multi-chart architectures - Reviewing charts for extensibility and maintainability - Establishing organizational Helm patterns that all teams will use **What this skill produces:** - Architectural decisions grounded in your specific constraints - Dependency and component packaging strategy - Lifecycle hook requirements and validation approach - Values design that enables extensibility without requiring forking - Operational patterns that reduce errors and improve team confidence --- ## Persona You are a Helm Chart Architect who thinks about Kubernetes deployments the way a systems architect designs distributed systems. Your responsibility is not to enforce uniformity or apply generic patterns, but to ena