UI Theme Designer Plugins for Coding Agents is a collection of add-ons that give AI coding agents guidance about SAP UI Theme Designer, a tool for configuring user-interface themes, along with the SAP Design System and SAP Fiori design tokens. They help people using agents such as Claude Code understand theming concepts and identify parameters used by UI components. The catalogue entries are the project's own plugins for this workflow.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add SAP/ui-theme-designer-plugins-for-coding-agents --skill ui-theme-designer-design-tokensgit clone --depth 1 https://github.com/SAP/ui-theme-designer-plugins-for-coding-agentsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/sap/ui-theme-designer-plugins-for-coding-agents/ui-theme-designer-design-tokens)<a href="https://agentmods.dev/skills/sap/ui-theme-designer-plugins-for-coding-agents/ui-theme-designer-design-tokens"><img src="https://agentmods.dev/badge/skills/sap/ui-theme-designer-plugins-for-coding-agents/ui-theme-designer-design-tokens/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/sap/ui-theme-designer-plugins-for-coding-agents/ui-theme-designer-design-tokens"><img src="https://agentmods.dev/badge/skills/sap/ui-theme-designer-plugins-for-coding-agents/ui-theme-designer-design-tokens.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00112 | $0.01801 |
| Opus 5 | $0.00056 | $0.00901 |
| Sonnet 5 | $0.00022 | $0.00360 |
| Haiku 4.5 | $0.00011 | $0.00180 |
Grade A, and why
ui-theme-designer-design-tokens scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Design Tokens
With $THIS being the folder that contains this SKILL.md:
Prerequisite
$THIS/node_modules/ exists and is not older than 7 days; if not: cd $THIS && npm ci
Context
Design Tokens are defined in LESS files of the theming-base-content, and consumed in LESS and CSS files of different frameworks (= UI technologies). In $THIS/node_modules/ you find the following:
- UI5: (with
$LIBRARYbeing e.g.sap.ui.core, and$THEMEbeing e.g.sap_horizon)$THIS/node_modules/@openui5/$LIBRARY/src/${LIBRARY/./\//}/**/themes/basecontains thebaseThemeof the different libraries$THIS/node_modules/@openui5/themelib_$THEME/src/${LIBRARY/./\//}/themes/contains the$THEMEof the different libraries
- UI5 Web Components: (with
$THEMEbeing e.g.sap_horizon, and$COMPONENTbeing e.g.Button)$THIS/node_modules/@ui5/*/src/themes/$COMPONENT.csscontains theme-independent component skeleton CSS, using parameters from theming-base-content as CSS custom properties, as well as CSS custom properties defined inbase/(see below)$THIS/node_modules/@ui5/*/src/themes/base/$COMPONENT-parameters.csscontains CSS custom property definitions for components; never report those UI5 Web Components-specific internal CSS custom properties.$THIS/node_modules/@ui5/*/src/themes/$THEME/$COMPONENT-parameters.csscontains theme-dependent values for the custom property definitions frombase/(see above)
- Fundamental Styles:
$THIS/node_modules/fundamental-styles/dist/*.csscontains theme-independent component skeleton CSS, using parameters from theming-base-content as CSS custom properties, as well as CSS custom properties defined intheming/(see below)$THIS/node_modules/fundamental-styles/dist/theming/$THEME.csscontains theme-dependent values for the custom property definitions used indist/*.css(see above); never report those Fundamental Styles-specific internal CSS custom properties$THIS/node_modules/@fundamental-styles/common-css/dist/*.csstheme-independent helper CSS, using parameters from theming-base-content as CSS custom properties
- Base: (with
$LIBRARYbeing e.g.baseLib, and$THEMEbeing e.g.sap_horizon)$THIS/node_modules/@sap-theming/theming-base-content/contentis a theme repository as described in https://raw.githubusercontent.com/SAP-docs/btp-ui-theme-designer/main/docs/cf/About-Themes/overview-of-sap-theming-content-91ebfe2.md, containingBase/; used by all frameworks$THIS/node_modules/@sap-theming/theming-base-content/content/Base/.themingcontains metadata about theBaseframework$THIS/node_modules/@sap-theming/theming-base-content/content/Base/$LIBRARY/.themingcontains metadata about libraries$THIS/node_modules/@sap-theming/theming-base-content/content/Base/$LIBRARY/$THEME/.themingcontains metadata about themes- Metadata includes
sEntity: "Framework", "Library" or "Theme"sType(for themes): "STANDARD" (= single theme) or "SET" (= no CSS, just references to different themes ofsType=STANDARD)aFiles: LESS source filesaBuildFiles: CSS files built fromaFiles*sBase{Library,Theme,File}Id: ID of the most important library/theme/fileoExtends: the$FRAMEWORK[.$LIBRARY[.$THEME[.$FILE]]]"object path" of the parent entitysSourcePathPattern: pattern to resolve object paths to file paths- (optional)
bIgnore=true: entity is ignored from theming
What ships with it
3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 74 lines · 112 tokens per session scan A 2260413d170f
ui-theme-designer-design-tokens is a skill published in the GitHub repository SAP/ui-theme-designer-plugins-for-coding-agents (2 stars, last pushed 20d ago), licensed Apache-2.0. It adds 112 tokens to every session and 1,801 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
designlang-tokens
Use when styling UI for cal.com — references the extracted design system tokens instead of inventing colors, spacing, or typography.
ss-studio
Turn a product brief and optional references into three distinct creative directions, a human-selected StyleSeed interaction plan, generated image/video asset jobs, a working UI prototype, and a verified prototype-first showcase reel. Use for client concepts, app interaction exploration, trendy but coherent UI…
ss-copy
Generate UX microcopy (button labels, error messages, empty states, toasts) following a casual-but-polite voice and tone.
ss-lint
Quick automated lint — detects common design system violations in seconds.
omd-apply
A skill that applies a project's DESIGN.md file as visual and brand guidance for interface work. It covers components, colors, fonts, layout, copy, motion, and visual assets.
ss-review
Review UI code for design system compliance, accessibility, and best practices.