소스 검색

Now that the "Skill" tool is public, use that

Jesse Vincent 10 달 전
부모
커밋
10afd4eacc
3개의 변경된 파일9개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      .claude-plugin/plugin.json
  2. 7 0
      RELEASE-NOTES.md
  3. 1 1
      skills/using-superpowers/SKILL.md

+ 1 - 1
.claude-plugin/plugin.json

@@ -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"

+ 7 - 0
RELEASE-NOTES.md

@@ -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

+ 1 - 1
skills/using-superpowers/SKILL.md

@@ -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