building-nds-ui — ии агент навык building-nds-ui, nds-ui-skill, community, ии агент навык, ide skills, nds ui стиль, инструмент сериф типография, интер санс-сериф шрифт, интеграция с claude code, навык cursor

v1.0.0

Об этом навыке

Идеально подходит для агентов Frontend, которым необходимы расширенные возможности стилизации UI в стиле National Design Studio Building-nds-ui - это навык ИИ, который генерирует индивидуальные интерфейсы пользователя в стиле National Design Studio

Возможности

Генерация интерфейсов пользователя в стиле National Design Studio
Индивидуальная типография с Instrument Serif и Inter
Современные стили дизайна с масштабами 4xl-8xl
Поддержка нескольких языков, включая ru, pt и ar
Интеграция с инструментами кодирования ИИ, такими как Claude Code и Cursor

# Core Topics

naga-k naga-k
[12]
[0]
Updated: 2/4/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 8/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
8/11
Quality Score
30
Canonical Locale
en
Detected Body Locale
en

Идеально подходит для агентов Frontend, которым необходимы расширенные возможности стилизации UI в стиле National Design Studio Building-nds-ui - это навык ИИ, который генерирует индивидуальные интерфейсы пользователя в стиле National Design Studio

Зачем использовать этот навык

Предоставляет агентам возможность генерировать компоненты UI с шрифтами Instrument Serif и Inter, поддерживающими несколько языков и использующими Next.js для настройки шрифтов, что позволяет создавать визуально последовательные и доступные интерфейсы с метками `tracking-widest` monospace и текстом тела system-ui sans-serif

Подходит лучше всего

Идеально подходит для агентов Frontend, которым необходимы расширенные возможности стилизации UI в стиле National Design Studio

Реализуемые кейсы использования for building-nds-ui

Генерировать компоненты UI в стиле NDS для государственных веб-сайтов
Создавать доступные интерфейсы с поддержкой нескольких языков
Стилизовать элементы UI с шрифтами Instrument Serif и Inter

! Безопасность и ограничения

  • Требует Next.js для настройки шрифтов
  • Ограничен конкретными шрифтами (Instrument Serif, Inter, system-ui sans-serif)
  • Зависит от Google Fonts для импорта шрифтов

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is building-nds-ui?

Идеально подходит для агентов Frontend, которым необходимы расширенные возможности стилизации UI в стиле National Design Studio Building-nds-ui - это навык ИИ, который генерирует индивидуальные интерфейсы пользователя в стиле National Design Studio

How do I install building-nds-ui?

Run the command: npx killer-skills add naga-k/nds-ui-skill/building-nds-ui. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for building-nds-ui?

Key use cases include: Генерировать компоненты UI в стиле NDS для государственных веб-сайтов, Создавать доступные интерфейсы с поддержкой нескольких языков, Стилизовать элементы UI с шрифтами Instrument Serif и Inter.

Which IDEs are compatible with building-nds-ui?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for building-nds-ui?

Требует Next.js для настройки шрифтов. Ограничен конкретными шрифтами (Instrument Serif, Inter, system-ui sans-serif). Зависит от Google Fonts для импорта шрифтов.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add naga-k/nds-ui-skill/building-nds-ui. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use building-nds-ui immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

building-nds-ui

Install building-nds-ui, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

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
tsx
1// Next.js font setup 2import { Instrument_Serif, Inter } from 'next/font/google' 3 4const serif = Instrument_Serif({ weight: '400', subsets: ['latin'], variable: '--font-serif' }) 5const sans = Inter({ subsets: ['latin'], variable: '--font-sans' })

Color Palettes

Light theme (realfood.gov):

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

Dark theme (trumprx.gov):

css
1--background: #0a0a0a; 2--foreground: #ffffff; 3--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:

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

js
1extend: { 2 colors: { 'warm-cream': '#F3F0D6', 'warm-beige': '#e8e5d0' }, 3 fontFamily: { 4 serif: ['var(--font-serif)', 'Georgia', 'serif'], 5 sans: ['var(--font-sans)', 'system-ui', 'sans-serif'], 6 }, 7}

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

Связанные навыки

Looking for an alternative to building-nds-ui or another community skill for your workflow? Explore these related open-source skills.

Показать все

openclaw-release-maintainer

Logo of openclaw
openclaw

Локализованное описание: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

widget-generator

Logo of f
f

Локализованное описание: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor

flags

Logo of vercel
vercel

Локализованное описание: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
Браузер

pr-review

Logo of pytorch
pytorch

Локализованное описание: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
Разработчик