Math-To-Manim copilot-instructions.md

Math-To-Manim copilot-instructions.md is an instructions file for GitHub Copilot from HarleyCoops/Math-To-Manim. It costs 2,399 tokens per session, scanned B, original, MIT.

Project instructions for Math-To-Manim, an AI system that creates mathematical animations with Manim Community Edition. They describe its reverse knowledge-tree approach, technologies, setup steps, dependencies, and required API keys.

In plain words
What is it for?
Use them when setting up or developing Math-To-Manim. They help install dependencies, configure API access, understand the agent pipeline, and build or render animations.
Why use it?
They give a coding agent enough project context to install, run, and modify the system correctly. They also identify required tools such as Python, FFmpeg, and the animation engine.

Instructions file for GitHub Copilot

Written for GitHub Copilot: a Copilot instructions file.

Not installable on its own: it runs a file from its repository that does not travel with it. Clone the repository, or install whatever ships that file. The line is python src/app_claude.py.

About the project

Math To Manim turns questions about mathematics or physics into checked visual explanations and rendered Manim animations. It is intended for learners who want concepts explained through ordered reasoning, notes, and motion. Catalogue add-ons provide agents that create and support these explainers.

HarleyCoops/Math-To-Manim · 2,565 stars · on GitHub

Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

Made for: GitHub Copilot.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Math-To-Manim copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/harleycoops/math-to-manim/copilot-instructions.svg)](https://agentmods.dev/instructions/harleycoops/math-to-manim/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/harleycoops/math-to-manim/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/harleycoops/math-to-manim/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,399 This file is loaded in full into every session.
When invoked 2,399 The same file — it is already loaded in full.
Security scan B 1 finding. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.02399 $0.02399
Opus 5 $0.01200 $0.01200
Sonnet 5 $0.00480 $0.00480
Haiku 4.5 $0.00240 $0.00240

Measured 6d ago against content hash f16bfbc10f01, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade B, and why

Math-To-Manim copilot-instructions.md scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

# Linux: sudo apt-get install ffmpeg
legacy/Math-To-Manim/.github/copilot-instructions.md · 286 lines

How it starts

The opening of the file, as written. The whole thing — 286 lines — stays where its author put it; the contents beside it link to each section on GitHub.

GitHub Copilot Instructions for Math-To-Manim

Project Overview

Math-To-Manim is an AI-powered system that generates mathematical animations using Manim Community Edition. The project uses Claude AI agents to build knowledge trees and create verbose, LaTeX-rich prompts that generate high-quality educational animations.

Core Innovation: Reverse Knowledge Tree - recursively discovers prerequisites before generating animations, ensuring conceptual understanding builds from foundation to advanced topics.

Key Technologies

  • Python: 3.10+
  • Manim Community: v0.19.0 (mathematical animation engine)
  • Claude AI: Anthropic's Claude Sonnet 4.5 via Anthropic SDK and Claude Agent SDK
  • FFmpeg: Required for video rendering
  • Gradio: Web interface for the agent pipeline
  • pytest: Testing framework

Development Setup

Installation

# Install dependencies
pip install -r requirements.txt

# Set up API keys in .env file
echo "ANTHROPIC_API_KEY=your_key_here" >> .env
echo "MOONSHOT_API_KEY=your_key_here" >> .env  # Optional, for Kimi K2

# Install FFmpeg (required for Manim)
# Windows: choco install ffmpeg
# Linux: sudo apt-get install ffmpeg
# macOS: brew install ffmpeg

Running the Application

# Launch the Gradio web interface
python src/app_claude.py

# Run a specific animation example
manim -pql examples/physics/quantum/QED.py QEDJourney

Testing

# Run all tests with pytest
pytest tests/ -v

# Run tests without live API calls (fast, no cost)
pytest tests/ -v -m "not live"

# Run the interactive test runner
python tests/live_test_runner.py

# Test a specific concept
python tests/live_test_runner.py --concept "quantum mechanics"

Building and Linting

# Run Python linter (if black is configured)
black src/ tests/

# Check code style
flake8 src/ tests/  # If configured

# Run type checking (if mypy is configured)
mypy src/  # If configured

Read the full file on GitHub · 286 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago First seen · 286 lines · 2,399 tokens per session scan B f16bfbc10f01

Subscribe to this mod's changes

Math-To-Manim copilot-instructions.md is an instructions file published in the GitHub repository HarleyCoops/Math-To-Manim (2,565 stars, last pushed 9d ago), licensed MIT. It adds 2,399 tokens to every session, about $0.0120 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories

bio-gene-to-reference-tree copilot-instructions.md

Copilot instructions for Hongda-Zhao/bio-gene-to-reference-tree, a project described as: Auditable agent skill for resolving protein queries, selecting references, and planning reproducible phylogenetic trees.

Hongda-Zhao/bio-gene-to-reference-tree · 105 tokens

braina GEMINI.md

Instructions for brainets/braina, covering project: braina (brain interaction analysis), 1. project context & purpose, 2. commands, verify environment (all core dependencies) and run the verification test suite for frites + hoi.

brainets/braina · 1,269 tokens

research-automation CLAUDE.md

Instructions for lucafusarbassini/research-automation, covering ricet - research automation framework, project overview, claude-flow mcp, workflow habits and file organization.

lucafusarbassini/research-automation · 904 tokens

shannon-prover CLAUDE.md

Claude Code instructions for SkyShannonProver/shannon-prover, covering shannon prover: claude entry point, current boundary, easycrypt environment, eval safety and current documentation.

SkyShannonProver/shannon-prover · 586 tokens

SciCrucible CLAUDE.md

Claude Code instructions for Xinyang-Li666/SciCrucible, covering 科学知识库, 知识库结构, 可用命令, 项目目录 and 工作原则.

Xinyang-Li666/SciCrucible · 1,107 tokens

torchcell CLAUDE.md

Claude Code instructions for Mjvolk3/torchcell, covering vision -- the virtual cell (north star), for local configs, git worktrees, programming guide and provenance & reproducibility.

Mjvolk3/torchcell · 12,957 tokens