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

# Library

> Browse, search, and manage your local skill collection.

The Library is your local skill index. Every skill on your machine is indexed in a SQLite database and available for search, filtering, and management.

## Browsing skills

The Library displays skills in a scrollable list. Each card shows:

* Skill name and slug
* Source label
* Agent adapter family

## Search and filter

Use the search bar at the top to find skills by name, description, or tag. Results update as you type, with a short debounce delay.

## Skill actions

Each skill card has inline action buttons:

| Action         | Description                           |
| -------------- | ------------------------------------- |
| Open in Editor | Edit the skill in the full IDE        |
| Run evals      | Score the skill on quality dimensions |
| Archive        | Move to archive (recoverable)         |

## Workspace roots

SkillCreator scans configured workspace directories for skills. You can add or remove workspace roots in Settings, and manually trigger a re-index when files change.

## Versioning

Skills are versioned automatically via content hashing. Each change creates a new version entry in the local database.
