taylor-atelier

Apply an atelier design system to HTML, CSS, Tailwind, and React projects.

Updated Apr 6, 2026
One-click install
npx skills add https://github.com/Nero-kk/claude-agent-skills --skill taylor-atelier
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: taylor-atelier
Source: https://github.com/Nero-kk/claude-agent-skills/tree/main/claude-skills/taylor-atelier
Command: npx skills add https://github.com/Nero-kk/claude-agent-skills --skill taylor-atelier

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a repeatable design system and implementation protocol to convert web projects into a cohesive, warm, craft-focused UI that respects Korean typography, dark mode, accessibility, and performance constraints while avoiding common anti-patterns and banned assets.

Core Features & Use Cases

  • Atelier Palette & CSS Variables: Comprehensive light and dark CSS variable system for colors, borders, and shadows to ensure consistent theming.
  • Tailwind & Component Integration: Tailwind configuration snippets, font stacks, and ready component styles (headers, hero, cards, forms, footers) for HTML, Tailwind, and React projects.
  • Typography & Localization: Explicit Korean typography rules and font fallbacks, word-break optimizations, and typographic scale for display and body text.
  • Interaction, Performance & Accessibility: Curated easing functions, IntersectionObserver scroll reveal patterns, reduced-motion support, focus-visible rules, and performance guidelines (GPU-safe animations, image formats).
  • Use Case: Migrate an existing React/Tailwind site to an atelier theme, audit and remove banned fonts/colors, add dark mode and Korean typography, and produce example components and a final checklist audit.

Quick Start

Apply the taylor-atelier design system to my project's UI by generating the CSS variable palette, a Tailwind config integration, font stacks for Korean support, and example component styles with accessibility and performance checks.

Frequently Asked Questions about taylor-atelier

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

FAQPage Schema
How do I add Korean typography support and accessible dark mode to my Tailwind CSS project?

To add Korean typography and accessible dark mode in Tailwind CSS, you need a design system that provides explicit Korean font fallbacks, word-break optimizations, and comprehensive light and dark CSS variables. This ensures consistent theming and proper text rendering across both modes.

How do I set up CSS variables for a warm, craft-focused UI design system?

Setting up CSS variables for a warm UI design system involves defining a comprehensive palette of colors, borders, and shadows for both light and dark modes. You apply these variables globally to ensure consistent theming and a cohesive, craft-focused aesthetic across all components.

Does this atelier design system work with React and HTML projects?

Yes, the atelier design system works with React, HTML, and CSS projects. It provides ready-to-use component styles for headers, cards, and forms, alongside Tailwind configuration snippets and JavaScript interaction patterns that integrate smoothly into existing React or HTML codebases.

What is the best way to audit a web UI for banned fonts and performance anti-patterns?

The best way to audit a web UI for banned fonts and performance anti-patterns is to use a design system protocol that includes a final checklist audit. This process identifies banned assets, verifies GPU-safe animations, checks image formats, and ensures compliance with accessibility and performance constraints.

How do I implement accessible scroll reveal animations using IntersectionObserver?

To implement accessible scroll reveal animations with IntersectionObserver, you apply curated easing functions and JavaScript patterns that trigger animations on scroll. You must also include reduced-motion support and focus-visible rules to ensure the interactions remain accessible to all users.

Can I migrate an existing Tailwind site to a new UI theme without breaking component patterns?

Yes, you can migrate an existing Tailwind site to a new UI theme by applying a structured design system protocol. This process replaces your current configuration with a tailored Tailwind config, updates font stacks, and applies consistent component patterns to ensure a cohesive transition without breaking existing structures.