From huemint-skill
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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/huemint-skill:huemintThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
| Scenario | Mode | Max Colors |
| 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.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub cpike5/cpike-agent-skills --plugin huemint-skill