generative-art

Create seed-driven generative art as self-contained HTML artifacts.

12|41|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/pingwu/solo-unicorn --skill generative-art-pingwu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generative-art
Source: https://github.com/pingwu/solo-unicorn/tree/main/skills/generative-art
Command: npx skills add https://github.com/pingwu/solo-unicorn --skill generative-art-pingwu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Designers and developers often struggle to create repeatable, algorithmic art and high-quality static visuals without a clear workflow. This Skill provides a philosophy-forward framework and practical guidance to generate seed-driven art that can be rendered as interactive or static outputs.

Core Features & Use Cases

  • Algorithmic Art (p5.js): Self-contained HTML artifacts with seeded randomness and parameter-driven exploration.
  • Canvas Design (Static Art): Design philosophy-driven static visuals suitable for posters and prints.
  • Use Case: Create a gallery-ready piece that reproduces exactly from a single seed, then export variations by changing the seed.

Quick Start

Generate a seed-driven generative art piece as a self-contained HTML file.

Frequently Asked Questions about generative-art

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create reproducible generative art with p5.js?

You can create reproducible generative art by applying seeded randomness within a self-contained HTML artifact. This deterministic rendering approach ensures the exact visual output is repeatable across runs from a single seed.

What is seeded randomness in algorithmic art?

Seeded randomness in algorithmic art is a mechanism that initializes a deterministic sequence of random numbers. By controlling this seed, designers can generate reproducible visual artifacts and systematically export variations by simply changing the seed value.

Can I use generative art algorithms for static poster design?

Yes, generative art algorithms can be applied to static poster design. This approach uses design philosophy-driven guidance to render high-quality static canvas visuals suitable for gallery-ready prints and posters.

Does the generated p5.js artifact output as a standalone HTML file?

Yes, the generated p5.js artifact outputs as a standalone HTML file. It functions as a self-contained HTML artifact with embedded code, seed control, and deterministic rendering capabilities.

What's the best way to generate variations of a canvas design?

The best way to generate variations of a canvas design is to create a reproducible, seed-driven artifact first. Once the base design is established, you can export visual variations deterministically by changing the seed value.