Browse by category
Triage
Systematic health checks across an environment.
Investigation
Focused deep-dives on a single signal or resource.
Automation
Recurring tasks: handoffs, post-deploy checks, cost reviews.
Bridge
Skills that move information between tools (Linear, Notion, Slack).
System skills available today
kubernetes-cluster-triage
kubernetes-cluster-triage
Category: Triage. Agent: SRI Agent.Systematic health check of a Kubernetes cluster. Analyses infrastructure, identifies unhealthy resources, gathers diagnostics, returns a ranked list of attention points.Allowed tools:
fetch_infrastructure_snapshot, fetch_kubernetes_graph_snapshot, analyze_kubernetes_resources, plus related read-only inspectors.linear-tickets-to-notion
linear-tickets-to-notion
Category: Bridge. Agent: SRI Agent.Fetches the current operator’s assigned Linear issues and posts them into a new Notion page for a weekly review or handoff.Allowed tools: Linear and Notion MCP integrations.
research-devops-sre-infra
research-devops-sre-infra
Category: Investigation. Agent: SRI Agent.Web-search-backed research skill for DevOps, SRE, and infrastructure topics. Useful when an incident touches an unfamiliar technology.Allowed tools: Web search.
Enable a system skill
1
Open the Skills page
In the console, navigate to Skills. Filter by System to see the catalogue.
2
Review tool access
Click into the skill. The Allowed tools list shows exactly what the agent can call when the skill runs. Nothing outside this list is ever invoked.
3
Toggle enabled
Flip the switch. The SRI Agent now picks the skill up on matching prompts, and users can invoke it directly with
/skills skill-name.Publish a custom skill
Every RubixKube workspace can publish its own tenant-scoped skills. Two paths:Console editor
Write YAML and instructions inline, test against live infrastructure, then save.
Upload a SKILL.md
Bring a skill file written for Cursor, Claude Code, or Copilot. RubixKube validates against the open spec and imports.
Store rules
- System skills are read-only. Clone one to adapt it for your workspace.
- Custom skills are scoped to a single workspace by default.
- Enterprise customers can share custom skills across workspaces in their organisation.
Related guides
Agent Skills concepts
What a skill is, how it is scored, where it runs.
How to add custom agent skills
Step-by-step guide to writing and shipping your first skill.