orchestrator-designer

Generate design tokens and component specifications for the Claude Orchestrator UI.

Updated Nov 28, 2025
One-click install
npx skills add https://github.com/JunHyuk-Kang/ai-co-learner --skill orchestrator-designer-junhyuk-kang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orchestrator-designer
Source: https://github.com/JunHyuk-Kang/ai-co-learner/tree/main/.claude/skills/orchestrator-designer
Command: npx skills add https://github.com/JunHyuk-Kang/ai-co-learner --skill orchestrator-designer-junhyuk-kang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps ensure visual consistency across the orchestrator by producing design specifications and a cohesive set of design tokens (colors, typography, spacing) that inform implementation.

Core Features & Use Cases

  • Design tokens: Define colors, typography, and spacing to establish a unified visual language.
  • Component specifications: Create consistent component guidelines aligned with the design system.
  • Design-to-code guidance: Provide checkpoints to verify UI implementations match the design tokens.

Quick Start

Create a design token set for the Orchestrator Web app with primary color #1E88E5 and base typography.

Frequently Asked Questions about orchestrator-designer

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

FAQPage Schema
How do I create design tokens for a consistent UI across multiple platforms?

Design tokens are reusable variables—colors, typography, spacing—that standardize visual properties across Android, iOS, and Web. Define them once in a centralized specification, then apply them consistently during implementation to ensure uniform appearance and reduce maintenance overhead across all platforms.

What's the best way to document component specifications for a design system?

Component specifications document the visual rules, states, and accessibility requirements for each UI element. Structure them alongside design tokens in JSON format, including sizing, spacing, color mappings, and responsive behavior to create a single source of truth between design and implementation teams.

Can I use design tokens to ensure accessibility across responsive layouts?

Yes. Design tokens define spacing, contrast ratios, and typography rules that meet accessibility guidelines. When applied systematically across responsive breakpoints, they ensure components maintain accessibility standards and visual consistency whether displayed on mobile, tablet, or desktop screens.

How do design-to-code workflows reduce implementation errors?

Design-to-code workflows establish checkpoints where UI implementations are verified against design tokens and component specs before deployment. This structured handoff catches discrepancies early, prevents color drift, typography misalignment, and spacing inconsistencies that accumulate across teams.

What should be included in a design specification payload for developers?

A standardized design specification payload includes designTokens (colors, typography, spacing values) and componentSpecs (layout rules, states, responsive breakpoints) in JSON format. This structured output enables developers to import specifications directly into code generation or implementation tools.

Does a design token system support platform-specific guidelines?

Design tokens serve as a foundation that adapts to platform conventions. Define core tokens once, then create platform-specific variants that respect Material Design for Android, Human Interface Guidelines for iOS, and web standards, ensuring compliance while maintaining a cohesive visual language.