mathcast
v0.3.2Turn maths and science learning material - Markdown, PDFs, links - into narrated Manim animations. Ingest to an outline, plan the scenes, write the narration, render, repair what breaks, inspect the frames, and promote to final quality.
By F3rNaNDEZ57License: Apache-2.00 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 19, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install mathcast for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install mathcast@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/F3rNaNDEZ57/mathcastClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/ingest/SKILL.md├── skills/make-video/SKILL.md├── skills/plan/SKILL.md└── skills/script/SKILL.md
Included Skills4
Read learning material in inputs/ - PDFs, Markdown, text, or links - and extract it into a reviewable outline. Use when the user adds material to inputs/, asks to ingest/extract/summarise a source, asks what a document contains, or asks for a video from material that has no outline yet. Produces work/<lesson>/outline.md and stops for review.
Turn a lesson into a narrated Manim animation. Use when the user asks to make, generate, render, or re-render a video, animation, or explainer from a lesson/chapter/note in inputs/ or work/, or names a Manim scene to build or fix. Handles the whole loop - write the scene, render, repair errors, check layout, promote to final quality.
Turn a reviewed outline into a scene plan - how many scenes, what each covers, the beats and their rough timings. Use after ingest, when work/<lesson>/outline.md exists and the user wants to proceed toward a video, or when asked to plan/structure/storyboard a lesson. Writes work/<lesson>/plan.md.
Turn a scene plan into the actual spoken narration, beat by beat, with a word-counted duration. Use after plan, when work/<lesson>/plan.md exists and the user wants to proceed toward a video, or when asked to write/revise the narration or script for a lesson. Writes work/<lesson>/<Scene>.script.md.
Plugin manifests1
{
"name": "mathcast",
"description": "Turn maths and science learning material - Markdown, PDFs, links - into narrated Manim animations. Ingest to an outline, plan the scenes, write the narration, render, repair what breaks, inspect the frames, and promote to final quality.",
"version": "0.3.2",
"author": {
"name": "F3rNaNDEZ57"
},
"homepage": "https://github.com/F3rNaNDEZ57/mathcast",
"keywords": [
"manim",
"voiceover",
"education",
"mathematics",
"video",
"tts"
],
"license": "Apache-2.0"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[mathcast on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mathcast)