mirror of
https://github.com/obra/superpowers.git
synced 2026-04-22 17:39:06 +08:00
Fix command syntax in README to use namespaced format (#44)
Plugin-provided commands are automatically namespaced by Claude Code to avoid conflicts. Updated all documentation to show correct syntax. Changes: - README.md: Updated all command examples to use /superpowers:* format - plugin.json: Bump version to 3.1.1 - RELEASE-NOTES.md: Added v3.1.1 release entry Fixes #44
This commit is contained in:
14
README.md
14
README.md
@@ -11,7 +11,7 @@ Give Claude Code superpowers with a comprehensive skills library of proven techn
|
||||
- **Meta Skills** - Creating, testing, and sharing skills
|
||||
|
||||
Plus:
|
||||
- **Slash Commands** - `/brainstorm`, `/write-plan`, `/execute-plan`
|
||||
- **Slash Commands** - `/superpowers:brainstorm`, `/superpowers:write-plan`, `/superpowers:execute-plan`
|
||||
- **Automatic Integration** - Skills activate automatically when relevant
|
||||
- **Consistent Workflows** - Systematic approaches to common engineering tasks
|
||||
|
||||
@@ -36,9 +36,9 @@ Read the introduction: [Superpowers for Claude Code](https://blog.fsck.com/2025/
|
||||
/help
|
||||
|
||||
# Should see:
|
||||
# /brainstorm - Interactive design refinement
|
||||
# /write-plan - Create implementation plan
|
||||
# /execute-plan - Execute plan in batches
|
||||
# /superpowers:brainstorm - Interactive design refinement
|
||||
# /superpowers:write-plan - Create implementation plan
|
||||
# /superpowers:execute-plan - Execute plan in batches
|
||||
```
|
||||
|
||||
## Quick Start
|
||||
@@ -47,17 +47,17 @@ Read the introduction: [Superpowers for Claude Code](https://blog.fsck.com/2025/
|
||||
|
||||
**Brainstorm a design:**
|
||||
```
|
||||
/brainstorm
|
||||
/superpowers:brainstorm
|
||||
```
|
||||
|
||||
**Create an implementation plan:**
|
||||
```
|
||||
/write-plan
|
||||
/superpowers:write-plan
|
||||
```
|
||||
|
||||
**Execute the plan:**
|
||||
```
|
||||
/execute-plan
|
||||
/superpowers:execute-plan
|
||||
```
|
||||
|
||||
### Automatic Skill Activation
|
||||
|
||||
Reference in New Issue
Block a user