DMonkey0908

ERP UI Design System — AI skill for Claude Code

AI community

Design system for dense, dark-chrome ERP and admin UIs — packaged as a skill for Claude, Gemini and GPT.

How to install ERP UI Design System

This entry records only its repository, not the path inside it, so there is no exact command to give. Open DMonkey0908/erp-ui-design-system and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What ERP UI Design System does

Design system for dense, dark-chrome ERP and admin UIs — packaged as a skill for Claude, Gemini and GPT. Tokens, layout, components, charts, a11y and a review checklist, extracted from a production front end.

Alternatives in AI

  • System Prompts Leaks — Extracted system prompts from ChatGPT (GPT-5.4, GPT-5.3, Codex), Claude (Opus 4.6, Sonnet 4.6, Claude Code), G 38.6k ★
  • Architecture Diagram Generator — Generate beautiful dark-themed system architecture diagrams as standalone HTML/SVG files 7k ★
  • Codeseek — Rust-powered code intelligence CLI for AI coding agents 764 ★

README

UI Design Ecosystem

**Domain-specific UI design systems, packaged as skills for Claude, Gemini and GPT.**

[![License: MIT](https://img.shields.io/badge/License-MIT-b3121b.svg)](LICENSE) [![Packs](https://img.shields.io/badge/packs-1%20stable-b3121b.svg)](#the-packs) [![Build](https://img.shields.io/badge/dist-generated-b3121b.svg)](docs/ARCHITECTURE.md)

🌐 **[English](README.md)** · [Tiếng Việt](docs/README.vi.md)


Ask an AI assistant for an admin panel and you usually get a consumer SaaS dashboard: airy spacing, pastel cards, a colour for every module. Ask it for a landing page and you often get the same thing. The output converges because the assistant has no position on what *kind* of interface it is building.

This repo gives it one. Each **pack** is a design system for a specific domain, carrying a thesis another domain would reject — plus the tokens, measurements and reasoning to act on it.

The packs

Pack Domain Status
`erp` ERP & back-office — admin panels, operations consoles, internal dashboards. Dense, dark chrome, white content. stable

Planned, in rough order: consumer web, SaaS dashboard, mobile app, e-commerce, desktop & system utilities, documentation sites. None are started — the foundation was built first, deliberately, so the second pack costs a fraction of the first. See [`docs/AUTHORING.md`](docs/AUTHORING.md) to add one.

Install

Everything installable lives in [`dist/`](dist/), generated and committed — you never need to run Node to use this.

Claude Code / Claude Desktop — the richest build
cp -r ./dist/claude/erp-ui-design ~/.claude/skills/erp-ui-design       # all projects
cp -r ./dist/claude/erp-ui-design /.claude/skills/            # one project
Copy-Item -Recurse ".\dist\claude\erp-ui-design" "$HOME\.claude\skills\erp-ui-design"

Claude invokes it on its own for relevant work, or by hand wi