genart.dev

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

ArgumentTypeRequiredDescription
conceptstringyesThe artistic concept or visual idea
rendererstringnoRenderer type: p5, three, glsl, canvas2d, svg
complexitystringnosimple, moderate, or complex
canvasstringnoCanvas preset name or WxH dimensions

Behavior

When invoked, the prompt provides the AI agent with a structured workflow:

  1. Analyze the concept — break down the visual idea into algorithmic components
  2. Select renderer — choose the best renderer for the concept (or use the specified one)
  3. Design parameters — define meaningful parameters that control the algorithm
  4. Define colors — create a color palette that supports the concept
  5. Write the algorithm — implement the generative algorithm following the renderer contract
  6. 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:

  1. create_workspace — if no workspace is active
  2. create_sketch — with the algorithm, renderer, and canvas configuration
  3. set_parameters — with designed parameter definitions
  4. set_colors — with the chosen color palette
  5. save_sketch — persist the result