Using Agent Skills
The Skills page is your hub for managing Agent Skills — structured workflows that give the SRI Agent domain expertise. Enable pre-built system skills, create custom skills tailored to your team’s runbooks, and manage everything from one place.
Skills Page Overview
When you open Skills from the left sidebar, you’ll see:- Skill counts — Total System and Custom skills at a glance
- Filter tabs — Switch between System, Custom, Enabled, and Disabled views
- Search bar — Find skills by name or description
- Skills catalog — List of all available skills with status badges
- + New Skill button — Create a custom skill (top-right corner)
First time here? A banner at the top introduces Agent Skills and links to the open Agent Skills format documentation.
Browsing Skills
Filter Tabs
Use the filter tabs above the catalog to narrow your view:
You can also use the Search bar to find skills by name or keyword.
Skill Cards
Each skill in the catalog shows:- Name with an ENABLED or DISABLED badge
- Brief description of what the skill does
- Agent assignment (
sre-agent) - Tool count — how many tools the skill uses
Viewing Skill Details
Click on any skill in the catalog to see its full details in the right panel:
- Skill type —
system skillorcustom - Agent — Which agent uses this skill (currently
sre-agent) - Version — Skill version number
- Last updated — When the skill was last modified
- Enabled toggle — Enable or disable the skill for your tenant
- Use as template — Create a custom skill based on this one
- Description — Full description of the skill’s purpose
- Instructions — The step-by-step workflow the agent follows, including which tools to use at each step
Enabling and Disabling Skills
Enable a Skill
To make a skill available to the SRI Agent:- Navigate to the Skills page
- Find the skill you want to enable in the catalog
- Click on the skill to open its detail panel
- Toggle the Enabled switch to on
Disable a Skill
To stop a skill from being used:- Open the skill’s detail panel
- Toggle the Enabled switch to off
Creating Custom Skills
You can create custom skills in two ways: from scratch or from a template.Option 1: Create from Scratch

1
Click + New Skill
Click the ”+ New Skill” button in the top-right corner of the Skills page.
2
Upload or Fill In
You have two options:
- Upload a SKILL.md file — Drag and drop a skill file that follows the open Agent Skills format. The fields will be auto-populated.
- Fill in manually — Enter the skill details directly in the form.
3
Enter Skill Details
Fill in the following fields:
4
Select the Agent
From the Agent dropdown, select SRI Agent. This is currently the only agent available for skill assignment.
5
Create the Skill
Click “Create skill” to save. The skill will appear in the catalog under the Custom filter tab.
Option 2: Create from Template

1
Open a System Skill
Click on any system skill in the catalog to open its detail panel.
2
Click Use as Template
Click “Use as template” in the top-right of the detail panel.
3
Customize
The form opens pre-populated with the system skill’s details. Modify the name, description, instructions, and allowed tools to match your requirements.
4
Select Agent and Create
Select SRI Agent from the agent dropdown and click “Create skill”.
Editing Custom Skills
You can edit any custom skill after it has been created. System skills cannot be edited directly — use “Use as template” to create an editable copy instead.1
Open the Custom Skill
Click on the custom skill in the catalog to open its detail panel.
2
Click Edit
Click the “Edit” button in the top-right of the detail panel. The skill form opens pre-populated with the current values.
3
Update the Fields
Modify any of the editable fields:
4
Save Changes
Click “Update skill” to save. Changes take effect immediately — the next Chat interaction will use the updated skill definition.
Agent Selection

Allowed Tools
When creating a skill, you can specify which tools the skill is designed to use:- Comma-separated list — Enter tool names separated by commas (e.g.,
fetch_infrastructure_snapshot, fetch_kubernetes_logs, analyze_kubernetes_resources) - Leave empty — If left empty, the skill can reference all available tools
Common tools include:
fetch_infrastructure_snapshot, fetch_kubernetes_graph_snapshot, analyze_kubernetes_resources, kubectl_describe_tool, fetch_kubernetes_logs, fetch_kubernetes_metricsSkill Format & Validation
RubixKube validates all skills against the open Agent Skills specification. When you create or update a skill — whether through the console form or by uploading aSKILL.md file — the following rules are enforced.
SKILL.md File Format
If you’re uploading a skill file, it must follow the standardSKILL.md format with YAML frontmatter and a markdown body:
Field Validation Rules
Name
Name
Description
Description
Instructions
Instructions
Write instructions as structured steps:
Allowed Tools
Allowed Tools
Compatibility (optional)
Compatibility (optional)
Metadata (optional)
Metadata (optional)
Allowed Frontmatter Fields
Only the following fields are recognized in theSKILL.md frontmatter:
RubixKube follows the open Agent Skills specification from Anthropic. You can validate your
SKILL.md files locally using the skills-ref reference library.How Skills Get Triggered
Skills can be triggered in two ways through Chat: automatically by intent matching, or explicitly using the@ mention.
Automatic Matching
When you ask the SRI Agent a question, it silently compares your intent against all enabled skills. If a match is found, the agent loads and follows that skill’s instructions — no special syntax needed. For example:- Asking “What’s wrong with my cluster?” → triggers kubernetes-cluster-triage
- Asking “Put my Linear tickets in Notion” → triggers linear-tickets-to-notion
Explicit @ Mention
You can also invoke a skill directly by typing@ in the Chat input. This opens a context menu listing all enabled skills — click the one you want, then type your message.

Skill Execution
Once a skill is triggered (by either method), the SRI Agent:- Loads the skill’s detailed instructions
- Executes each step using the specified tools (you’ll see
fetch_skill_detailsin the Chat activity) - Returns structured results in your conversation

You don’t need to mention the skill by name when using automatic matching — the SRI Agent infers the match from context. Use
@ when you want to be explicit.System Skills Reference
RubixKube includes the following pre-built system skills:What You Learned
- How to browse and filter skills in the catalog
- How to view skill details including description, instructions, and tools
- How to enable and disable skills
- How to create custom skills from scratch or from a template
- How skills get triggered through Chat
- The system skills available out of the box
Next: Using Settings
Related Guides
- Using Agents & Tools — Monitor agent health and capabilities
- Skills Concepts, how skills work and why they matter
- Dashboard — Your command center for infrastructure health
- Integrations — Connect external tools and services
Need Help?
Contact Support
Email: connect@rubixkube.ai
Please include your Tenant ID (Settings → Organization), timestamp, and screenshots.
Please include your Tenant ID (Settings → Organization), timestamp, and screenshots.
Troubleshooting Guide
Step-by-step fixes for common issues across Dashboard, Insights, Agents, and more.
FAQ
Answers to common questions about setup, RCA, agents, and docs.
Docs Navigation
Browse all guides to learn workflows and best practices.