Skills
A skill is a structured set of instructions, scripts, references, and assets that an AI agent can load on demand, following the Agent Skills specification. Open it from Build > Skills.
The list page is your organization's inventory of skills. Skills can be assigned to groups, synced from GitHub, and bundled into plugins.

Scopes
Two tabs at the top of the list switch between scopes, each showing a count:
| Scope | Contents |
|---|---|
| Org Skills | Skills owned by the organization. These can be published, assigned to groups, and wrapped as plugins. |
| User Skills | Skills an individual user created for themselves. They stay private to that user unless shared. |
Table columns
The table supports search and sortable columns.
| Column | Description |
|---|---|
| Name | Display name of the skill. Select a row to open its edit page. |
| Slug | URL-safe identifier, set at creation. |
| Content | Summary of what the skill bundles (instructions plus any scripts, references, and assets). |
| Groups | Number of groups whose members have access to this skill. |
| Owner | The owning admin, or a dash for organization-scoped skills. |
| Status | Publish state: draft or active. |
Add a skill
Select Add Skill to open a menu with three creation paths:
| Path | Use it when |
|---|---|
| Manual | You want to author the skill directly in Willow. |
| Upload .md / .zip / .skill | You have an existing skill file to import. |
| From GitHub | You want to import skills from a repository's skills/ folder. |

See Create and Publish a Skill for each path in detail.
Skills Settings
Select Skills Settings to configure a GitHub repository to sync skills from. Enter the repository path and run the sync to import its skills. This keeps a set of skills maintained in source control in sync with Willow.

Row actions
Select the ... menu on any row for publish, edit, and delete actions. Publishing moves a skill from draft to active; delete permanently removes it.
What to do next
- Create and Publish a Skill: manual, upload, and GitHub import
- Assign skills to groups
- Bundle skills into a plugin