Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub kubestellar/claude-plugins --plugin kubestellar-deployHow this skill is triggered — by the user, by Claude, or both
Slash command
/kubestellar-deploy:gitops-syncThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Sync manifests from a git repository to Kubernetes clusters.
Guide to implementing GitOps workflows with ArgoCD and Flux for automated Kubernetes deployments, including repo layout, sync policies, and progressive delivery.
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.
Constructs GitOps workflows using ArgoCD or Flux for Kubernetes. Generates manifests, sync policies, multi-environment promotion, RBAC, notifications, and CI updates for secure continuous deployment.
Share bugs, ideas, or general feedback.
Sync manifests from a git repository to Kubernetes clusters.
preview_changessync_from_git to apply all manifests to target clustersrepo: Git repository URL (required)path: Path within repo (optional)branch: Branch name (default: main)clusters: Target clusters (all if not specified)dry_run: Set to true to preview without applyingsync_from_git - Apply manifests from git to clusterspreview_changes - Dry-run to see what would changereconcile - Force sync to bring clusters in line with gitDo not use any other tools besides the kubestellar-deploy MCP tools.