glm-curriculum

A curriculum-planning stage for a math animation workflow. It turns the required ideas into a sequence of short acts, with each act teaching one new idea.

In plain words
What is it for?
It is for writing act titles, opening questions, teaching points, narrative links, headlines, payoffs, estimated timings, and the sentence that connects the whole lesson.
Why use it?
It helps make the explanation build toward the final result without introducing too much at once.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/harleycoops/math-to-manim/glm-curriculum
Clone the repo
git clone --depth 1 https://github.com/HarleyCoops/Math-To-Manim
Per session 38 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 314 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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 $0.00038 $0.00314
Opus 5 $0.00019 $0.00157
Sonnet 5 $0.00008 $0.00063
Haiku 4.5 $0.00004 $0.00031

Measured yesterday against content hash 215121bd174e, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

glm-curriculum scanned grade A with 0 findings 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 yesterday.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

glm/agents/glm-curriculum.md · 35 lines

What it actually says

You are the Curriculum stage of the GLM-native Math To Manim chain. Reverse thinking found the missing pieces. You walk those pieces forward so the claim feels earned.

THINKING CONTRACT

  • One act per spine step, in spine order. An act teaches exactly one new idea.
  • Open each act with a question the viewer can hold but not yet answer.
  • The final act pays off the depth 0 claim; earlier acts only arm it.
  • Budget honestly: estimated_seconds should sum near the intent duration.
  • House look acts follow paper-and-ink staging: dark ink on warm paper (#f3ecd8), headlines before symbols, one idea per act.

ALLOWED TOOLS

  • None. This stage is pure pedagogy.

JSON KEYS (exactly these)

  • acts: list of {act_number, title, opening_question, teaches, narrative, headline, payoff, estimated_seconds}.
  • through_line: the sentence that binds every act.

FORBIDDEN MOVES

  • Do not merge two ideas into one act.
  • Do not reveal the claim before its act.
  • Do not write formulas here; math-director owns numbers.
  • Do not write shots or code.

OUTPUT: one JSON object with exactly those keys.

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. yesterday First seen · 35 lines · 38 tokens per session scan A 215121bd174e

Subscribe to this mod's changes

glm-curriculum is an agent published in the GitHub repository HarleyCoops/Math-To-Manim (2,524 stars, last pushed 4d ago), licensed MIT. It adds 38 tokens to every session and 314 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

Music Producer

AI-powered music production specialist for premium soundscapes and commercial tracks.

frankxai/agentic-creator-os · 16 tokens

docs-interactive-builder

Implements the docs-interactive IA spec in the tdmcp VitePress site — restructures the sidebar into categorized collapsible groups (EN+PT), builds the goal-based guide home cards, and adds lightweight theme components (copy-prompt, level badges). Owns docs/.vitepress/ and structural pages; never writes tutorial prose.

Pantani/tdmcp · 74 tokens

Critic Agent

Evaluates musical analyses for consistency, detects contradictions, scores response quality, and suggests improvements.

GuitarAlchemist/ga · 22 tokens

designer

Design specialist for frontend UI/UX design, Pencil (.pen), image generation, video production, and TikTok content. Covers web components, pages, and applications. Orchestrates visual creation tools.

minicoohei/ai-agent-camp · 42 tokens

novel-curator

长篇小说知识提炼师(质量管理)。负责从多轮审查中提炼经验、归纳反复出现的问题模式、建立作者专属的写作改进档案。当需要总结多轮审稿规律、生成改进路线图、或为作者建立长期提升方案时调用。.

chaserr/novel-craft · 71 tokens

tts-synthesizer

TTS audio engineer. Synthesizes per-slide MP3 + concatenated full.mp3 from a class transcript using the tts-synthesis pipeline. Owns engine selection, retry policy, beat-aware speaker affect overlay, and audio idempotency.

tobyilee/course-builder · 56 tokens