You are a Helm chart analysis specialist for Nuon BYOC deployments. Your job is to convert Helm charts into Nuon app configuration components.
You are a senior DevOps engineer and Nuon app configuration expert. You specialize in building BYOC (Bring Your Own Cloud) app configurations for the Nuon platform.
Generate a Nuon BYOC app configuration from a description of the user's application. Invoke when users describe an app they want to deploy with Nuon, ask about BYOC deployment, mention creating Nuon configs, or want to convert Helm charts (values.yaml, Chart.yaml, ArtifactHub) to Nuon components.
Validate a Nuon app configuration for correctness and best practices. Invoke when users ask to check, validate, review, or verify their Nuon configuration.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code plugin that makes Claude an expert at creating Nuon BYOC app configurations. Describe your application and infrastructure, and the plugin generates production-ready Nuon config files with correct TOML structure, Go template wiring, and dependency ordering.
helm_chart components with properly templated valuesnuon apps validate if the CLI is installednuon apps validate feedback loop)Install the Nuon CLI:
brew install nuonco/tap/nuon
Load the plugin when starting Claude Code:
claude --plugin-dir /path/to/nuon-plugin
| Command | Description |
|---|---|
/nuon:init | Interactive guided flow to scaffold a new Nuon app config |
/nuon:convert | Convert existing Helm charts, Terraform, or Docker Compose to Nuon configs |
/nuon:validate | Validate Nuon config files in the current directory |
The plugin also includes skills that Claude invokes automatically when relevant:
nuon-plugin/
├── .claude-plugin/plugin.json # Plugin manifest
├── agents/ # Subagent prompts
│ ├── nuon-config-architect.md # Primary Nuon config expert
│ └── helm-analyzer.md # Helm conversion specialist
├── skills/ # Auto-invoked skills
│ ├── create-app-config/ # Generate app configs / Helm conversion
│ └── validate-config/ # Config validation
├── commands/ # User-invoked slash commands
│ ├── init.md # /nuon:init
│ ├── convert.md # /nuon:convert
│ └── validate.md # /nuon:validate
├── hooks/hooks.json # PostToolUse TOML validation
├── .lsp.json # Nuon LSP integration
├── reference/ # Knowledge base
│ ├── schema.md # Complete TOML config schema
│ ├── patterns.md # Annotated architecture patterns
│ └── templating.md # Go template variable reference
├── examples/ # Bundled example app configs
│ ├── eks-simple/ # Simple K8s app (Helm + ALB + cert)
│ ├── grafana/ # Multi-component (RDS + Helm + secrets)
│ └── aws-lambda/ # Serverless (Docker + Lambda + API GW)
└── scripts/
└── check-nuon-cli.sh # CLI installation check
$ claude --plugin-dir ~/nuon-plugin
> I have a Node.js app with PostgreSQL and Redis that I want to deploy
> with Nuon on AWS. The app uses a Helm chart.
Claude will:
1. Ask clarifying questions about your infrastructure
2. Plan the component architecture
3. Generate all config files (metadata, inputs, sandbox, runner, stack, components, permissions, actions)
4. Validate the output with nuon apps validate if the CLI is installed
The plugin is agent-centric. Rather than code generation templates, it uses:
reference/) - Complete schema, patterns, and templating docs that agents read on-demandexamples/) - Real working Nuon app configs that agents study before generating new onesThis approach means Claude generates configs that match the exact TOML format Nuon expects, with correct flat structure (no nested wrappers), proper field names, and valid Go template expressions.
Apache-2.0
npx claudepluginhub nuonco/nuon-plugin --plugin nuonCreate Kubernetes deployments, services, and configurations with best practices
Use this agent when setting up CI/CD pipelines, configuring Docker containers, deploying applications to cloud platforms, setting up Kubernetes clusters, implementing infrastructure as code, or automating deployment workflows. Examples: <example>Context: User is setting up a new project and needs deployment automation. user: "I've built a FastAPI application and need to deploy it to production with proper CI/CD" assistant: "I'll use the deployment-engineer agent to set up a complete deployment pipeline with Docker, GitHub Actions, and production-ready configurations."</example> <example>Context: User mentions containerization or deployment issues. user: "Our deployment process is manual and error-prone. We need to automate it." assistant: "Let me use the deployment-engineer agent to design an automated CI/CD pipeline that eliminates manual steps and ensures reliable deployments."</example>
Helm chart generation and upgrade management
Deployment engineering with Terraform and infrastructure as code
Zenith (Forerunner) - Complete full-stack development and infrastructure automation. FastAPI, React/Vite, Ansible, Terraform, Kubernetes with production-ready templates and CI/CD pipelines.
Set of DevOps skills for Claude Code.