Agent Skills
Prepackaged and repeatable best practices & tools for your agent
Last updated
Prepackaged and repeatable best practices & tools for your agent
An agent skill is a named, reusable instruction package that an organization curates so that an agent can apply consistent best practices and tools across conversations. Skills help standardize how an agent behaves for specific tasks — ensuring quality, repeatability, and alignment with team workflows.
Go to Settings → Skills → Add Skill



Every skill starts with a SKILL.md file containing YAML frontmatter and Markdown instructions.

The following frontmatter fields are required at the top of every SKILL.md file:
name
A short identifier
Yes
Max 64 characters. Lowercase letters, numbers, and hyphens only. Must not start or end with a hyphen.
description
When to use this skill
Yes
Max 1024 characters. Non-empty. Describes what the skill does and when to use it.
Once the skill has been successfully added, it will appear in the organization's skills list and will be available for use across the orgs agents.

To use the skill in the agent open a notebook -> agent viewport -> "+" icon -> use skills

Select the skill to use in the agent. When selected it should appear in the bottom of the text box. Multiple skills can be added as context.

Last updated

