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 |
Custom Repository URL
Enter any GitHub URL in the input field: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
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.
Only public GitHub repositories are supported. Private repositories require GitHub authentication which is not currently implemented.