discover-skillslisted
Install: claude install-skill kaichen/agent-skillset
# Discover Skills
Help users explore and understand available Claude Code skills.
## Instructions
When invoked, search for and present all available skills in an organized manner.
### Steps
1. **List Loaded Skills**
Skills from `~/.claude/skills/`, `.claude/skills/`, and other agent skill directories are **already loaded** - check the Skill tool's "Available skills" list first.
2. **Search for Additional Skills**
Use Glob tool to find uninstalled skills in the current project:
```
# Any skill folder (covers skills/<name>/ and plugins/<name>/skills/<name>/ layouts)
Glob: pattern="**/skills/*/SKILL.md"
# Single-skill repos with SKILL.md at root
Glob: pattern="SKILL.md"
```
3. **Search from Github via preset awesome list and Search using keyword**
Dicovery skills via networking github colleciton repo, request to view readme for discovery more.
4. **Parse Skill Metadata**
Extract from each SKILL.md frontmatter:
- `name`: Skill identifier
- `description`: What the skill does
5. **Present Results**
```markdown
## Available Skills
| Skill | Description |
|-------|-------------|
| /skill-name | Brief description |
---
**Tips:**
- Use `/skill-name` to invoke a skill directly
- Create custom skills in `.claude/skills/your-skill/SKILL.md`
- Project skills (`.claude/skills/`) override global ones (`~/.claude/skills/`)
```
### Skill Locations
| Location | Scope | Priority |
|----------|-------|------