skillZs
LIVE SKILL TAGS
>>> LIVE SKILLS INDEX <<<
* OPEN SOURCE *
NO LOGIN, NO TRACKING
REAL INSTALL DATA
← back to all skills
sandervw/claude-fiction-kit8 installs

image-utilities

Generate or manipulate images. Use when the user asks for "shades of [color]", "color palette", "pixelate", "convert [format] to [format]", "resize image", "rescale image", or any request involving image generation or image manipulation.

How do I install this agent skill?

npx skills add https://github.com/sandervw/claude-fiction-kit --skill image-utilities
view source ↗

Is this agent skill safe to install?

  • Gen Agent Trust Hubpass

    This skill provides image utility functions, specifically a color palette generator that creates SVG swatches based on user requests. It uses web search to find color data and the visualizer tool for rendering, adhering to safe file management practices by saving outputs to the designated user-data directory.

  • Socketpass

    No alerts

  • Snykwarn

    Risk: MEDIUM · 1 issue

What does this agent skill do?

Image Utilities

Image generation and manipulation workflows.

Mode Detection

STOP: This is a branching skill, not a workflow. The four modes below are mutually exclusive. Read ONLY the ONE reference file for the detected mode. NEVER read any other files.

Determine mode from user request:

Color swatches mode:

  • Triggers: "shades of [color]", "color swatches", "color palette", "[N] shades of [color]", "show me some [color] colors", "named [color] shades"
  • Qualifier words like "dark", "deep", "light", "pale", "muted", "vivid" before the color name are part of the color request, not a separate mode
  • Read: references/color-swatches-reference.md

TODO: Image pixellation mode:

  • Triggers: "pixelate", "pixellation", "pixel art", "reduce to [N] colors", "bit palette"
  • Read: references/image-pixellation-reference.md Not yet implemented

TODO: Image conversion mode:

  • Triggers: "convert [format] to [format]", "webp to png", "change format", "save as [format]"
  • Read: references/image-conversion-reference.md Not yet implemented

TODO: Image rescaling mode:

  • Triggers: "resize", "rescale", "scale down", "make smaller/larger", "change dimensions"
  • Read: references/image-rescaling-reference.md Not yet implemented

If ambiguous, ask user which mode.

REMINDER: Each mode is a SEPARATE BRANCH. Read ONLY the single reference file listed for the detected mode. Do NOT read files for other modes.

Workflow

  1. Detect mode from triggers above
  2. Read the appropriate reference doc for that mode
  3. Follow the workflow in that reference doc
  4. Present completed file(s) to user

REMINDER: NEVER DO ALL FOUR MODES. Pick and run one mode.

Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.

<a href="https://skillzs.dev/skills/sandervw/claude-fiction-kit/image-utilities">View image-utilities on skillZs</a>