Use this skill when working with the Huemint API, generating color palettes, building adjacency matrices, using color locking, creating HTML/CSS prototypes that showcase color palettes, or translating natural language color requests into Huemint API parameters. Invoke when: calling the Huemint color API, designing adjacency matrices for color relationships, locking brand colors in palette generation, choosing between transformer/diffusion/random modes, iterating on palette refinement, converting mood/style keywords to API parameters, or building HTML/CSS color showcases.
From huemint-skillnpx claudepluginhub cpike5/cpike-agent-skills --plugin huemint-skillThis skill uses the workspace's default tool permissions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Details PluginEval's skill quality evaluation: 3 layers (static, LLM judge), 10 dimensions, rubrics, formulas, anti-patterns, badges. Use to interpret scores, improve triggering, calibrate thresholds.
| Scenario | Mode | Max Colors |
|---|---|---|
| Production palettes | transformer | 12 |
| Small artistic palettes (≤5 colors) | diffusion | 5 |
| Quick exploration | random | 12 |
${CLAUDE_PLUGIN_ROOT}/docs/01-api-basics.md — Endpoint, parameters, request/response format, examples, error handling${CLAUDE_PLUGIN_ROOT}/docs/02-adjacency-matrices.md — CIE Delta-E scale, matrix rules, worked examples${CLAUDE_PLUGIN_ROOT}/docs/03-color-locking.md — Lock/unlock syntax, brand workflows, dark mode locking${CLAUDE_PLUGIN_ROOT}/docs/04-modes-temperature.md — Mode comparison, temperature ranges, recipes${CLAUDE_PLUGIN_ROOT}/docs/05-palette-refinement.md — 3-round explore→refine→polish workflow, score interpretation${CLAUDE_PLUGIN_ROOT}/docs/06-adjacency-templates.md — Copy-paste matrices for common scenarios (3–6 colors)${CLAUDE_PLUGIN_ROOT}/docs/07-intent-translation.md — Natural language → API parameters, industry presets, worked examples${CLAUDE_PLUGIN_ROOT}/docs/08-html-css-prototypes.md — CSS custom properties, component showcase, full page templatenum_colors².temperature, adjacency values, and palette values must be strings ("65" not 65, "1.2" not 1.2).adjacency[i*num_colors + i] must be "0".len(adjacency) == num_colors² and len(palette) == num_colors. Always verify.num_results ≥ 3 to give users options. Use 5–10 for exploration rounds.