From cloudfleet
This skill should be used when the user asks to "list clusters", "show clusters", "cluster status", "what clusters do I have", or wants a Cloudfleet cluster overview.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cloudfleet:cluster-infoThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Retrieve and display information about your Cloudfleet clusters.
Retrieve and display information about your Cloudfleet clusters.
kubectl is a separate tool from the Cloudfleet CLI — there is no cloudfleet kubectl command.--profile, pass it to all cloudfleet CLI commands.If $ARGUMENTS contains a specific cluster name or ID:
cloudfleet clusters describe <cluster-id>
Otherwise, list all clusters:
cloudfleet clusters list
Add --profile <name> if the user specified one.
Display the results in a clear table format including:
Based on the cluster status, suggest relevant actions:
/cloudfleet:debug-clusternpx claudepluginhub cloudfleetai/cloudfleet-plugin-claude --plugin cloudfleetGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.