> For the complete documentation index, see [llms.txt](https://alludium.gitbook.io/alludium-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://alludium.gitbook.io/alludium-docs/administration/10.-skills/10.1-skills-library.md).

# Skills Library

The Skills Library is your workspace's central catalog of all available skills. From here you can browse, search, filter, and manage skills before assigning them to agents.

Location: Administration -> Skills

***

#### Browsing the Library

The library displays skills as cards in a scrollable list on the left, with a detail panel on the right. Each card shows:

* **Skill name**
* **Source badge** — `PLATFORM`, `WORKSPACE`, or `GITHUB`
* **Description** — A summary of what the skill does and when to use it
* **Version and path** — e.g., `v2 · 4/13/2026 · traction-and-saas-unit-economics/SKILL.md`

Click any skill card to open its detail panel.

***

#### Skill Detail Panel

When you select a skill, the detail panel shows:

* **Full description** — The complete description of what the skill does, when to use it, and what it produces
* **Version** — Current version number and last updated date
* **File reference** — The SKILL.md entry file path
* **Copy button** — Creates a workspace copy of the skill for customization (available on platform skills)
* **Provenance** — Source type (Platform, Workspace, or GitHub), whether it is platform managed, and the skill path
* **Version History** — Immutable snapshots saved each time the skill is updated, showing version number, date, file reference, and which version is active

***

#### Filtering Skills

Use the **Filters** button to narrow the library by source:

* **All sources** — Show everything
* **Workspace** — Skills created in your workspace
* **GitHub** — Skills imported from GitHub repositories
* **Platform** — First-party skills provided by Alludium

You can also use the **search bar** at the top to filter skills by name or description text.

***

#### Searching Skills

The search bar at the top of the library filters skills in real time as you type. Search matches against skill names and descriptions.

***

#### Platform Skills

Alludium provides a growing set of platform skills covering common business workflows. These are marked with the `PLATFORM` badge and cannot be edited directly. To customize a platform skill:

1. Select the skill in the library.
2. Click **Copy** in the detail panel.
3. The skill is duplicated into your workspace as a workspace-owned skill that you can edit freely.

Platform skills include workflows such as traction analysis, competitive evaluation, risk scanning, pipeline management, market mapping, meeting preparation, research briefs, and more.

***

#### Toolbar Actions

When a skill detail panel is open, the toolbar at the top right of the page shows:

* **Filters** — Open the source filter dropdown
* **Import** — Open the Import from GitHub dialog (see **Importing Skills**)
* **+ Create skill** — Open the skill creation flow (see **Creating Skills**)

***

**Next Steps**

Continue to **Creating Skills** to learn how to create your own skills, or **Importing Skills** to bring in skills from GitHub.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://alludium.gitbook.io/alludium-docs/administration/10.-skills/10.1-skills-library.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
