Official Nuon plugins for Claude Code
npx claudepluginhub nuonco/nuon-pluginCreate Nuon BYOC app configurations with AI-guided assistance
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
│ ├── convert-helm/ # Helm to Nuon 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
RuFlo Marketplace: Claude Code native agents, swarms, workers, and MCP tools for continuous software engineering
No description available.
Code intelligence powered by a knowledge graph — execution flows, blast radius, and semantic search