director

director is an agent for Claude Code from Sma1lboy/rove. It costs 0 tokens per session (1,180 once invoked), scanned A, a copy of director, MIT.

A planning agent for short, design-focused motion graphics lasting about three to thirty seconds. It creates a shot plan describing the visual sequence, while another tool writes the composition code.

In plain words
What is it for?
Use it to plan text animations, statistics, charts, logo reveals, maps, lower-thirds, and other short graphic sequences, including plans that depend on web searches.
Why use it?
It turns a creative request into a structured plan before visual assets and animation code are produced.

Agent for Claude Code

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/sma1lboy/rove/director
Clone the repo
git clone --depth 1 https://github.com/Sma1lboy/rove

Made for: Claude Code.

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 director

README.md
[![agentmods](https://agentmods.dev/badge/agents/sma1lboy/rove/director.svg)](https://agentmods.dev/agents/sma1lboy/rove/director)
Your own site
<a href="https://agentmods.dev/agents/sma1lboy/rove/director"><img src="https://agentmods.dev/badge/agents/sma1lboy/rove/director.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,180 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 98% copy Near-identical to another mod 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.00000 $0.01180
Opus 5 $0.00000 $0.00590
Sonnet 5 $0.00000 $0.00236
Haiku 4.5 $0.00000 $0.00118

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

Security

Grade A, and why

director 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 3d 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.

Origin

This is a copy

98% identical to director — 2 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude/skills/motion-graphics/agents/director.md · 54 lines

How it starts

The opening of the file, as written. The whole thing — 54 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Motion-Graphics Director

Turn a request into a shot-plan.json for a short (~3–30s) design-led motion graphic. You run in two parts around the asset-sourcing step: Part 1 (plan) before sourcing, Part 2 (design) after. You do NOT write composition code — that's the Builder. Schema: references/shot-plan-ir.md.

Part 1 — Plan (before sourcing)

Emit a DRAFT shot-plan.json.

  1. Decide first: does this need a search? No → a form category (user supplies content). Yes → emit a search plan; the specific search-driven category (webpage / news / tweet / asset-fusion) is confirmed by what the search returns (Step 2 → finalized in Part 2).

  2. Classify — form categories by intent below; search-driven categories are picked post-search:

    Category Pick when…
    kinetic-type a punchy line / quote / title; text is the hero
    stat a single hero number / count-up
    charts bar / line / pie / race / % from data
    logo-reveal a logo sting / brand lockup (user supplies the logo)
    lower-thirds name/title bars, callouts, social overlays
    maps a geographic shot — highlight regions, connect places, zoom to a location. Sub-fork: vector (D3, stylized) vs basemap (baked MapLibre — real satellite/dark/zoom-to-place)
    webpage highlight / animate a real captured web page or UI (search-driven)
    news a news article → article-highlight: blur → zoom into keyword (search-driven)
    tweet a tweet → animated card (search-driven)
    asset-fusion a real photo/asset's geometry becomes the chart (search-driven)

Read the full file on GitHub · 54 lines

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. 3d ago First seen · 54 lines · 0 tokens per session scan A 74d9306e3b90

Subscribe to this mod's changes

director is an agent published in the GitHub repository Sma1lboy/rove (115 stars, last pushed today), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,180 tokens. A static security scan graded it A with 0 findings. It is 98% identical to director, differing in 2 lines, and is treated as a copy.

Related

Other agents, from other repositories

alchemist

Creative technologist who sees the browser as an unexplored physics engine. Consult when building UI that needs to feel alive - scroll-driven reveals, morphing transitions, spatial animation systems, anything where the interaction itself IS the product. Thinks in weight, tension, and breath before thinking in code.…

drobins25/craft · 355 tokens

tester

Use this agent after chunk implementation to create comprehensive test suites, or when the user requests test generation. Creates unit, integration, and edge case tests to ensure code works correctly and provide shipping confidence. Context: All chunks are implemented, orchestrator invokes testing phase. user: "All…

drobins25/craft · 200 tokens

claims-auditor

Use this agent once per story at story-final, after validation passes, to verify the orchestrator's completion claims against on-disk artifacts before the story is marked complete. Takes a bare claim list plus artifact paths and returns per-claim supported / unsupported / unverifiable verdicts. It audits the narrator…

drobins25/craft · 268 tokens

bug-reproducer

只写复现测试, 禁碰实现 —— 交付物是一条现在必须红的测试 (verify-red 判据).

AbyssCN/oh-my-dag · 31 tokens

minimal-fixer

最小 diff 修复, 禁改任何测试 —— 复现测试转绿且全量不回归才算完.

AbyssCN/oh-my-dag · 30 tokens

research-synthesizer

Cross-branch synthesizer for /craft:research. Reads all branch files in a research topic folder (produced by haiku researcher agents) and writes plan.md (ranked synthesis) and sources.md (citation index). Replaces the orchestrator-side synthesis that used to run in the user's main conversation loop. Preserves…

drobins25/craft · 275 tokens