From rubixkube
RubixKube platform overview and recent activity timeline. Use when the user asks about overall system status, what's happening in production, post-deploy checks, or wants a summary of recent incidents.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rubixkube:infra-statusThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Load when the user asks:
Load when the user asks:
platform_statusSingle-shot dashboard — call this first for any overview request.
Returns: connected environments with health status, active issue counts by severity, total RCA reports, open action count, and active namespaces/projects where available.
platform_status()
No parameters required. Always available.
recent_activityTimeline of events — use when the user wants to know what changed, not just current state.
Parameters:
hours (int, default 2) — lookback window. Increase for "what happened today?" (8h) or "this week" (168h).cluster_id (str, optional) — scope to a specific connected environment. The API name is cluster_id, but RubixKube environments can include Kubernetes clusters, cloud projects/accounts, and VM estates.recent_activity(hours=2)
recent_activity(hours=8, cluster_id="prod-cluster")
platform_status? Use active_issues skill for a filtered list.cluster_health skill with its cluster_id.investigate skill with an insight_id.npx claudepluginhub rubixkube-io/rubixkube-for-ai --plugin rubixkubeProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.