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.
npx claudepluginhub psychquant/psychquant-claude-plugins --plugin che-creative-suiteThis skill uses the workspace's default tool permissions.
Intelligently route image processing tasks to the correct MCP server.
Creates isolated Git worktrees for feature branches with prioritized directory selection, gitignore safety checks, auto project setup for Node/Python/Rust/Go, and baseline verification.
Executes implementation plans in current session by dispatching fresh subagents per independent task, with two-stage reviews: spec compliance then code quality.
Dispatches parallel agents to independently tackle 2+ tasks like separate test failures or subsystems without shared state or dependencies.
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 tasks