一键导入
design-generative
Generative and motion design module - algorithmic art with p5.js and animated GIF creation for Slack and web
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generative and motion design module - algorithmic art with p5.js and animated GIF creation for Slack and web
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Archived pointer. Canonical coordination and CCB workflows now live in LeoLin990405/claude-code-skills under ai-collaboration/.
Archived pointer. Canonical design toolkit content now lives in LeoLin990405/claude-code-skills under design/ and related development skills.
Archived pointer. Canonical repository-design guidance now lives in LeoLin990405/claude-code-skills under development/github-repo-design.
Archived pointer. Canonical PM toolkit content now lives in LeoLin990405/claude-code-skills under product-management/.
Archived pointer. Canonical Obsidian and knowledge-management skills now live in LeoLin990405/claude-code-skills under productivity/.
Archived pointer. Canonical document-processing skills now live in LeoLin990405/claude-code-skills under documents/.
| name | design-generative |
| description | Generative and motion design module - algorithmic art with p5.js and animated GIF creation for Slack and web |
| triggers | ["generative art","algorithmic art","p5.js","flow field","particle system","procedural","GIF","animated GIF","Slack GIF","motion design"] |
Generative design produces visuals through code and algorithms rather than manual drawing. This module covers static generative art (p5.js) and animated output (GIF creation), giving you a complete pipeline from procedural concept to deliverable motion asset.
1. Define Parameters → 2. Write Algorithm → 3. Generate Frames → 4. Export (Static or Animated)
For static art: steps 1-2, then export PNG/SVG via algorithmic-art. For motion: steps 1-4, composing frames into optimized GIF via slack-gif-creator.
Skill: algorithmic-art
Create generative artwork using p5.js with flow fields, particle systems, Perlin noise, and seeded randomness. Includes a generator template and HTML viewer for rapid iteration.
Key capabilities:
Assets:
algorithmic-art/templates/generator_template.js — Starter sketchalgorithmic-art/templates/viewer.html — Browser previewSkill: slack-gif-creator
Build optimized animated GIFs for Slack and web use. Includes a Python pipeline with easing functions, frame composition, and GIF assembly with file-size optimization.
Key capabilities:
Assets:
slack-gif-creator/core/gif_builder.py — Main GIF assemblyslack-gif-creator/core/frame_composer.py — Frame generationslack-gif-creator/core/easing.py — Easing functions libraryslack-gif-creator/core/validators.py — Output validationFor animated generative art:
For static generative art: