mirror of
https://github.com/obra/superpowers.git
synced 2026-04-21 00:49:06 +08:00
Add /list-skills command to show available skills
Shows skill names without descriptions to prevent unnecessary searches.
This commit is contained in:
13
commands/list-skills.md
Normal file
13
commands/list-skills.md
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
description: List all available skills by name
|
||||
---
|
||||
|
||||
Run this command to see what skills exist:
|
||||
|
||||
```bash
|
||||
find ${CLAUDE_PLUGIN_ROOT}/skills -name "SKILL.md" -type f | sed 's|.*/skills/||; s|/SKILL.md||' | sort
|
||||
```
|
||||
|
||||
This shows skill paths like `testing/test-driven-development` without loading descriptions.
|
||||
|
||||
Use skills-search when you need to find something specific.
|
||||
Reference in New Issue
Block a user