From d2dc8ab9205b47f3d446fc8351c98121d3a0f862 Mon Sep 17 00:00:00 2001 From: Bryan Thompson Date: Tue, 21 Jul 2026 14:27:12 -0500 Subject: [PATCH] Add ui-theme-designer plugin (#3859) --- .claude-plugin/marketplace.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 356edc12..bf6bfd5a 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -3263,6 +3263,22 @@ } } }, + { + "name": "ui-theme-designer", + "description": "Plugin for coding agents working with UI theme designer. Bundles two skills: how-to and conceptual answers about UI theme designer on BTP, and questions about the SAP Design System and SAP Fiori design tokens — theme parameters and component-level parameter usage in UI5, UI5 Web Components, and Fundamental Styles.", + "author": { + "name": "SAP SE" + }, + "category": "design", + "source": { + "source": "git-subdir", + "url": "https://github.com/SAP/ui-theme-designer-plugins-for-coding-agents.git", + "path": "plugins/ui-theme-designer", + "ref": "main", + "sha": "c6ac4390403fa4ab2fa65f8b4001a03a19ee727c" + }, + "homepage": "https://github.com/SAP/ui-theme-designer-plugins-for-coding-agents" + }, { "name": "ui5", "description": "SAPUI5 / OpenUI5 plugin for coding agents. Create and validate UI5 projects, access API documentation, run UI5 linter, get development guidelines and best practices for UI5 development.",