From b0d129be2736a763a7a140e291413fc07f574ee6 Mon Sep 17 00:00:00 2001 From: bastien Date: Fri, 15 May 2026 22:21:18 +0200 Subject: [PATCH] chore(settings): enable ui-ux-pro-max skill MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Toggle ui-ux-pro-max@ui-ux-pro-max-skill false → true so design-review, design-consultation, and feat/hotfix design gate can route through it. Co-Authored-By: Claude Opus 4.7 (1M context) --- settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.json b/settings.json index 4149716..e55248b 100644 --- a/settings.json +++ b/settings.json @@ -237,7 +237,7 @@ }, "enabledPlugins": { "example-skills@anthropic-agent-skills": false, - "ui-ux-pro-max@ui-ux-pro-max-skill": false, + "ui-ux-pro-max@ui-ux-pro-max-skill": true, "caveman@caveman": true, "security-guidance@claude-code-plugins": true, "superpowers@superpowers-marketplace": true,