algorithmic-art
Installation
SKILL.md
Algorithmic philosophies are computational aesthetic movements that are then expressed through code. Output .md files (philosophy), .html files (interactive viewer), and .js files (generative algorithms).
This happens in two steps:
- Algorithmic Philosophy Creation (.md file)
- Express by creating p5.js generative art (.html + .js files)
When to Use This Skill
Use when asked to:
- Create generative art with code ("make algorithmic art", "create flow field art")
- Build interactive parameter-driven visualizations ("make art I can customize")
- Express computational aesthetics through live algorithms ("algorithmic philosophy")
- Create seeded randomness patterns ("make art with reproducible variations")
Do NOT use when:
- User wants static images or templates (this creates living algorithms)
- Request is for data visualization (this is art, not charts/graphs)
- User needs machine learning or AI-generated images (this is code-driven generative art)
Related skills