Kcli Plan Authoring
Generate structured kcli plans from natural language requests to automate complex Kubernetes workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add kcli-plan-authoring npx -- -y @trustedskills/kcli-plan-authoring
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"kcli-plan-authoring": {
"command": "npx",
"args": [
"-y",
"@trustedskills/kcli-plan-authoring"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The kcli-plan-authoring skill allows AI agents to create and manage KubePlan files. These files define a sequence of Kubernetes operations, enabling automated deployments and infrastructure management. It simplifies complex tasks by translating human instructions into executable plans for Kubernetes clusters.
When to use it
- Automated Deployments: Generate deployment plans for new applications or updates to existing ones.
- Infrastructure Provisioning: Create plans to automatically set up required Kubernetes resources like namespaces, services, and deployments.
- Rollback Procedures: Define a plan that can revert changes made by previous deployments in case of errors.
- Complex Workflow Automation: Orchestrate multi-step processes involving multiple Kubernetes objects into a single, manageable plan.
Key capabilities
- Generates KubePlan files from natural language instructions.
- Manages and edits existing KubePlan files.
- Supports defining sequences of Kubernetes operations within plans.
- Allows for the creation of rollback procedures within plans.
Example prompts
- "Create a KubePlan to deploy a new Nginx service in the 'staging' namespace."
- "Generate a plan to update the image version of my existing 'web-app' deployment."
- "Show me the current KubePlan for deploying the database."
Tips & gotchas
The skill requires familiarity with Kubernetes concepts and resources. While it simplifies plan creation, understanding the underlying Kubernetes objects is beneficial for troubleshooting and ensuring accurate deployments.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.