manim-video
SolidManim CE animations: 3Blue1Brown math/algo videos.
Install
Quality Score: 77/100
Skill Content
Details
- Author
- kevinnft
- Repository
- kevinnft/ai-agent-skills
- Created
- 2 months ago
- Last Updated
- 6 days ago
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
manim-explainers
Use when building short animated technical explainers (graphs, architectures, system diagrams) with Manim. Covers render commands and quality flags, scene structure notes, and a reusable network-graph scene starter.
manimgl-video
Writes math explainer animation code with ManimGL — 3Blue1Brown's own Manim (`pip install manimgl`, `from manimlib import *`). Use when the user wants animated equations, function graphs and coordinate systems, geometric constructions, or ValueTracker-driven continuous change, and when the project targets manimgl / manimlib / 3b1b's engine. Do NOT use for Manim Community Edition (`pip install manim`, `from manim import *`) — the two libraries share class names with different meanings; use a Manim CE skill or the CE docs instead.
manim-narration
Build a Manim video with spoken narration synced to the animation. Use for a "narrated Manim video", "anlatımlı manim", "manim with voice", a PR walkthrough video, or code that imports NarratedScene. ManimCE only.