AI Agent Hub
Back to skills
Math Tutor icon

Math Tutor

Education Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Please install @user_44ebbd80/leotutor into your AI assistant by following https://skillhub.cn/install/skillhub.md.

About this skill

Problem

Math explanations often break down when geometry, subtitles, and narration are produced separately. A static answer may be correct, but the explanation can still miss construction steps, highlight timing, and audio sync. This skill targets a reproducible math-tutoring workflow rather than a single rendered figure.

Workflow

  • Math first: analyze the problem and derive geometric facts. The notes forbid coordinate-solving as the main method and prefer area relations, similarity, Pythagoras, rotation/reflection, or vector reasoning.
  • Visualization plan: use HTML and SVG to draw the figure, show the construction process, and create a storyboard with narration and caption exit rules.
  • Audio loop: generate TTS files such as audio_001_intro.wav, validate existence and nonzero duration, then write real durations back into the storyboard.
  • Manim code generation: produce script.py from the scaffold, ensure each scene calls add_sound(), keep animation at least as long as audio, and apply timed subtitle exit.
  • Layout discipline: use fixed zones, fact boards, transient registration, and cross-question inheritance helpers to avoid leftover objects and avoid wholesale FadeOut cleanup.

Scope and caveats

It is best for geometry proofs, construction demos, and narrated problem explanations. It is not a general coordinate-computation tool, and the workflow favors Text plus Unicode symbols over LaTeX, so complex formula styling may look more like annotated text than polished typesetting.

Use Cases

  • Break a geometry proof into reviewable storyboard scenes and produce captioned diagrams.
  • Draft SVG construction steps before video production, including narration and caption exits.
  • Validate a Manim script for geometry math, layout zones, audio calls, and cleanup helpers.
  • Write TTS durations back into the storyboard and check audio sync plus subtitle cleanup.

Best For

  • Math teachers who need reusable storyboard material for geometry proofs.
  • Tutors who need to demonstrate construction steps and highlight key facts in sync.
  • Educational content engineers who need verifiable Manim scripts and audio files.
  • Self-studying students who need construction, stepwise reasoning, and synced narration.