ui-color-palette-manage-palettes

Manage color palette lifecycle across the UI Color Palette MCP.

1|Updated Apr 18, 2026
One-click install
npx skills add https://github.com/a-ng-d/claude-ui-color-palette --skill ui-color-palette-manage-palettes
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ui-color-palette-manage-palettes
Source: https://github.com/a-ng-d/claude-ui-color-palette/tree/main/skills/ui-color-palette-manage-palettes
Command: npx skills add https://github.com/a-ng-d/claude-ui-color-palette --skill ui-color-palette-manage-palettes

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill consolidates the palette lifecycle for collaboration and design systems by enabling users to browse public palettes, publish new ones, and manage ownership and visibility across the UI Color Palette MCP.

Core Features & Use Cases

  • Browse published palettes: Access public community palettes to discover and reuse color systems.
  • Publish and update palettes: Create new palettes with colors, presets, shifts, and themes; modify existing palettes; adjust visibility.
  • Share, unshare & delete palettes: Control public visibility, update sharing status, and permanently remove palettes when needed.

Quick Start

Authenticate if needed, then publish a new palette using your palette data (name, colors, preset, shift, and themes) or load an existing palette to manage it.

Frequently Asked Questions about ui-color-palette-manage-palettes

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

FAQPage Schema
How do I publish a color palette with custom themes and presets?

Publishing a color palette requires authenticating via start_authentication to obtain an accessToken, then submitting palette metadata including name, colors, presets, shifts, themes, and color_space to create a new publicly or privately visible palette.

Can I browse public color palettes without authentication?

Browsing public community color palettes does not require authentication. You can freely retrieve and explore published palettes, but protected actions like publishing, updating, sharing, or deleting palettes require a valid accessToken.

What metadata fields are required to update an existing color palette?

Updating an existing color palette requires a valid accessToken and the paletteId, along with payload fields such as name, description, colors, presets, shift, themes, and color_space to modify the palette's properties and visibility.

How do I share or restrict visibility of my color palettes?

Sharing or restricting color palette visibility involves authenticating with an accessToken, then using the share or unshare functions to toggle public visibility, update sharing status, and control access to your published palettes.

What is the process for permanently deleting a color palette?

Permanently deleting a color palette requires authentication via an accessToken and the specific paletteId, which removes the palette and its associated metadata including colors, themes, presets, and shifts from the system.