mirror of
https://github.com/obra/superpowers.git
synced 2026-04-22 01:19:04 +08:00
Now that the "Skill" tool is public, use that
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "superpowers",
|
"name": "superpowers",
|
||||||
"description": "Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques",
|
"description": "Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques",
|
||||||
"version": "3.0.0",
|
"version": "3.0.1",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Jesse Vincent",
|
"name": "Jesse Vincent",
|
||||||
"email": "jesse@fsck.com"
|
"email": "jesse@fsck.com"
|
||||||
|
|||||||
@@ -1,5 +1,12 @@
|
|||||||
# Superpowers Release Notes
|
# 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)
|
## v2.0.2 (2025-10-12)
|
||||||
|
|
||||||
### Bug Fixes
|
### 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.
|
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
|
## Mandatory: Before ANY Task
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user