Squire remotion

install
source · Clone the upstream repo
git clone https://github.com/eddiebelaval/squire
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/eddiebelaval/squire "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/remotion" ~/.claude/skills/eddiebelaval-squire-remotion && rm -rf "$T"
manifest: skills/remotion/SKILL.md
source content

name: remotion-best-practices description: Best practices for Remotion - Video creation in React metadata: tags: remotion, video, react, animation, composition slug: remotion category: operations complexity: complex version: "1.0.0" author: "id8Labs" triggers:

  • "remotion"
  • "remotion" tags:
  • development
  • tool-factory-retrofitted---

Core Workflows

Workflow 1: Primary Action

  1. Analyze the input and context
  2. Validate prerequisites are met
  3. Execute the core operation
  4. Verify the output meets expectations
  5. Report results

When to use

Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge.

How to use

Read individual rule files for detailed explanations and code examples: