Filmmaker logo

Filmmaker

Community
dylantarre
filmmaker

Use when creating cinematic sequences, narrative animations, or when applying animation principles to video storytelling and visual narrative.

Overview

Publisherdylantarre
Repositoryanimation-principles
Skill namefilmmaker
Stars
84
Forks
12
Bundled files
Instructions only
LicenseMIT
Links
  • Markdown instructions

    A SKILL.md file the model loads on demand, so it only costs tokens when a request actually matches.

  • Works with any LLM

    AI skills are plain Markdown, not provider-specific code, so this works with GPT, Claude, Gemini, Grok, or a local model.

  • Self-contained

    Everything the model needs lives in the instructions — no extra files to sync.

  • Open source

    Published by dylantarre on GitHub. Read the source before you install it.

Installation

Install the Filmmaker AI skill in TypingMind to use it with any LLM, or drop it into another agent that reads SKILL.md.

1

Install in TypingMind

TypingMind installs a skill straight from its GitHub folder — it reads SKILL.md, bundles the resource files, and stores the result locally.

  1. Open the app and go to Plugins → Skills.
  2. Choose "Install from GitHub".
  3. Paste the skill folder URL below and confirm.
  4. Enable the skill in any chat where you want it available.
Plugins → Skills → Add skill → From GitHub URL, then paste the folder URL and press Continue.
2

Install in another agent

Any agent that reads the Agent Skills format can use this skill — copy the folder into that agent's skills directory.

Claude Code — .claude/skills
git clone --depth 1 https://github.com/dylantarre/animation-principles.git /tmp/animation-principles
mkdir -p .claude/skills
cp -r /tmp/animation-principles/skills/03-by-role-persona/filmmaker .claude/skills/filmmaker
Restart Claude Code after copying so it picks up the new skill.

Use it in TypingMind

Enable Filmmaker in any TypingMind chat and the model takes it from there. Its name and description sit in the system prompt, and the moment a request matches, the model loads the full instructions itself — you never invoke it by hand, and it costs no tokens until it is actually used.

The model loads Filmmaker on its own as soon as a request matches it.

Works with any AI model

AI skills are plain Markdown instructions rather than provider-specific code, so Filmmaker is not tied to the model it was written for. Install it once in TypingMind and use it with GPT-5, Claude, Gemini, Grok, DeepSeek, Mistral, Llama, or a local model you run yourself — all on your own API keys.

  • Loaded only when it is needed

    The system prompt carries just the name and description. The instructions are fetched on the first matching request, so an idle skill costs nothing.

  • Switch models mid-chat

    Because the skill is instructions rather than code, changing model does not break it — the next model reads the same SKILL.md.

Skill instructions

This is the SKILL.md content the model loads. Read it before installing — a skill is instructions your model will follow.

Filmmaker: Cinematic Animation Craft

You are a filmmaker using animation to tell stories. Apply Disney's 12 principles to create emotionally resonant, visually compelling narratives.

The 12 Principles for Cinematic Storytelling

1. Squash and Stretch

Narrative Use: Emotional elasticity. Characters physically embody emotional states—deflated in sadness, inflated in joy. Objects reflect story weight. Cinematic Moment: The hero's shoulders compress under burden, then expand with resolve.

2. Anticipation

Narrative Use: Build tension and setup payoffs. The longer the anticipation, the bigger the expected action. Subvert for comedy or shock. Cinematic Moment: Extended wind-up before the knockout punch. Quick cut subverts for surprise horror.

3. Staging

Narrative Use: Visual storytelling through composition. What's in frame, what's lit, what moves—all narrative choices. Background/foreground relationships tell story. Cinematic Moment: Villain emerges from shadow while hero stands in harsh light.

4. Straight Ahead vs Pose to Pose

Narrative Use: Straight ahead for scenes requiring spontaneity—improvised dialogue, chaotic action. Pose to pose for choreographed sequences—dance, fight scenes. Cinematic Moment: Romantic improv feels alive (straight ahead). Action climax hits beats precisely (pose to pose).

5. Follow Through and Overlapping Action

Narrative Use: Physical continuity sells reality. Costume, hair, props move authentically. Also applies to emotional follow-through—reactions trail events. Cinematic Moment: News of death—character freezes, then delayed crumble as reality follows.

6. Slow In and Slow Out

Narrative Use: Pacing within shots. Slow ease-in builds anticipation. Slow ease-out extends emotional beats. Sharp timing for comedy, gentle for drama. Cinematic Moment: Camera slowly pushes in on face, then slowly pulls back to reveal.

7. Arc

Narrative Use: Movement paths that feel natural. Crane shots, dolly moves, character blocking—all follow arcs. Also: character arcs mirror physical arcs. Cinematic Moment: Camera arcs around embracing lovers. Character's emotional journey from low to high.

8. Secondary Action

Narrative Use: Environmental storytelling. While dialogue happens (primary), background tells story (secondary). Nervous hand fidgeting, telling prop interaction. Cinematic Moment: Character says "I'm fine" while hands shake pouring coffee.

9. Timing

Narrative Use: Rhythm and pacing. Fast cutting for tension. Long takes for intimacy. Timing of reveals, beats, reactions—the editor's art. Cinematic Moment: Three-beat comedy timing. Dramatic pause before revelation.

10. Exaggeration

Narrative Use: Tonal control. Subtle exaggeration for realism (10% push). Bold exaggeration for stylization (Wes Anderson). Match exaggeration to genre. Cinematic Moment: Action hero walks away from explosion without flinching—exaggerated cool.

11. Solid Drawing

Narrative Use: Spatial coherence across cuts. 180-degree rule. Consistent eyelines. Screen direction. Geography that makes sense. Cinematic Moment: Chase sequence maintains directional logic across dozen cuts.

12. Appeal

Narrative Use: Characters and worlds audiences want to spend time in. Visual beauty serving story. Charismatic movement and design. Cinematic Moment: Opening shot that pulls viewers into the world—they're hooked.

Cinematic Checklist

  • Every frame advances story or character
  • Motion motivated by emotion or intention
  • Technical craft invisible to audience
  • Serves the story, not the ego

Frequently asked questions

What does the Filmmaker AI skill do?

Use when creating cinematic sequences, narrative animations, or when applying animation principles to video storytelling and visual narrative.

Why use Filmmaker on TypingMind?

Because you install it once and use it with any model. Filmmaker is plain Markdown rather than provider-specific code, so the same skill runs on GPT-5, Claude, Gemini, Grok, or a local model — and you can switch model mid-chat without it breaking. TypingMind runs on your own API keys, so you pay providers directly instead of a per-seat subscription, and your skills and chats stay in your own storage.

How do I install Filmmaker in TypingMind?

Open Plugins → Skills → Install from GitHub in TypingMind and paste https://github.com/dylantarre/animation-principles/tree/main/skills/03-by-role-persona/filmmaker. TypingMind reads its SKILL.md and installs it as a skill you can enable per chat.

Which AI models can use Filmmaker?

Any model you connect in TypingMind. AI skills are plain Markdown instructions rather than provider-specific code, so GPT, Claude, Gemini, Grok, and local models can all load this skill when a request matches it.

How many AI models can I use with Filmmaker?

As many as you like. As long as a model supports skills, you can use Filmmaker with it — GPT, Claude, Gemini, Grok, DeepSeek, Mistral, Llama and more — all on TypingMind with your own API keys.

Is the Filmmaker AI skill free?

Yes. It is published on GitHub by dylantarre under the MIT license. You only pay your own AI provider for the tokens you use.

What are AI skills?

An AI skill is a reusable instruction bundle that teaches an AI model how to do one specific task. It follows the open Agent Skills format: a SKILL.md file with a name and description, plus any scripts, templates or reference files the model may need. The model reads the instructions only when your request matches the skill, so an installed skill costs nothing until it is used.

How are AI skills different from plugins or MCP servers?

A plugin or MCP server gives a model new tools to call — code that runs somewhere and returns a result. An AI skill gives the model knowledge and process instead: how to approach a task, which steps to follow, what good output looks like. Skills are plain Markdown, so they need no server, no API key and no runtime, and they work with any model.

View all

Set up your own AI workspace now

Get notified about new features and future giveaways by subscribing to our newsletter 👇