Skip to main content
The Agent Skills Store is the catalogue of runbooks your SRI Agent can run. System skills are built and maintained by RubixKube. Custom skills live inside your workspace. Every skill uses the open Agent Skills format, the same format adopted by Cursor, Claude Code, and GitHub Copilot.

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

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.
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.
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.
See the full walkthrough in How to add custom agent skills.

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.

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.