download dots
Build Agent Skills That Load on Demand

Build Agent Skills That Load on Demand

Updated 2026-05-01·2 min read
On this page (7)

Overview

Skills are saved, named commands you can attach to any AI agent. Type a slash, pick the Skill, and the agent runs the playbook you defined. Skills load on demand, so an agent's prompt stays lean even when you have dozens of them ready.

TL;DR: Agent Skills turn repeatable prompts into named slash-commands. They load on demand, persist across reloads, and share across your team. Pair with Custom AI Agents and the Bash Sandbox for fully scripted teammates.

When to use Skills

A Skill is a great fit when:

  • You repeat the same prompt or sequence multiple times a week
  • You want an agent's playbook to stay short while keeping many capabilities
  • You want teammates to invoke the same workflow with one slash-command
  • You want to swap a Skill in or out without retraining the agent

Create a Skill

  1. Open the agent's edit screen.
  2. Switch to the Skills tab and click New Skill.
  3. Give the Skill a slash-name, a short description, and the prompt or tool sequence.
  4. Save. The Skill is available immediately to the agent and to anyone who uses it.

How loading on demand works

Only the Skills relevant to the current task get loaded into the agent's working context. The rest stay parked, ready to fire when called by name. You can attach hundreds of Skills without bloating the agent's prompt or slowing it down.

Persistence

Skills persist across reloads, agent restarts, and workspace shares. A teammate who uses your published agent gets the same set of slash-commands you do.

Tips for great Skills

  • Name with intent: use verbs like /qa-checklist or /draft-followup
  • Keep the prompt focused: one clear goal per Skill is faster than a giant Swiss army knife
  • Pair with Tools: call the Bash Sandbox or any built-in tool inside the Skill
  • Share the agent: Skills travel with the agent when you publish or share it