algorithmic-art

仓库创建 2025年9月22日最近提交 2 天前SkillHot 收录 20 天前
▸ 精选理由

适合生成原创可交互艺术与参数探索的创作场景。

这个 Skill 做什么

使用 p5.js 生成可交互的算法艺术并输出 .html/.js/.md 文件。

用 p5.js 创作可交互的生成式算法艺术,输出 .md(理念)、.html(交互查看器)和 .js(生成算法)文件。适合想用代码做视觉实验、粒子系统或流场等可重复的生成艺术,并支持带种子的随机性和参数调节。流程先写算法美学理念,再用 p5.js 实现互动代码,强调原创避免抄袭现有艺术。

▸ 展开 SKILL.md 英文原文

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.

内容创作生成艺术p5.js可交互通用
16.4w
Stars
2.0w
Forks
18
仓库内 Skill
+5.6k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/anthropics/skills/main/skills/algorithmic-art/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/anthropics/skills/main/skills/algorithmic-art/SKILL.md"
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:
1. Algorithmic Philosophy Creation (.md file)
2. Express by creating p5.js generative art (.html + .js files)

First, undertake this task:

## ALGORITHMIC PHILOSOPHY CREATION

To begin, create an ALGORITHMIC PHILOSOPHY (not static images or templates) that will be interpreted through:
- Computational processes, emergent behavior, mathematical beauty
- Seeded randomness, noise fields, organic systems
- Particles, flows, fields, forces
- Parametric variation and co
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有