How 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.
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.
npx claudepluginhub kubestellar/claude-plugins --plugin kubestellar-deployImplements GitOps workflows using ArgoCD and Flux for automated, declarative Kubernetes deployments with continuous reconciliation.
Guides implementing GitOps workflows with ArgoCD and Flux for automated Kubernetes deployments, including repo structure, sync policies, and secret management.
Implement GitOps workflows with ArgoCD and Flux for automated, declarative Kubernetes deployments. Use when setting up GitOps practices or automating Kubernetes deployments.