ワンクリックで
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: