building-nds-ui

Generates UI in the style of National Design Studio - the team behind realfood.gov, trumprx.gov, and americabydesign.gov.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "building-nds-ui" with this command: npx skills add naga-k/nds-ui-skill/naga-k-nds-ui-skill-building-nds-ui

NDS UI Style

Generates UI in the style of National Design Studio - the team behind realfood.gov, trumprx.gov, and americabydesign.gov.

Typography

  • Headlines: Instrument Serif (or Playfair Display, DM Serif), scale 4xl-8xl

  • Body: Inter or system-ui sans-serif

  • Labels: Monospace uppercase, tracking-widest

// Next.js font setup import { Instrument_Serif, Inter } from 'next/font/google'

const serif = Instrument_Serif({ weight: '400', subsets: ['latin'], variable: '--font-serif' }) const sans = Inter({ subsets: ['latin'], variable: '--font-sans' })

Color Palettes

Light theme (realfood.gov):

--background: #F3F0D6; /* warm beige */ --foreground: #1a1a1a; --muted: #e8e5d0;

Dark theme (trumprx.gov):

--background: #0a0a0a; --foreground: #ffffff; --accent: #f5f5dc; /* warm cream */

Layout Principles

  • Heroes: h-screen , centered content, bg-black/30 overlay on images

  • Max width: max-w-7xl (1280px)

  • Whitespace: px-6 mobile, px-12+ desktop

  • Sections: py-20 md:py-32 , alternating backgrounds

Core Patterns

Hero Section:

<section className="relative h-screen flex items-center justify-center"> <div className="absolute inset-0 bg-black/30" /> <Image src="..." fill className="object-cover -z-10" /> <div className="relative z-10 text-center text-white max-w-4xl px-6"> <h1 className="font-serif text-5xl md:text-7xl">Headline</h1> <p className="mt-6 text-xl md:text-2xl">Subheadline</p> </div> </section>

Statistics: Large serif numbers + monospace uppercase labels

Buttons: bg-white text-black px-8 py-4 hover:bg-gray-100 transition-colors

Navigation: Transparent over hero, logo left, minimal links right

Tailwind Config

extend: { colors: { 'warm-cream': '#F3F0D6', 'warm-beige': '#e8e5d0' }, fontFamily: { serif: ['var(--font-serif)', 'Georgia', 'serif'], sans: ['var(--font-sans)', 'system-ui', 'sans-serif'], }, }

Visual Style

  • Photography over illustrations

  • Semi-transparent overlays for text legibility

  • Minimal ornamentation

  • Alternating section backgrounds (cream/white/dark)

Reference

  • Components: See reference/components.md for full component examples

  • Sites: realfood.gov, trumprx.gov, americabydesign.gov, ndstudio.gov

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Jimeng AI Image Generation

即梦 AI 图片生成技能(火山引擎图片生成 4.0)。当用户想要 AI 生成图片、文生图、图生图、 字体设计、海报制作时使用。支持场景: - "帮我生成一张图片:..." - "用即梦画一张 16:9 的科技感壁纸" - "字体设计:新年快乐,红色背景" - "把这张图的背景换成星空" - "生成一组表情包" -...

Registry SourceRecently Updated
General

Oven

Lightweight Oven tracker. Add entries, view stats, search history, and export in multiple formats.

Registry SourceRecently Updated
General

FW Trading

Fosun Wealth OpenAPI 技能集合,包含 SDK 环境初始化与证券交易两大模块。涵盖 SDK 安装配置、凭证管理、行情查询、资金/持仓查询、资金流水查询、下单/撤单及订单管理,支持港股(L2)、美股(L1)、A股港股通(L1)市场。

Registry SourceRecently Updated
General

Team Building

团建方案策划。活动规划、破冰游戏、户外拓展、远程团建、预算编制、活动反馈。Team building planner with activities, icebreakers, outdoor events, remote team-building, budgets, feedback. 团建、团队建设、拓展活...

Registry SourceRecently Updated