create-generative-art
MCP prompt for creating a new piece of generative art with structured guidance
create-generative-art
Structured prompt template that guides an AI agent through creating a complete generative art sketch.
Arguments
| Argument | Type | Required | Description |
|---|---|---|---|
concept | string | yes | The artistic concept or visual idea |
renderer | string | no | Renderer type: p5, three, glsl, canvas2d, svg |
complexity | string | no | simple, moderate, or complex |
canvas | string | no | Canvas preset name or WxH dimensions |
Behavior
When invoked, the prompt provides the AI agent with a structured workflow:
- Analyze the concept — break down the visual idea into algorithmic components
- Select renderer — choose the best renderer for the concept (or use the specified one)
- Design parameters — define meaningful parameters that control the algorithm
- Define colors — create a color palette that supports the concept
- Write the algorithm — implement the generative algorithm following the renderer contract
- Apply design skills — incorporate composition and color theory principles
Example usage
Use the create-generative-art prompt with:
concept: "A field of spiraling particles that respond to noise"
renderer: "p5"
complexity: "moderate"
canvas: "square-1200"Output
The prompt guides the agent to use MCP tools in sequence:
create_workspace— if no workspace is activecreate_sketch— with the algorithm, renderer, and canvas configurationset_parameters— with designed parameter definitionsset_colors— with the chosen color palettesave_sketch— persist the result
Related
- create_sketch — the tool used to create the sketch
- Design Skills — composition and color theory principles