Clarify that Skill tool loads skill content directly

Fixes pattern where Claude would invoke a skill then try to Read the
file separately. The Skill tool already provides the content.

- Add "How to Access Skills" section to using-superpowers
- Change "read the skill" → "invoke the skill"
- Commands now use fully qualified names (superpowers:brainstorming etc)
This commit is contained in:
Jesse Vincent
2025-12-22 14:27:35 -08:00
parent 80643c2604
commit a7a8c08c02
7 changed files with 24 additions and 6 deletions

View File

@@ -1,5 +1,17 @@
# Superpowers Release Notes
## v4.0.1 (2025-12-22)
### Fixes
**Clarified how to access skills in Claude Code**
Fixed a confusing pattern where Claude would invoke a skill via the Skill tool, then try to Read the skill file separately. The `using-superpowers` skill now explicitly states that the Skill tool loads skill content directly—no need to read files.
- Added "How to Access Skills" section to `using-superpowers`
- Changed "read the skill" → "invoke the skill" in instructions
- Updated slash commands to use fully qualified skill names (e.g., `superpowers:brainstorming`)
## v4.0.0 (2025-12-17)
### New Features