mirror of
https://github.com/obra/superpowers.git
synced 2026-04-16 10:29:57 +00:00
Add list-skills tool for Claude
- Shell script (not .md) that lists all skill names - Shows paths like 'testing/test-driven-development' - Helps Claude avoid useless skill searches - Added to getting-started workflow
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
---
|
||||
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