From che-creative-suite
Route image tasks to the correct MCP server (svg or pixel). Auto-triggered when user mentions image editing, graphic design, or visual asset creation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/che-creative-suite:creative-routerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Intelligently route image processing tasks to the correct MCP server.
Intelligently route image processing tasks to the correct MCP server.
| Task | MCP Server | Tool Prefix |
|---|---|---|
| Create shapes, paths, text | che-svg-mcp (svg) | mcp__svg__* |
| Edit vector graphics | che-svg-mcp (svg) | mcp__svg__* |
| Create diagrams, icons, logos | che-svg-mcp (svg) | mcp__svg__* |
| Apply gradients to shapes | che-svg-mcp (svg) | mcp__svg__* |
| Export SVG to PNG/PDF | che-svg-mcp (svg) | mcp__svg__export_png, mcp__svg__export_pdf |
| Photo editing, filters | che-pixel-mcp (pixel) | mcp__pixel__* |
| Color adjustment, grading | che-pixel-mcp (pixel) | mcp__pixel__adjust_colors |
| Resize, crop, rotate images | che-pixel-mcp (pixel) | mcp__pixel__resize, mcp__pixel__crop, mcp__pixel__rotate |
| Blur, sharpen, denoise | che-pixel-mcp (pixel) | mcp__pixel__gaussian_blur, mcp__pixel__sharpen |
| Composite/overlay images | che-pixel-mcp (pixel) | mcp__pixel__composite |
| Batch image processing | che-pixel-mcp (pixel) | mcp__pixel__batch_process |
| Format conversion (to raster) | che-pixel-mcp (pixel) | mcp__pixel__save_document |
When a task requires both vector and raster operations, chain them:
mcp__svg__*mcp__svg__export_pngmcp__pixel__open_documentmcp__pixel__*mcp__pixel__save_documentmcp__pixel__*mcp__pixel__save_documentmcp__svg__create_documentmcp__svg__add_text, mcp__svg__add_rect, etc.mcp__svg__export_pngmcp__pixel__compositeIf a task requires a server that isn't available:
mcp__svg__* tools exist for vector tasksmcp__pixel__* tools exist for raster tasksnpx claudepluginhub psychquant/psychquant-claude-plugins --plugin che-creative-suiteGenerates images, icons, diagrams, patterns, storyboards; edits and restores photos using Nano Banana MCP server with Gemini models. Auto-activates on image requests.
Creates, edits, reviews, and validates high-quality SVG graphics with W3C compliance, CSS independence, accessibility, and safety.
Generates 2D graphics programmatically using SVG construction, diagram layout, image compositing, and batch processing. For diagrams, flowcharts, infographics, scientific figures, and automated visual assets.