Transforms vague video ideas into detailed scene-by-scene plans for Manim animations. Researches topics, asks clarifying questions, and outputs scenes.md ready for implementation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/adithya-s-k-manim-skill:manim-composerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. **Research the topic** deeply before asking questions
Research the topic deeply before asking questions
Identify the narrative hook
Ask targeted questions (not all at once - adapt based on responses):
Audience & Scope
Focus & Depth
Style Preferences
Output a comprehensive scenes.md file with this structure:
# [Video Title]
## Overview
- **Topic**: [Core concept]
- **Hook**: [Opening question/mystery]
- **Target Audience**: [Prerequisites]
- **Estimated Length**: [X minutes]
- **Key Insight**: [The "aha moment"]
## Narrative Arc
[2-3 sentences describing the journey from confusion to understanding]
---
## Scene 1: [Scene Name]
**Duration**: ~X seconds
**Purpose**: [What this scene accomplishes]
### Visual Elements
- [List of mobjects needed]
- [Animations to use]
- [Camera movements]
### Content
[Detailed description of what happens, what's shown, what's explained]
### Narration Notes
[Key points to convey, tone, pacing notes]
### Technical Notes
- [Specific Manim classes/methods to use]
- [Any tricky implementations to note]
---
## Scene 2: [Scene Name]
...
---
## Transitions & Flow
[Notes on how scenes connect, recurring visual motifs]
## Color Palette
- Primary: [color] - used for [purpose]
- Secondary: [color] - used for [purpose]
- Accent: [color] - used for [purpose]
- Background: [color]
## Mathematical Content
[List of equations, formulas, or mathematical objects that need to be rendered]
## Implementation Order
[Suggested order for implementing scenes, noting dependencies]
Apply these principles when composing scenes:
npx claudepluginhub adithya-s-k/manim_skillGenerates Manim Community Edition animations for math concepts, equations, proofs, algorithm visualizations, explainers, and 3Blue1Brown-style videos.
Creates technical explainer animations using Manim for graphs, workflows, architecture, and system diagrams. Includes scene planning, storyboarding, and render conventions.
Creates animated explainer videos from concepts using Manim (Python) with MP4/GIF output, audio overlay, and multi-scene composition.