This covers the community fork of Manim, not the 3b1b version, so it's all about `from manim import *` and the `manim` CLI. You get rules for Scene structure, MathTex for LaTeX rendering, animation timing with rate functions, and 3D with ThreeDScene. The working examples are solid: basic animations, math visualizations, updater patterns, graph plotting, and 3D surfaces. Honestly, the biggest value is avoiding version confusion since ManimCE and ManimGL have different imports and different quirks. If you're rendering mathematical animations and need to know whether to use Create() or Transform() or how to wrangle the camera in MovingCameraScene, this gets you there without digging through outdated YouTube tutorials.
npx skills add https://github.com/adithya-s-k/manim_skill --skill manimce-best-practices