design-style

Map frontend tasks to design-style prompts and load Markdown style files.

163|14|Updated Dec 25, 2025
One-click install
npx skills add https://github.com/NakanoSanku/OhMySkills --skill design-style
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design-style
Source: https://github.com/NakanoSanku/OhMySkills/tree/main/design-style
Command: npx skills add https://github.com/NakanoSanku/OhMySkills --skill design-style

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps designers and front-end engineers quickly generate UI scaffolds in a chosen design system, enabling consistent aesthetics, faster iteration, and reduced complexity when creating production-grade interfaces.

Core Features & Use Cases

  • Auto-prompt mapping: Automatically loads design system prompts from the prompts/ directory based on user-specified aesthetics (e.g., ModernDark, Academia, Bauhaus).
  • Token extraction & guidance: Internalizes design tokens (colors, typography, radii) and suggests consistent component patterns that align with the selected style.
  • Code generation orchestration: Builds reusable UI components that match the loaded design system, ensuring accessibility and responsive behavior.

Quick Start

Use the design-style skill to load a design system prompt and generate frontend components following a chosen aesthetic. For example, "Design a React landing page using ModernDark style from the prompts directory."

Frequently Asked Questions about design-style

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate UI components in a specific design style?

Design-style maps your frontend task to a design-style prompt, automatically loading from a prompts directory and extracting design tokens—colors, typography, spacing, radii—to guide component generation across React, Vue, and Next.js frameworks with consistent aesthetics.

Can I use design-style to create landing pages and dashboards?

Yes, design-style handles landing pages, dashboards, UI components, and styling requests. It selects from available styles like Academia, Art Deco, Bauhaus, Cyberpunk, Modern Dark, Enterprise, and Minimal to produce production-ready UI matching your chosen aesthetic.

How do design tokens work in a design system?

Design tokens are centralized variables for colors, typography, border radii, and shadows. Design-style extracts these from Markdown prompts and consolidates them into a single configuration, ensuring all generated components follow consistent design rules and patterns.

What frameworks does design-style support for code generation?

Design-style orchestrates code generation for React, Vue, and Next.js, building reusable components that match the loaded design system while maintaining accessibility and responsive behavior across all three frameworks.

Do I need to manually select a design style or does it map automatically?

Design-style automatically maps your frontend task intent to a design style, loading the corresponding Markdown prompt from the prompts directory and extracting its tokens without requiring manual style selection in most cases.