StoryMind: Skill for Claude Code

.agents/skills/manimce-best-practices/SKILL.md

manimce-best-practices is a skill for Claude Code, Codex from LinHao-city/StoryMind. It costs 149 tokens per session (1,567 once invoked), scanned A, original, AGPL-3.0.

A best-practices guide for Manim Community Edition, a community-maintained Python tool for making animations with code.

In plain words
What is it for?
Use it when working with Manim code, Scene objects, MathTex, Create, or ManimCE commands.
Why use it?
It helps avoid common mistakes when writing Manim scenes or using the Manim command-line tools.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

This is LinHao-city/StoryMind's own configuration. It tells Claude Code and Codex how to work on StoryMind itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything StoryMind configures →

Reuse

Borrowing it

Nothing to install: this file belongs to LinHao-city/StoryMind. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/LinHao-city/StoryMind/main/.agents/skills/manimce-best-practices/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/LinHao-city/StoryMind

Made for: Claude Code, Codex.

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 manimce-best-practices

README.md
[![agentmods](https://agentmods.dev/badge/skills/linhao-city/storymind/manimce-best-practices/github.svg)](https://agentmods.dev/skills/linhao-city/storymind/manimce-best-practices)
Your own site
<a href="https://agentmods.dev/skills/linhao-city/storymind/manimce-best-practices"><img src="https://agentmods.dev/badge/skills/linhao-city/storymind/manimce-best-practices/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for manimce-best-practices

Your own site · 80×15
<a href="https://agentmods.dev/skills/linhao-city/storymind/manimce-best-practices"><img src="https://agentmods.dev/badge/skills/linhao-city/storymind/manimce-best-practices.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 149 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,567 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00149 $0.01567
Opus 5 $0.00075 $0.00783
Sonnet 5 $0.00030 $0.00313
Haiku 4.5 $0.00015 $0.00157

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

Security

Grade A, and why

manimce-best-practices 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 11d ago.

The scan reads SKILL.md. This mod also ships 12 executable files (examples/3d_visualization.py, examples/attention/__init__.py, examples/attention/helpers.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

.agents/skills/manimce-best-practices/SKILL.md · 152 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

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. 11d ago First seen · 152 lines · 149 tokens per session scan A ae09751ec9e3

Subscribe to this mod's changes

manimce-best-practices is a skill published in the GitHub repository LinHao-city/StoryMind (7 stars, last pushed 2mo ago), licensed AGPL-3.0. It adds 149 tokens to every session and 1,567 once invoked, about $0.0007 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 skills, from other repositories

manimgl-best-practices

Trigger when: (1) User mentions "manimgl" or "ManimGL" or "3b1b manim", (2) Code contains from manimlib import , (3) User runs manimgl CLI commands, (4) Working with InteractiveScene, self.frame, self.embed(), ShowCreation(), or ManimGL-specific patterns. Best practices for ManimGL (Grant Sanderson's 3Blue1Brown…

calesthio/OpenMontage · 167 tokens

Ferramenta Python de Divisão de Áudio com GUI e FFmpeg Local

Cria um script Python completo com interface gráfica (Tkinter) para dividir arquivos de áudio em segmentos, utilizando um executável FFmpeg localizado na mesma pasta do script.

ECNU-ICALK/AutoSkill · 51 tokens

python-package-management

Guide for managing packages in the Agent Framework Python monorepo, including creating new connector packages, versioning, and the lazy-loading pattern. Use this when adding, modifying, or releasing packages.

microsoft/agent-framework · 43 tokens

temporal-python-testing

Test Temporal workflows with pytest, time-skipping, and mocking strategies. Covers unit testing, integration testing, replay testing, and local development setup. Use when implementing Temporal workflow tests or debugging test failures.

wshobson/agents · 45 tokens

python-feature-lifecycle

Guidance for package and feature lifecycle in the Agent Framework Python codebase, including stage meanings, feature-stage decorators, feature enums, and how to move APIs from one stage to the next.

microsoft/agent-framework · 43 tokens

python-code-quality

Code quality checks, linting, formatting, and type checking commands for the Agent Framework Python codebase. Use this when running checks, fixing lint errors, or troubleshooting CI failures.

microsoft/agent-framework · 40 tokens