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

@@ -2,4 +2,4 @@
description: "You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores requirements and design before implementation."
---
Use and follow the brainstorming skill exactly as written
Invoke the superpowers:brainstorming skill and follow it exactly as presented to you

View File

@@ -2,4 +2,4 @@
description: Execute plan in batches with review checkpoints
---
Use the executing-plans skill exactly as written
Invoke the superpowers:executing-plans skill and follow it exactly as presented to you

View File

@@ -2,4 +2,4 @@
description: Create detailed implementation plan with bite-sized tasks
---
Use the writing-plans skill exactly as written
Invoke the superpowers:writing-plans skill and follow it exactly as presented to you