From 8fbd0db4abac5c626c69084f797f6900c2601175 Mon Sep 17 00:00:00 2001 From: bastien Date: Mon, 13 Apr 2026 13:43:41 +0200 Subject: [PATCH] add skill-creator plugin to install pipeline Co-Authored-By: Claude Opus 4.6 --- install-plugins.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install-plugins.sh b/install-plugins.sh index db28d2c..9fb700b 100644 --- a/install-plugins.sh +++ b/install-plugins.sh @@ -343,8 +343,7 @@ install_plugin() { info "Adding Anthropic bundled plugins marketplace..." claude plugin marketplace add anthropics/claude-code 2>/dev/null || true install_plugin "security-guidance" "claude-code-plugins" -# frontend-design: DISABLED — doublon with ui-ux-pro-max (2026-04-12) -# To re-enable: uncomment line below + remove .disabled suffix from cache +install_plugin "skill-creator" "claude-code-plugins" # install_plugin "frontend-design" "claude-code-plugins" install_plugin "pr-review-toolkit" "claude-code-plugins" install_plugin "plugin-dev" "claude-code-plugins"