Manimce Best Practices
Generates Manim animations adhering to Connor Ads' style & best practices for clear, engaging educational videos.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add connorads-manimce-best-practices npx -- -y @trustedskills/connorads-manimce-best-practices
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"connorads-manimce-best-practices": {
"command": "npx",
"args": [
"-y",
"@trustedskills/connorads-manimce-best-practices"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill guides AI agents in generating Manim animations that adhere to Connor Ads' established style and best practices for creating clear and engaging educational videos. It provides detailed rules and code examples covering scene structure, object manipulation (Mobjects), animation techniques, text rendering, and styling. The skill focuses on producing high-quality Manim animations suitable for instructional content.
When to use it
- Generating animated explanations of mathematical concepts.
- Creating visually appealing introductions or summaries for educational videos.
- Developing custom animations that align with a specific aesthetic style (Connor Ads' style).
- Building complex scenes involving text, math formulas, and dynamic object transformations.
- Learning best practices for Manim animation development.
Key capabilities
- Scene Structure: Guidance on scene organization and the
constructmethod. - Mobject Manipulation: Working with various Mobject types (including VMobjects), Groups, and positioning objects within a scene.
- Animation Techniques: Implementing creation animations (Create, Write, FadeIn, DrawBorderThenFill), transformation animations (Transform, ReplacementTransform, morphing), and animation groups (AnimationGroup, LaggedStart, Succession).
- Text & Math Rendering: Creating text mobjects with styling options, rendering LaTeX formulas using
MathTexandTex, and animating text. - Styling & Appearance: Utilizing color constants, gradients, and manipulating colors for visual appeal.
Example prompts
- "Create a Manim scene demonstrating the Pythagorean theorem using Connor Ads' best practices."
- "Generate an animation of a LaTeX equation with colored terms, following the styling guidelines in the 'colors.md' rule file."
- "Show me how to create a
ReplacementTransformanimation between two shapes according to the skill’s rules."
Tips & gotchas
- Rule Files: The skill relies heavily on individual rule files (e.g.,
scenes.md,mobjects.md). Referencing these files is crucial for understanding specific techniques and code examples. - Connor Ads Style: This skill enforces a particular aesthetic; expect animations to reflect Connor Ads' established style.
- Manim Knowledge: A basic understanding of Manim concepts will be helpful to effectively utilize this skill.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.