KS
Killer-Skills

manimce-best-practices — how to use manimce-best-practices how to use manimce-best-practices, manimce-best-practices tutorial, manimce scene structure, mobject management in manimce, animation timing in manimce, manimce-best-practices setup guide, manimce alternative tools, mastering manimce animations, manimce development best practices

v1.0.0
GitHub

About this Skill

Perfect for Animation Agents needing advanced scene and animation creation capabilities with manimce manimce-best-practices is a comprehensive skill for mastering manimce, covering scene structure, mobject types, and animation classes to enhance AI agent development.

Features

Provides detailed explanations of scene structure and construct methods
Covers mobject types, including VMobject, Groups, and positioning techniques
Includes guides on animation classes, playing animations, and timing control
Offers tutorials on creation animations, such as Create, Write, and Fade
References key files, including rules/scenes.md and rules/animations.md
Supports developers in building complex scenes and animations with manimce

# Core Topics

Haseeb-Arshad Haseeb-Arshad
[0]
[0]
Updated: 3/7/2026

Quality Score

Top 5%
51
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add Haseeb-Arshad/visual-storyboard/rules/examples/basic_animations.py

Agent Capability Analysis

The manimce-best-practices MCP Server by Haseeb-Arshad is an open-source Categories.community integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for how to use manimce-best-practices, manimce-best-practices tutorial, manimce scene structure.

Ideal Agent Persona

Perfect for Animation Agents needing advanced scene and animation creation capabilities with manimce

Core Value

Empowers agents to create complex scenes and animations using manimce's core concepts, including scene structure, mobject types, and animation classes, while leveraging techniques like creation and transformation animations

Capabilities Granted for manimce-best-practices MCP Server

Generating complex animations with precise timing and control
Creating interactive scenes with multiple mobject types and groups
Debugging animation issues using manimce's scene and animation tools

! Prerequisites & Limits

  • Requires manimce installation and configuration
  • Limited to manimce's built-in features and capabilities
Project
SKILL.md
5.2 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
SKILL.md
Readonly

How to use

Read individual rule files for detailed explanations and code examples:

Core Concepts

Creation & Transformation

Text & Math

Styling & Appearance

Positioning & Layout

Coordinate Systems & Graphing

Animation Control

Configuration & CLI

Shapes & Geometry

  • rules/shapes.md - Circle, Square, Rectangle, Polygon, and geometric primitives
  • rules/lines.md - Line, Arrow, Vector, DashedLine, and connectors

Working Examples

Complete, tested example files demonstrating common patterns:

Scene Templates

Copy and modify these templates to start new projects:

Quick Reference

Basic Scene Structure

python
1from manim import * 2 3class MyScene(Scene): 4 def construct(self): 5 # Create mobjects 6 circle = Circle() 7 8 # Add to scene (static) 9 self.add(circle) 10 11 # Or animate 12 self.play(Create(circle)) 13 14 # Wait 15 self.wait(1)

Render Command

bash
1# Basic render with preview 2manim -pql scene.py MyScene 3 4# Quality flags: -ql (low), -qm (medium), -qh (high), -qk (4k) 5manim -pqh scene.py MyScene

Key Differences from 3b1b/ManimGL

FeatureManim Community3b1b/ManimGL
Importfrom manim import *from manimlib import *
CLImanimmanimgl
Math textMathTex(r"\pi")Tex(R"\pi")
SceneSceneInteractiveScene
Packagemanim (PyPI)manimgl (PyPI)

Jupyter Notebook Support

Use the %%manim cell magic:

python
1%%manim -qm MyScene 2class MyScene(Scene): 3 def construct(self): 4 self.play(Create(Circle()))

Common Pitfalls to Avoid

  1. Version confusion - Ensure you're using manim (Community), not manimgl (3b1b version)
  2. Check imports - from manim import * is ManimCE; from manimlib import * is ManimGL
  3. Outdated tutorials - Video tutorials may be outdated; prefer official documentation
  4. manimpango issues - If text rendering fails, check manimpango installation requirements
  5. PATH issues (Windows) - If manim command not found, use python -m manim or check PATH

Installation

bash
1# Install Manim Community 2pip install manim 3 4# Check installation 5manim checkhealth

Useful Commands

bash
1manim -pql scene.py Scene # Preview low quality (development) 2manim -pqh scene.py Scene # Preview high quality 3manim --format gif scene.py # Output as GIF 4manim checkhealth # Verify installation 5manim plugins -l # List plugins

Related Skills

Looking for an alternative to manimce-best-practices or building a Categories.community AI Agent? Explore these related open-source MCP Servers.

View All

widget-generator

Logo of f
f

widget-generator is an open-source AI agent skill for creating widget plugins that are injected into prompt feeds on prompts.chat. It supports two rendering modes: standard prompt widgets using default PromptCard styling and custom render widgets built as full React components.

149.6k
0
Design

chat-sdk

Logo of lobehub
lobehub

chat-sdk is a unified TypeScript SDK for building chat bots across multiple platforms, providing a single interface for deploying bot logic.

73.0k
0
Communication

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
Communication