create-visualization
Installation
SKILL.md
Visualization Skill
สร้าง diagrams และ animations สำหรับอธิบาย STEM concepts
Quick Decision
| Need | Tool | Script |
|---|---|---|
| Physics FBD | Matplotlib | scripts/physics_fbd.py |
| Math plots/geometry | Matplotlib | scripts/math_plots.py |
| Flowcharts | Matplotlib | scripts/flowchart.py |
| Animations (3b1b style) | Manim | scripts/manim_physics.py |
Rule: Static → Matplotlib (fast) | Motion/transform → Manim (powerful)