원클릭으로
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: