algorithmic-art

Generates seed-based generative art in a self-contained HTML artifact.

Updated Oct 22, 2025
One-click install
npx skills add https://github.com/lemu/sea-prototype-template --skill algorithmic-art-lemu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: algorithmic-art
Source: https://github.com/lemu/sea-prototype-template/tree/main/.agents/skills/algorithmic-art
Command: npx skills add https://github.com/lemu/sea-prototype-template --skill algorithmic-art-lemu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Algorithmic philosophies and reproducible code patterns help artists and designers create complex generative art without starting from scratch; this Skill provides a frontmatter-driven, self-contained framework to encode philosophy, seed-driven randomness, and a clear path from concept to code.

Core Features & Use Cases

  • Seeded randomness with deterministic output for every seed
  • Parameter-driven UI to explore artistry, color palettes, and motion
  • Self-contained HTML artifact that runs in-browser with no external setup
  • Philosophy-to-code pipeline including 4-6 paragraph manifesto and implementation guidance
  • Ideal for designers, artists, and educators exploring procedural aesthetics and computational creativity

Quick Start

Read the philosophy and implement a simple seed-driven generative sketch inside a single HTML artifact.

Frequently Asked Questions about algorithmic-art

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

FAQPage Schema
How do I create reproducible generative art with seeded randomness?

You create reproducible generative art by encoding deterministic algorithms with a specific random seed value. This seed-driven approach guarantees identical visual output every time the code runs, ensuring reproducible in-browser artworks.

Can I generate p5.js sketches that run in-browser without external dependencies?

Yes, you can generate a self-contained HTML artifact that runs entirely in-browser without external setup. This single file output encapsulates your generative art code, interactive UI parameters, and seeded randomness logic for immediate viewing.

How does a philosophy-to-code pipeline work for procedural aesthetics?

A philosophy-to-code pipeline translates an algorithmic philosophy manifesto into actionable generative code. It guides educators and designers through encoding clear computational concepts and procedural aesthetics rules into a structured, self-contained HTML sketch workflow.

Does generative art created this way support interactive UI parameters?

Yes, the generated self-contained HTML artifact includes a parameter-driven UI. This interactive interface lets users dynamically explore and adjust artistry elements like color palettes and motion directly within the browser without modifying code.

What is the best way to teach computational creativity using seeded algorithms?

Teaching computational creativity is best achieved through a philosophy-to-code pipeline that pairs a conceptual manifesto with deterministic seeded algorithms. This allows students to explore procedural aesthetics and reproducible art within a self-contained interactive HTML artifact.