video-production-buddy/video-production-buddy
Skill Claude CodeCodex
Use when implementing Disney's 12 animation principles with Lottie animations exported from After Effects.
video-production-buddy/video-production-buddy
Skill Claude CodeCodex
Use when implementing Disney's 12 animation principles with Lottie animations exported from After Effects.
video-production-buddy/video-production-buddy
Skill Claude CodeCodex
AI video generation with LTX-2.3 22B — text-to-video, image-to-video clips for video production. Use when generating video clips, animating images, creating b-roll, animated backgrounds, or motion content. Triggers include video generation, animate image, b-roll, motion, video clip, text-to-video, image-to-video.
video-production-buddy/video-production-buddy
Skill Claude CodeCodex
Trigger when: (1) User wants to create an educational/explainer video, (2) User has a vague concept they want visualized, (3) User mentions "3b1b style" or "explain like 3Blue1Brown", (4) User wants to plan a Manim video or animation sequence, (5) User asks to "compose" or "plan" a math/science visualization.…
video-production-buddy/video-production-buddy
Skill Claude CodeCodex
Trigger when: (1) User mentions "manim" or "Manim Community" or "ManimCE", (2) Code contains from manim import , (3) User runs manim CLI commands, (4) Working with Scene, MathTex, Create(), or ManimCE-specific classes. Best practices for Manim Community Edition - the community-maintained Python animation engine.…
video-production-buddy/video-production-buddy
Skill Claude CodeCodex
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…
video-production-buddy/video-production-buddy
Skill Claude CodeCodex
Generate music using ElevenLabs Music API. Use when creating instrumental tracks, songs with lyrics, background music, jingles, or any AI-generated music composition. Supports prompt-based generation, composition plans for granular control, and detailed output with metadata.
video-production-buddy/video-production-buddy
Skill Claude CodeCodex
Record browser interactions as video using Playwright. Use for capturing demo videos, app walkthroughs, and UI flows for Remotion videos. Triggers include recording a demo, capturing browser video, screen recording a website, or creating walkthrough footage.
video-production-buddy/video-production-buddy
Skill Claude CodeCodex
Design reusable 2D character pose libraries, action cycles, and expression states for data-driven animation.
video-production-buddy/video-production-buddy
Skill Claude CodeCodex
Best practices for Remotion - Video creation in React.
video-production-buddy/video-production-buddy
Skill Claude CodeCodex
Toolkit-specific Remotion patterns — custom transitions, shared components, and project conventions. For core Remotion framework knowledge (hooks, animations, rendering, etc.), see the remotion-official skill.
video-production-buddy/video-production-buddy
Skill Claude CodeCodex
Generate cinematic clips with ByteDance Seedance 2.0 — the preferred premium video model in Video Production Buddy when a paid gateway is configured. Use when: (1) producing trailers, teasers, hype edits, or premium cinematic clips, (2) needing native synchronized audio (speech, SFX, ambience) in a single pass, (3)…
video-production-buddy/video-production-buddy
Skill Claude CodeCodex
Guides users through setting up an ElevenLabs API key for ElevenLabs MCP tools. Use when the user needs to configure an ElevenLabs API key, when ElevenLabs tools fail due to missing API key, or when the user mentions needing access to ElevenLabs. First checks whether ELEVENLABSAPIKEY is already configured and valid…
video-production-buddy/video-production-buddy
Skill Claude CodeCodex
Generate sound effects from text descriptions using ElevenLabs. Use when creating sound effects, generating audio textures, producing ambient sounds, cinematic impacts, UI sounds, or any audio that isn't speech. Supports looping, duration control, and prompt influence tuning.
video-production-buddy/video-production-buddy
Skill Claude CodeCodex
Transcribe audio to text using ElevenLabs Scribe v2. Use when converting audio/video to text, generating subtitles, transcribing meetings, or processing spoken content.
video-production-buddy/video-production-buddy
Skill Claude CodeCodex
Use when sourcing stock images or video clips from Pexels or Pixabay APIs, including query construction, download behavior, licensing metadata, and asset-pipeline integration.
video-production-buddy/video-production-buddy
Skill Claude CodeCodex
Animate SVG character rigs with GSAP, CSS transforms, Remotion frame control, and HyperFrames-compatible browser previews.
video-production-buddy/video-production-buddy
Skill Claude CodeCodex
Use for CLI and terminal demo videos where synthetic rendering is better than live capture. Covers Remotion TerminalScene authoring, pacing to narration, and when to use real screen recording instead.
video-production-buddy/video-production-buddy
Skill Claude CodeCodex
Build scalable design systems with Tailwind CSS v4, design tokens, component libraries, and responsive patterns. Use when creating component libraries, implementing design systems, or standardizing UI patterns.
video-production-buddy/video-production-buddy
Skill Claude CodeCodex
Use when routing standalone ad-hoc text generation to Qwen or MiniMax provider tools, including setup, model choice, cost discipline, output persistence, and the boundary that the agent remains the primary reasoner.
video-production-buddy/video-production-buddy
Skill Claude CodeCodex
Generate speech audio from text using HeyGen's Starfish TTS model. Use when: (1) Generating standalone speech audio files from text, (2) Converting text to speech with voice selection, speed, and pitch control, (3) Creating audio for voiceovers, narration, or podcasts, (4) Working with HeyGen's /v1/audio endpoints…
video-production-buddy/video-production-buddy
Skill Claude CodeCodex
Three.js animation - keyframe animation, skeletal animation, morph targets, animation mixing. Use when animating objects, playing GLTF animations, creating procedural motion, or blending animations.
video-production-buddy/video-production-buddy
Skill Claude CodeCodex
Three.js scene setup, cameras, renderer, Object3D hierarchy, coordinate systems. Use when setting up 3D scenes, creating cameras, configuring renderers, managing object hierarchies, or working with transforms.
video-production-buddy/video-production-buddy
Skill Claude CodeCodex
Three.js geometry creation - built-in shapes, BufferGeometry, custom geometry, instancing. Use when creating 3D shapes, working with vertices, building custom meshes, or optimizing with instanced rendering.
video-production-buddy/video-production-buddy
Skill Claude CodeCodex
Three.js interaction - raycasting, controls, mouse/touch input, object selection. Use when handling user input, implementing click detection, adding camera controls, or creating interactive 3D experiences.