One-click install
npx skills add https://github.com/a-ng-d/claude-ui-color-palette --skill ui-color-palette-sketch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-color-palette-sketch
Source: https://github.com/a-ng-d/claude-ui-color-palette/tree/main/skills/ui-color-palette-sketch
Command: npx skills add https://github.com/a-ng-d/claude-ui-color-palette --skill ui-color-palette-sketch

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This platform entry point orchestrates UI Color Palette workflows for Sketch by routing between variables (swatches), styles (shared layer styles), and tokens/preview, enabling a cohesive handoff from palette data to Sketch artifacts.

Core Features & Use Cases

  • Route UI Color Palette workflows between variables/swatches, shared styles, and document previews.
  • Normalize PaletteData into swatch, style, and preview structures and map them to Sketch API MCP calls.
  • Provide an end-to-end Sketch handoff workflow from palette ingestion to final preview.

Quick Start

Identify the user's desired workflow (variables, styles, or tokens/preview) and route to the corresponding reference sub-skill.

Frequently Asked Questions about ui-color-palette-sketch

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

FAQPage Schema
How do I generate Sketch shared layer styles from a UI color palette?

Sketch color palette handoff workflows normalize palette data into swatch, style, and preview structures, then map them to Sketch API MCP calls. This orchestrates the generation of shared layer styles, swatches, and document previews in a defined sequence.

How do I hand off UI color swatches to Sketch using an MCP bridge?

Handing off UI color swatches to Sketch requires routing normalized palette data through an MCP bridge. The workflow delegates swatch generation to the variables sub-skill, mapping your hex values to Sketch API actions to create synchronized color swatches.

Do I need an existing palette in my context to generate Sketch color styles?

Yes, you need an existing palette in the active context to generate Sketch color styles. The palette must contain stable theme and color naming alongside hex values so the workflow can normalize the data and map it to Sketch shared styles accurately.

What's the best way to synchronize document previews with Sketch color tokens?

The best way to synchronize document previews with Sketch color tokens is routing the palette data to the tokens and preview sub-skill. This normalizes the palette structures and maps them to Sketch API MCP bridge actions to generate final previews.

Can I use this palette handoff workflow without stable theme and color naming?

No, you cannot use this palette handoff workflow without stable theme and color naming. The orchestration explicitly requires a palette with stable naming and hex values in the active context to correctly normalize data and map it to Sketch API actions.