Skip to content

Skills ​

A skill is a procedure the agent loads when it needs it: a recipe, checklist, or template. It stays out of the context window until invoked.

Skills live under Settings → Harness, with the rest of the Studio harness (rules, agents, hooks).

Some skills are made available out of the box to all.

Skill vs rule ​

RuleSkill
IsA constraint the agent carriesA procedure loaded when needed
ActiveAlways, or when matching files are touchedWhen you or the agent invoke it
Context costFrom the first messageOnly when loaded
Use forScope, guardrails, conventionsRecipes, checklists, templates

For a specialised worker that runs in a separate context and reports back, use an agent, not a skill.

Writing one ProTeamEnterprise ​

The paid plans include additional skills and allow you to write your own.

Settings → Harness → New skill. Studio opens a form

FieldWhat it does
WhereGlobal (host) for methodology that follows you, or a project container for this engagement only. Saving to another place moves the skill there
NameShort id (for example recon). Used for /name when user-invocable
DescriptionOne line: when to use it. The agent routes by reading descriptions, never bodies
Allowed toolsRestrict what the skill may run. None checked means all tools
User-invocableShow it in the / menu so you can run it by name
Hide from auto-useKeep it out of the model's automatic skill selection; only you can run it
ContentThe procedure itself (markdown). Edit / Preview tabs

Built-in skills stay read-only. Saving a copy under a free name puts your version beside the shipped one; switch either off in the list to pick which runs.

At equal name, the project (container) version wins over global.

A skill can also be a folder with scripts and reference material beside the instructions (useful after import).

Import ProTeamEnterprise ​

Importing skills is a read-only process on the sources. Staging imported items disabled until you review them is the safe default; you can also import them enabled. Settings → Harness → import.

Last updated: