manim-coding-skill copilot-instructions.md

manim-coding-skill copilot-instructions.md is an instructions file for GitHub Copilot from shihabshahrier/manim-coding-skill. It costs 257 tokens per session, scanned A, original, MIT.

Instructions for creating STEM animations with ManimGL, a Python animation tool for mathematical and scientific visuals. They define a five-stage workflow for planning scenes, rendering video chunks, and joining them into a final video.

In plain words
What is it for?
Use them when the user asks for a STEM animation or invokes /test-manim, including planning the story, writing scene files, rendering, merging, and producing a report.
Why use it?
They give the agent a fixed process and the correct ManimGL names and references, reducing mistakes caused by using the similar but different Manim Community Edition API.

Instructions file for GitHub Copilot

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 instructions/shihabshahrier/manim-coding-skill/copilot-instructions
Clone the repo
git clone --depth 1 https://github.com/shihabshahrier/manim-coding-skill

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 manim-coding-skill copilot-instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/shihabshahrier/manim-coding-skill/copilot-instructions.svg)](https://agentmods.dev/instructions/shihabshahrier/manim-coding-skill/copilot-instructions)
Your own site
<a href="https://agentmods.dev/instructions/shihabshahrier/manim-coding-skill/copilot-instructions"><img src="https://agentmods.dev/badge/instructions/shihabshahrier/manim-coding-skill/copilot-instructions.svg" alt="Measured on agentmods" height="20"></a>
Per session 257 This file is loaded in full into every session.
When invoked 257 The same file — it is already loaded in full.
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.00257 $0.00257
Opus 5 $0.00129 $0.00129
Sonnet 5 $0.00051 $0.00051
Haiku 4.5 $0.00026 $0.00026

Measured 5d ago against content hash 27c262fa48b5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

manim-coding-skill copilot-instructions.md 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 5d 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.

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.

.github/copilot-instructions.md · 16 lines

What it actually says

When user says /test-manim or asks to create a STEM animation, follow the skill at skills/test-manim/SKILL.md.

Invocation: /test-manim "topic" [--duration 30|60|90|120] [--model name]

5 phases (never skip, never reorder):

  1. Scaffold project: manim-{model}/{topic_slug}/scenes/ output/ assets/ SCENE_PLAN.md render.sh merge.sh
  2. Write SCENE_PLAN.md (narrative arc: hook → build → resolution) before any code
  3. Batch-write all scenes/chunk_NN_name.py files using ManimGL
  4. Run render.sh (manimgl, -w -q --hd, per chunk)
  5. Run merge.sh (ffmpeg concat) → final video + report

ManimGL onlyfrom manimlib import *, ShowCreation, TexText, Tex. Never ManimCE names (Create, Text, MathTex).

Load skills/test-manim/references/manim-gl-api.md when writing scene code. Load skills/test-manim/references/storytelling.md when planning narrative.

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. 5d ago First seen · 16 lines · 257 tokens per session scan A 27c262fa48b5

Subscribe to this mod's changes

manim-coding-skill copilot-instructions.md is an instructions file published in the GitHub repository shihabshahrier/manim-coding-skill (2 stars, last pushed 2mo ago), licensed MIT. It adds 257 tokens to every session, about $0.0013 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-31.

Related

Other instructions, from other repositories

aurora-agent AGENTS.md

AGENTS.md instructions for AURORA-NEURO/aurora-agent, covering aurora agent, what we can never compromise on, 1. honest labelling is the product, 2. invariants belong in the type system, not in comments and 3. determinism, byte for byte.

AURORA-NEURO/aurora-agent · 2,081 tokens

Eureka GEMINI.md

Instructions for jeonnoin-alt/Eureka, a project described as: Scientific TDD for AI coding agents: pre-registration before data, claims audit before submission, external novelty gate, reproducibility. Claude Code + 4 platforms.

jeonnoin-alt/Eureka · 27 tokens

daily_arxiv_digest CLAUDE.md

Instructions for yang3kc/daily_arxiv_digest, a project described as: Daily digest of interesting arXiv papers — an unattended LLM pipeline for cron, plus a zero-dependency agent skill your AI agent runs itself.

yang3kc/daily_arxiv_digest · 5 tokens

douchebag CLAUDE.md

Claude Code instructions for Stronger197/douchebag, covering claude.md — douchebag, what douchebag is, two key design decisions, 1. levels are scope, not strength and repo structure and what owns what.

Stronger197/douchebag · 3,338 tokens

douchebag AGENTS.md

AGENTS.md instructions for Stronger197/douchebag: @./skills/douchebag/SKILL.md @./skills/douchebag-commit/SKILL.md @./skills/douchebag-review/SKILL.md @./skills/douchebag-help/SKILL.md.

Stronger197/douchebag · 48 tokens

douchebag GEMINI.md

Gemini CLI instructions for Stronger197/douchebag: @./skills/douchebag/SKILL.md @./skills/douchebag-commit/SKILL.md @./skills/douchebag-review/SKILL.md @./skills/douchebag-help/SKILL.md.

Stronger197/douchebag · 48 tokens