Skip to main content
ClaudeWave
MCP ServersOfficial Registry0 stars0 forksMITUpdated 5d ago
ClaudeWave Trust Score
77/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Documented (README)
Flags
  • !No description
Last scanned: 9/19/2026
Install in Claude Code / Claude Desktop
Method: NPX · shadcn
Claude Code CLI
claude mcp add csscreme-skill -- npx -y shadcn
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "csscreme-skill": {
      "command": "npx",
      "args": ["-y", "shadcn"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Use cases

MCP Servers overview

# csscreme skill

A Claude Code skill that gives a coding agent a real design system before it writes UI:
semantic tokens, measured WCAG contrast, and rules it can be held to.

Free. No account, no API key, no paid tier.

## Why

An agent asked for UI with no design system does the same thing every time: invents a palette,
mixes three or four corner radii, adds a second font nobody asked for, and ships contrast that
was never checked. The result is recognisable on sight, and no amount of prompt rewording fixes
it, because the problem is missing input rather than weak instruction.

A file fixes it. Tokens the agent must use, ratios that were computed rather than asserted, and
numbered rules that can be diffed against what actually got built. "Use only these six roles" is
checkable. "Make it clean" is not.

## Install

**Fastest: connect the MCP server** (free, no account, no key):

```bash
claude mcp add --transport http csscreme https://csscreme.com/mcp
```

That gives the agent ten tools with no files to manage: `search_themes`, `list_themes`,
`get_design_md`, `get_theme_tokens`, `get_install_command`, `get_agent_rules`, `how_to_use`,
`decode_url`, `decode_site` and `verify_design_md`. The last three are the ones worth knowing
about: point the agent at a live URL and it decodes that site into the same format, then checks
its own generated UI against the file afterwards. The skill below adds the house rules on top.

### As a skill

**Claude Code (project):**

```bash
mkdir -p .claude/skills/csscreme
curl -o .claude/skills/csscreme/SKILL.md \
  https://raw.githubusercontent.com/damnepic/csscreme-skill/main/SKILL.md
```

**Claude Code (all projects):** same, into `~/.claude/skills/csscreme/`.

Then ask for UI as normal. The skill fires on things like "build a dashboard", "make this look
less generic", or "match the design of stripe.com".

## What it does

1. **Fetches a DESIGN.md** for one of the curated themes at <https://csscreme.com/themes>.
2. **Or extracts one from any site** via <https://csscreme.com/extract> - URL or screenshot in,
   role-mapped tokens out, contrast checked in both modes.
3. **Installs the tokens for real** with `npx shadcn@latest add <registry-url>`.

## Endpoints it uses

| URL | Returns |
|---|---|
| `csscreme.com/d/<slug>.md` | DESIGN.md for a curated theme |
| `csscreme.com/d/t/<slug>.md` | DESIGN.md for a template theme |
| `csscreme.com/t/<id>.md` | DESIGN.md for an extracted theme |
| `csscreme.com/r/<slug>.json` | shadcn/ui registry item |
| `csscreme.com/t/<id>.json` | shadcn/ui registry item, extracted |
| `csscreme.com/mcp` | MCP server (JSON-RPC 2.0 over POST) |

All CORS-open and cacheable, served as `text/markdown` or `application/json`.

## What the agent actually gets

A DESIGN.md is a contract rather than a description. Eight fields: semantic colour roles in hex and
OKLCH, the full shadcn token set in light and dark, two font families, one radius token, an explicit
spacing scale, WCAG contrast ratios that were computed rather than asserted, numbered rules each
checkable against the tables above them, and paste-ready CSS variables.

The contrast section is the part worth reading twice. If a colour pair fails AA, the file says
`FAILS WCAG` instead of quietly shipping it. Nothing in the file is an adjective the agent has to
interpret.

## Works with other tools too

The files are plain Markdown, so nothing here is Claude-specific. Per-tool wiring for Cursor,
Codex, v0 and Lovable: <https://csscreme.com/ai/design-md>

## The format

Full field spec, with a worked example generated at build time:
<https://csscreme.com/ai/design-md>

Nobody owns the `DESIGN.md` file name, us included. The useful part here is the generator and
the measured contrast, not the noun.

## Licence

MIT. The skill is MIT; the themes it fetches are free to use.

What people ask about csscreme-skill

What is damnepic/csscreme-skill?

+

damnepic/csscreme-skill is mcp servers for the Claude AI ecosystem with 0 GitHub stars.

How do I install csscreme-skill?

+

You can install csscreme-skill by cloning the repository (https://github.com/damnepic/csscreme-skill) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is damnepic/csscreme-skill safe to use?

+

Our security agent has analyzed damnepic/csscreme-skill and assigned a Trust Score of 77/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains damnepic/csscreme-skill?

+

damnepic/csscreme-skill is maintained by damnepic. The last recorded GitHub activity is dated 2026-09-13, with 0 open issues.

Are there alternatives to csscreme-skill?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy csscreme-skill to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: damnepic/csscreme-skill
[![Featured on ClaudeWave](https://claudewave.com/api/badge/damnepic-csscreme-skill)](https://claudewave.com/repo/damnepic-csscreme-skill)
<a href="https://claudewave.com/repo/damnepic-csscreme-skill"><img src="https://claudewave.com/api/badge/damnepic-csscreme-skill" alt="Featured on ClaudeWave: damnepic/csscreme-skill" width="320" height="64" /></a>

More MCP Servers

csscreme-skill alternatives