Skills are managed per organisation under Organisation Settings → Skills.
What a skill contains
A skill is a small bundle of Markdown files:| File | Required | Purpose |
|---|---|---|
SKILL.md | Yes | The index file. Holds the skill’s frontmatter and the guidelines the AI should follow. Must be named exactly SKILL.md (uppercase). |
| Resource files | No | Supporting files the SKILL.md can reference — for example longer references, examples, or templates. Stored under their relative path (e.g. references/naming.md). |
The SKILL.md file
SKILL.md begins with a YAML frontmatter block followed by the guidelines themselves, written in Markdown.
SKILL.md
A short, unique name for the skill, shown in the library and the integration’s skill list.
One line describing what the skill covers and when the AI should apply it. The planning agent uses this to decide whether the skill is relevant.
An optional grouping label (for example
ELR or AvaTax). Skills with the same category can be attached together, and untagged skills apply regardless of category. You can also set the category at upload time, which writes it into the frontmatter for you.Create a skill
Write the SKILL.md
Create a
SKILL.md file with the frontmatter above and the guidelines you want the AI to follow. Keep the guidelines clear and specific — they are instructions the AI reads while it works.Add resource files (optional)
If your guidelines reference longer material — detailed examples, templates, or per-system notes — add them as separate files and refer to them from
SKILL.md by their relative path, such as references/mapping-rules.md.Upload to your library
In Organisation Settings → Skills, select New Skill, then add your skill in whichever form is easiest:
- Paste the
SKILL.mdcontents directly into the editor - Files — select
SKILL.mdand any resource files - Folder — select the whole skill folder
- Bundle — upload a packaged
.skillor.ziparchive
The index file must be named exactly
SKILL.md. A miscased name such as skill.md is rejected so the
bundle is never uploaded without its index.How skills are applied
Once a skill is in your library, the AI uses it only when it is attached to an integration. You choose what to attach when you create an integration.Attach skills to an integration
When you create a new integration, choose which skills apply:
- Auto — let the planning agent decide which skills are relevant across your whole library
- Individually — when no categories are used, pick specific skills by hand
Manage your library
In Organisation Settings → Skills you can browse every skill in your organisation, open one to read itsSKILL.md and resource files, and delete skills you no longer need. Uploading a skill with the same name updates the existing entry.
Related docs
- Versori Skill — the built-in
coding-versori-sdkskill that ships with the CLI - Claude Code Plugin — using Versori skills inside AI coding tools
- Plan agent — how Versori plans integrations