A community-driven registry for the Claude Code ecosystem. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Claude Code skill that generates UIs in the National Design Studio style used by realfood.gov, trumprx.gov, and other "A
Professional UI generation for National Design Studio style interfaces. This skill equips Claude with the design system, component patterns, and visual language used by realfood.gov, trumprx.gov, and other "America by Design" government websites.
Run these commands separately (one at a time):
/plugin marketplace add naga-k/nds-ui-skill
Then:
/plugin install nds-ui-skill
cp -r .claude/skills/nds-ui /path/to/your/project/.claude/skills/
This skill enables Claude to:
"Build a landing page in NDS style for a public health initiative"
"Create a hero section like realfood.gov with a warm beige theme"
"Design a dark statistics section like trumprx.gov showing 3 key metrics"
"Generate a full page with navigation, hero, stats, content, and FAQ sections"
"Set up the Tailwind config and font imports for NDS style"
| Element | Font | Scale |
|---|---|---|
| Headlines | Instrument Serif | text-4xl to text-8xl |
| Body | Inter / system-ui | text-lg to text-xl |
| Labels | Monospace uppercase | text-sm tracking-widest |
Light Theme (realfood.gov style)
Background: #F3F0D6 (warm beige)
Foreground: #1a1a1a (near black)
Muted: #e8e5d0 (lighter beige)
Dark Theme (trumprx.gov style)
Background: #0a0a0a (near black)
Foreground: #ffffff (white)
Accent: #f5f5dc (warm cream)
h-screen), centered content, semi-transparent overlaymax-w-7xl)px-6 mobile, px-12+ desktop; py-20 md:py-32 sectionsWhen you request NDS-style UI, Claude will generate:
The skill includes patterns for:
Hero - Full-screen with image, overlay, headline, CTAStats - Large serif numbers with monospace labelsContent - Text sections with headline and bodyNavigation - Transparent header with minimal linksFAQ - Expandable accordion with serif questionsSee reference/components.md for full implementations.
| Site | Theme | Style |
|---|---|---|
| realfood.gov | Light | Warm, organic, food photography |
| trumprx.gov | Dark | Authoritative, patriotic |
| americabydesign.gov | Dark | Initiative overview |
| ndstudio.gov | — | National Design Studio home |
nds-ui/
├── .claude-plugin/
│ └── plugin.json # Plugin metadata
├── .claude/
│ └── skills/
│ └── nds-ui/
│ ├── SKILL.md # Core skill definition
│ └── reference/
│ └── components.md # Full component examples
├── README.md
└── .gitignore
MIT
1000+ skills curated from Anthropic, Vercel, Stripe, and other engineering teams
Design enforcement with memory — keeps your UI consistent across a project
Universal SEO skill for Claude Code. 25 sub-skills + 18 sub-agents covering technical SEO, E-E-A-T, schema, GEO/AEO, bac
Route Claude Code traffic to any of 17 provider backends including free or local models