Skip to main content

Overview

A Skill is a reusable prompt or automation you author in-app and invoke as a slash command. Skills let you capture project-specific workflows, conventions, and repeated instructions so the agent can run them on demand instead of you re-typing them. Manage Skills in Settings → Extensions → Skills.

What You Can Configure

FieldDescription
NameDisplay name for the skill
DescriptionOne-line summary
Slash commandThe trigger that runs it (e.g. /myskill)
Argument hintOptional placeholder describing expected arguments
EnabledToggle the skill on or off

Sources

Skills are grouped by where they come from:

Personal

Skills you create for your own use across projects.

Project

Skills scoped to the current project.

Agents

Skills associated with agents.

Using a Skill

1

Create the skill

In Settings → Extensions → Skills, give it a name, description, and slash command.
2

Enable it

Toggle the skill on so it appears in the composer.
3

Invoke it

Type its slash command in the composer, with arguments if it expects them.
Skills pair well with Slash Commands: the built-ins (/tests, /docs, /migrate, /analyze) cover common automations, and Skills let you add your own.