Help us improve
Share bugs, ideas, or general feedback.
From kubestellar-deploy
Detect drift between git manifests and what's deployed in clusters
npx claudepluginhub kubestellar/claude-plugins --plugin kubestellar-deployHow this skill is triggered — by the user, by Claude, or both
Slash command
/kubestellar-deploy:gitops-driftThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Compare a git repository against cluster state to find configuration drift.
Detects, audits, and remediates drift between infrastructure-as-code declarations and actual deployed state using Terraform, CloudFormation, or kubectl.
Detects drift between cloud infrastructure and IaC using terraform plan, CloudFormation detect-stack-drift, or Pulumi preview. Parses changes, generates resource-level reports, and suggests remediation.
Implements GitOps continuous delivery with Argo CD or Flux: app-of-apps patterns, automated sync policies, drift detection, multi-environment promotion. For declarative Kubernetes management from Git.
Share bugs, ideas, or general feedback.
Compare a git repository against cluster state to find configuration drift.
detect_drift to compare git manifests against cluster staterepo: Git repository URL (required)path: Path within repo (optional)branch: Branch name (default: main)clusters: Target clusters (all if not specified)Do not use any other tools besides the kubestellar-deploy MCP tools.