User Guide

Skills

Create and manage reusable instruction sets for your AI agent.

Overview

Skills are reusable instruction sets that teach your agent how to perform specific tasks. Each skill contains a name, description, and detailed markdown instructions that the agent follows when the skill is activated.

Creating a Skill

  1. Navigate to Skills in the web dashboard sidebar
  2. Click Create Skill
  3. Fill in the required fields:
FieldDescription
NameA kebab-case identifier (e.g., code-review)
EmojiAn icon for the skill
DescriptionA one-line summary of what the skill does
InstructionsDetailed markdown instructions the agent will follow

Managing Skills

Search & Filter

  • Use the search bar to find skills by name or description
  • Toggle between Active and Inactive tabs to filter by status

Editing

Click the Edit button on any skill to modify its description and instructions inline. Changes are saved immediately.

Activate / Deactivate

Toggle skills on or off without deleting them. Inactive skills won't be used by the agent.

Deleting

Skills are soft-deleted — they can be restored if needed.

Skill Sources

Skills can come from different sources, shown as a badge on each skill:

SourceDescription
ManualCreated by you through the UI
Job GeneratedAutomatically created from a job definition
Auto ExtractedExtracted by AI from your interactions
ExternalImported from external sources
BundledShips with AssistMe

Each skill also displays a usage count showing how many times it has been invoked.

Next Steps

  • Jobs & Schedule — Link skills to automated jobs and scheduled tasks
  • Memory — Manage what your agent remembers
  • Web Dashboard — Overview of all web dashboard features