Improvements to the skill prompt, API reference, or storytelling guide are welcome.
- Fork the repo
- Edit the relevant source file:
- Skill behavior:
skills/test-manim/SKILL.md - ManimGL API reference:
skills/test-manim/references/manim-gl-api.md - Storytelling guide:
skills/test-manim/references/storytelling.md
- Skill behavior:
- Open a PR with:
- Before: what the skill does now
- After: what it does with your change
- One sentence explaining why the change is better
- API changes must be verified against manimgl source — no guessing
- Skill behavior changes need a before/after animation example (or clear reasoning)
- Do not add support for ManimCE — this skill is ManimGL-only by design
- Do not edit agent-specific copies (
.cursor/,.windsurf/,.clinerules/) directly — these sync from source
See issues for open tasks.
Small focused change > big rewrite.