vadim-a-yegorov

Uxkit — Design skill for Claude Code

Design community

Enterprise screens design system for Cursor / Claude / Hermes.

How to install Uxkit

This entry records only its repository, not the path inside it, so there is no exact command to give. Open vadim-a-yegorov/uxkit and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Uxkit does

Enterprise screens design system for Cursor / Claude / Hermes. Designing the modern UIs.

Alternatives in Design

  • Brand Guidelines — Apply Anthropic's official brand colors and typography to artifacts 94.1k ★
  • Od Contribute — Open a first-contribution PR (or bug issue) on nexu-io/open-design — works for non-coders too 91.8k ★
  • Export Diagram — Export a diagram-design HTML file to .svg and .png next to the source 27.2k ★

README

Enterprise UX Kit

Enterprise screens (ERP/SCM/FSM) design system compatible with [SAP Fundamentals](https://sap.github.io/fundamental-styles/?path=/docs/sap-design-introduction--docs) on React, Vue, Angular (official), Flutter, and SAP OpenUI5 Web Components. Supports ~120 components split cleanly into primitives, data display, and navigation, and it explicitly separates "what it looks like" from "what it does". Defines only UX (component index, content-density, context-menu conventions, best practices, guidlines), style-agnostic.

Implements

Usage

# Open or create your project folder
cd ~/project                    # or mdkir -p ~/project && cd ~/project

# Download the repository — no .git
curl -L https://github.com/vadim-a-yegorov/uikit/archive/refs/heads/master.zip -o /tmp/uikit.zip && unzip -q /tmp/uikit.zip -d /tmp && cp -R /tmp/uikit-master/. .

# Fill or replace blank DESIGN.md once per project
mv DESIGN.Carbon_V11.md DESIGN.md