algorithmic-art
“Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.”
templates
aipkg.jsonLICENSE.txtREADME.mdSKILL.mdtemplates/generator_template.jstemplates/viewer.html- 01SSD-165%MEDIUM
SKILL.md:24
detailhide
Lines 24-26 contain language about user input being a 'subtle' foundation that 'should not constrain creative freedom.' This phrasing could encourage the model to deprioritize user intent or override explicit constraints in favor of generative creativity. Combined with the emphasis on 'interpreting' requests rather than following them literally, this creates a subtle instruction pattern that could lead to unexpected or unwanted outputs.
2223### THE CRITICAL UNDERSTANDING24- What is received: Some subtle input or instructions by the user to take into account, but use as a foundation; it should not constrain creative freedom.25- What is created: An algorithmic philosophy/generative aesthetic movement.26- What happens next: The same version receives the philosophy and EXPRESSES IT IN CODE - creating p5.js sketches that are 90% algorithmic generation, 10% essential parameters.fix Replace the language with explicit commitment to user intent: 'The user's input is the primary requirement. Creative interpretation should enhance their vision, not override it. If the user requests specific imagery, themes, or constraints, these are binding - use creative freedom only within those bounds.'