npx claudepluginhub sagart-cactus/claude-k8s-plugin --plugin k8sThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
kubectl commands.kind-* contexts. Avoid destructive operations by default.kubectl and logs.Always ask these 10 questions and wait for answers:
Default to Tilt (tilt up or make dev) for all build and deploy cycles. Do not manually run docker build, kind load, or kustomize build | kubectl apply unless Tilt live-update cannot handle the change.
make dev (wraps tilt up)go build produces the manager binaryTilt live-update only syncs the compiled binary. Use manual docker build + kind load + kubectl apply when:
make manifests needed, then re-apply CRDs)api/v1/*_types.go — CRD spec and status typesinternal/controller/*_controller.go — Reconcile loopapi/v1/*_webhook.go — Webhook handlersconfig/crd/bases/ — Generated CRD YAMLconfig/webhook/ — Webhook configurationconfig/rbac/ — RBAC rulesconfig/dev/ — Kustomize dev overlayTiltfile — Tilt configurationMakefile — Build and dev targetskind-* kubectl contextsIgnore for dev, Fail for productionUse MCP to verify:
If MCP is not available, use equivalent kubectl commands.