From 1bb42e387c97cc69319ad34c10a080af9d47dbb2 Mon Sep 17 00:00:00 2001 From: Popa Cosmin Date: Fri, 8 May 2026 23:48:49 +0300 Subject: [PATCH] fix: remove invalid 'skills' field from plugin.json --- .claude-plugin/plugin.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 6ab59d7..a23dc2e 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -15,11 +15,5 @@ "post-fix-sweep", "swift", "swiftui" - ], - "skills": [ - { - "name": "bug-echo", - "description": "After fixing a bug, find and rate other instances of the same pattern. Triggers: 'run bug-echo', 'echo this fix', 'scan for similar bugs', 'after-fix scan'." - } ] }