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

# Skill Import

> Import skills from GitHub repositories

Browse, preview, and install skills from GitHub repositories directly within the app. Skills are markdown files that extend the AI agent's capabilities with specialized instructions.

## Opening the Skill Manager

Navigate to **Project Menu > Skills** to open the Skills modal.

## Browsing Installed Skills

The default view shows all skills installed in `~/.claude/skills/`:

* Left panel lists installed skills
* Click a skill to preview its content
* Hover to reveal the **delete** button

## Importing from GitHub

Click the **Import** button (top-right) to switch to the import view.

### Popular Repositories

Quick-access buttons for well-known skill collections:

| Repository                           | Description                    |
| ------------------------------------ | ------------------------------ |
| **anthropics/claude-code**           | Official skills from Anthropic |
| **eastlondoner/awesome-claude-code** | Community-curated collection   |
| **hesreallygood/claude-code-skills** | Practical skill templates      |

Click any repository to fetch its available skills.

### Custom Repository URL

Enter any GitHub URL in the input field:

```
user/repo
https://github.com/user/repo
https://github.com/user/repo/tree/main/skills
```

### Browsing Repository Contents

After fetching, you can:

* **Browse directories** — click folders to navigate deeper
* **Preview skills** — click a skill to expand and view its content
* **Install individually** — click "Install" next to any skill
* **Install all** — click "Install All" to import everything at once

Skills already installed show a green "Installed" badge.

### Directory Navigation

Use the breadcrumb trail at the top to navigate back through directories. The back arrow returns to the parent folder.

## Where Skills Are Stored

All skills are saved as `.md` files in `~/.claude/skills/`. The filename becomes the skill name used by the AI agent.

<Note>Only public GitHub repositories are supported. Private repositories require GitHub authentication which is not currently implemented.</Note>
