@@ -1,7 +1,7 @@
{
"name": "superpowers",
"description": "Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques",
- "version": "3.0.0",
+ "version": "3.0.1",
"author": {
"name": "Jesse Vincent",
"email": "jesse@fsck.com"
@@ -1,5 +1,12 @@
# Superpowers Release Notes
+
+## v3.0.1 (2025-10-16)
+### Changes
+We now use Anthropic's first-party skills system!
## v2.0.2 (2025-10-12)
### Bug Fixes
@@ -9,7 +9,7 @@ description: Use when starting any conversation - establishes mandatory workflow
1. **Follow mandatory workflows.** Brainstorming before coding. Check for relevant skills before ANY task.
-2. Execute skills with the SlashCommand tool
+2. Execute skills with the Skill tool
## Mandatory: Before ANY Task