> generating-helm-charts
This skill enables Claude to generate Helm charts for Kubernetes applications. It should be used when the user requests the creation of a new Helm chart, the modification of an existing chart, or assistance with packaging and deploying Kubernetes applications using Helm. The skill is triggered by requests that mention "Helm chart", "Kubernetes deployment", "package application for Kubernetes", or similar phrases related to Helm and Kubernetes. It helps streamline the process of creating and mana
curl "https://skillshub.wtf/jeremylongshore/claude-code-plugins-plus-skills/helm-chart-generator?format=md"Overview
This skill empowers Claude to create and manage Helm charts, simplifying Kubernetes application deployments. It provides production-ready configurations, implements best practices, and supports multi-platform environments.
How It Works
- Receiving Requirements: Claude receives the user's requirements for the Helm chart, including application details, dependencies, and desired configurations.
- Generating Chart: Claude utilizes the helm-chart-generator plugin to generate a complete Helm chart based on the provided requirements.
- Providing Chart: Claude presents the generated Helm chart to the user, ready for deployment.
When to Use This Skill
This skill activates when you need to:
- Create a new Helm chart for a Kubernetes application.
- Modify an existing Helm chart to update application configurations.
- Package and deploy an application to Kubernetes using Helm.
Examples
Example 1: Creating a Basic Web App Chart
User request: "Create a Helm chart for a simple web application with a single deployment and service."
The skill will:
- Generate a basic Helm chart including a
Chart.yaml,values.yaml, a deployment, and a service. - Provide the generated chart files for review and customization.
Example 2: Adding Ingress to an Existing Chart
User request: "Modify the existing Helm chart for my web application to include an ingress resource."
The skill will:
- Update the existing Helm chart to include an ingress resource, configured based on best practices.
- Provide the updated chart files with the new ingress configuration.
Best Practices
- Configuration Management: Utilize
values.yamlto manage configurable parameters within the Helm chart. - Resource Limits: Define resource requests and limits for deployments to ensure efficient resource utilization.
- Security Contexts: Implement security contexts to enhance the security posture of the deployed application.
Integration
This skill integrates with other Claude Code skills by providing a standardized way to package and deploy applications to Kubernetes. It can be combined with skills that generate application code, manage infrastructure, or automate deployment pipelines.
> related_skills --same-repo
> agent-context-loader
PROACTIVE AUTO-LOADING: Automatically detects and loads AGENTS.md files from the current working directory when starting a session or changing directories. This skill ensures agent-specific instructions are incorporated into Claude Code's context alongside CLAUDE.md, enabling specialized agent behaviors. Triggers automatically when Claude detects it's working in a directory, when starting a new session, or when explicitly requested to "load agent context" or "check for AGENTS.md file".
> Google Cloud Agent SDK Master
Automatic activation for ALL Google Cloud Agent Development Kit (ADK) and Agent Starter Pack operations - multi-agent systems, containerized deployment, RAG agents, and production orchestration. **TRIGGER PHRASES:** - "adk", "agent development kit", "agent starter pack", "multi-agent", "build agent" - "cloud run agent", "gke deployment", "agent engine", "containerized agent" - "rag agent", "react agent", "agent orchestration", "agent templates" **AUTO-INVOKES FOR:** - Agent creation and scaffold
> Vertex AI Media Master
Automatic activation for ALL Google Vertex AI multimodal operations - video processing, audio generation, image creation, and marketing campaigns. **TRIGGER PHRASES:** - "vertex ai", "gemini multimodal", "process video", "generate audio", "create images", "marketing campaign" - "imagen", "video understanding", "multimodal", "content generation", "media assets" **AUTO-INVOKES FOR:** - Video processing and understanding (up to 6 hours) - Audio generation and transcription - Image generation with I
> yaml-master
PROACTIVE YAML INTELLIGENCE: Automatically activates when working with YAML files, configuration management, CI/CD pipelines, Kubernetes manifests, Docker Compose, or any YAML-based workflows. Provides intelligent validation, schema inference, linting, format conversion (JSON/TOML/XML), and structural transformations with deep understanding of YAML specifications and common anti-patterns.