From abb34186693613349b4024d0cfb2356b9440a578 Mon Sep 17 00:00:00 2001 From: Davide Grilli Date: Tue, 21 Jul 2026 11:22:35 +0200 Subject: [PATCH] Enable the ui-ux-pro-max Claude Code plugin for this project Used to generate the color palette/typography/UX guidelines behind the test and admin UI redesign. Checked in so the plugin is enabled for anyone else working on this repo with Claude Code, not just this session. Co-Authored-By: Claude Sonnet 5 --- .claude/settings.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .claude/settings.json diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 0000000..93372d5 --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,5 @@ +{ + "enabledPlugins": { + "ui-ux-pro-max@ui-ux-pro-max-skill": true + } +}