> ## Documentation Index
> Fetch the complete documentation index at: https://docs.masterskills.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Skills in the panel

> The org catalog, per-skill detail, and the management actions that live on the web.

The **Skills** page lists the organization's catalog — name, latest version, visibility, install count, and whether the skill is required or archived. Every active member sees every skill.

## Skill detail

Each skill's page is organized in tabs:

| Tab          | Contents                                                                                                  |
| ------------ | --------------------------------------------------------------------------------------------------------- |
| **Overview** | Description, latest version, visibility, required flag                                                    |
| **Versions** | Full version history — integer versions with content hash, size, file count, created time, and yank state |
| **Files**    | The file listing of a version, as recorded in its manifest                                                |
| **Access**   | Who can see the skill — visibility and the org membership it derives from                                 |
| **Installs** | Which devices have it installed, at which version                                                         |

The install list is powered by device [sync reports](/cli/sync) — it reflects what machines last reported, not a live agent connection.

## Management actions

The **Manage** card on a skill page (admin+) holds the org-wide actions:

* **Required** — mark the skill required. It appears in every member's update check as missing; it is still [never installed without the user's consent](/concepts/trust).
* **Archive** — retire the skill org-wide. Installed devices are offered the removal on their next update check. Same operation as [`masterskills unpublish`](/cli/unpublish).
* **Yank a version** — make one version non-installable without archiving the skill, e.g. a version that shipped something broken.

All three land in the [audit log](/panel/settings-and-audit).
