Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问clear审计通过

manim-personal-style马尼姆个人风格

Agent Skill

manim-personal-style 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

259

周安装

11

GitHub Stars

2

下载量

91
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:manim-personal-style(马尼姆个人风格)
来源仓库:https://github.com/ermaotie/manim-personal-style
仓库路径:skills/manim-personal-style
安装命令:
npx skills add https://github.com/ermaotie/manim-personal-style --skill manim-personal-style
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/ermaotie/manim-personal-style --skill manim-personal-style

简介

用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词快速定位结果。
  • 通过 npx 命令从指定仓库安装并使用。
  • 需确认权限范围和维护状态,避免触发联网或文件操作。
  • manim-personal-style 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Manim Personal Style

Combine scene composition (narrative-first planning) with ManimCE implementation best practices.

Workflow

Phase 0: Understand the request

  • Ask targeted questions to capture audience, scope, length, style, assets, math depth, visual metaphors, narration, delivery format (mp4/gif), resolution/quality, and constraints (timeline, render limits).
  • If the topic is specialized or likely outdated, do quick research before planning.
  • Confirm any required brand or color palette.

Phase 1: Draft scenes.md (required before code)

  • Always create scenes.md first (use templates/scenes-template.md).
  • Break the video into clear scenes with purpose, visuals, narration notes, and technical notes.
  • Include transitions, recurring motifs, and a color palette.
  • If the user wants to skip planning, still provide a minimal scenes.md and ask for approval.
  • After generating scenes.md, provide a concise overall summary plus per-scene highlights so the user can adjust.

Phase 1.5: Draft scene_with_position.md (required before code)

  • After scenes.md, create scene_with_position.md (use templates/scene-with-position-template.md).
  • For every scene, enumerate all objects, their sizes and positions in frame coordinates.
  • Perform a layout validation: confirm every object stays within the frame bounds and does not overlap others unless explicitly intended.
  • If bounds or overlaps fail, adjust positions/sizes and document the changes.
  • Ask for approval on the layout plan before coding.

Phase 2: Review and lock the plan

  • Ask the user to approve or edit the plan.
  • Validate the plan against user requirements (length, style, audience, delivery format, constraints) and explicitly confirm fit or list mismatches for correction.
  • Only proceed to code after explicit approval or clear confirmation to continue.

Phase 3: Implement with ManimCE best practices

  • Translate each scene into ManimCE code using from manim import *.
  • Prefer one Python file per scene or grouped logically; keep scene names aligned to the plan.
  • Use templates in templates/ to start each scene.
  • Follow the rules in rules/ for animations, timing, text/LaTeX, camera, and styling.
  • Reuse and transform mobjects for continuity; avoid abrupt replacements.
  • If rendering produces multiple video segments, merge them into a single final video without asking.

scenes.md Requirements

  • Must be generated before any code.
  • Must include: overview, narrative arc, scene list with durations, visual elements, narration notes, technical notes, transitions, palette, math content, and implementation order.
  • Save at scenes.md in the working directory unless the user specifies another path.

scene_with_position.md Requirements

  • Must be generated after scenes.md and before any code.
  • Must include for each scene: object list, sizes, positions, anchors, z-order (if relevant), and layout checks.
  • Must include explicit boundary checks (frame width/height or safe margins) and overlap checks.
  • If any conflicts exist, record the adjustments made to resolve them.
  • Save at scene_with_position.md in the working directory unless the user specifies another path.

References (use as needed)

Composition (3b1b-style planning)

  • references/narrative-patterns.md - Narrative arcs and hooks
  • references/visual-techniques.md - Visualization techniques
  • references/scene-examples.md - Example scenes.md fragments
  • templates/scenes-template.md - scenes.md template
  • templates/scene-with-position-template.md - scene_with_position.md template

ManimCE Best Practices

  • rules/scenes.md, rules/animations.md, rules/mobjects.md - core usage
  • rules/text.md, rules/latex.md, rules/text-animations.md - typography/math
  • rules/positioning.md, rules/grouping.md - layout
  • rules/axes.md, rules/graphing.md, rules/3d.md - plotting and 3D
  • rules/camera.md, rules/timing.md, rules/updaters.md - motion control
  • rules/styling.md, rules/colors.md, rules/shapes.md, rules/lines.md - look & feel
  • rules/cli.md, rules/config.md - rendering & config

Examples & Templates

  • examples/ - working ManimCE examples
  • templates/basic_scene.py - standard scene
  • templates/camera_scene.py - MovingCameraScene
  • templates/threed_scene.py - ThreeDScene

Output Expectations

  • Start with scenes.md and request approval.
  • After scenes.md, create scene_with_position.md and request approval.
  • After approval, provide ManimCE implementation with clear scene mapping.
  • After scenes.md, include a short summary + scene-by-scene detail, and invite adjustments.
  • Validate the total video plan and each scene against user requirements (e.g., duration, style, assets) before coding.
  • If output is split across multiple video files, merge into one final video for delivery.
  • Keep code modular and readable; prefer constants for colors and timing.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

27.18%
按下载量换算25

Codex

21.47%
按下载量换算20

windsurf

18.08%
按下载量换算16

trae

11.76%
按下载量换算11

qoder

7.11%
按下载量换算6

OpenCode

3.42%
按下载量换算3

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills