Remotion Toolkit Extensions
Skill VerifiedToolkit-specific Remotion patterns — custom transitions, shared components, and project conventions. For core Remotion framework knowledge (hooks, animations, rendering, etc.), see the `remotion-official` skill.
This extension offers a library of reusable video components like `AnimatedBackground` and `SlideTransition`, alongside custom scene transitions such as `glitch()` and `lightLeak()`. It also details project conventions and best practices for using Remotion, complementing core framework knowledge.
Versioning
- warning:Release ManagementThere is no manifest version, GitHub release tag, or CHANGELOG present in the provided files. Installation instructions would likely reference 'main' branch.
Installation
npx skills add digitalsamba/claude-code-video-toolkitRuns the Vercel skills CLI (skills.sh) via npx — needs Node.js locally and at least one installed skills-compatible agent (Claude Code, Cursor, Codex, …). Assumes the repo follows the agentskills.io format.
Similar Extensions
Remotion Best Practices
95Best practices for Remotion - Video creation in React
Tandem Panel Scaffold
100Scaffold an editable Tandem control panel app
ESLint Plugin React Hooks
99ESLint rules for React Hooks
Frontend Design
99Create distinctive, production-grade frontend interfaces with high design quality. Provides analysis tools for auditing existing designs and generation tools for creating color palettes, typography systems, design tokens, and component templates. Supports React, Vue, Svelte, and vanilla HTML/CSS. Use when building web components, pages, or applications. Keywords: design, UI, frontend, CSS, components, palette, typography, tokens, accessibility.
React PWA
98Extension from jwynia/agent-skills
Next.js Server vs. Client Components
98Guide for choosing between Server Components and Client Components in Next.js App Router. CRITICAL for useSearchParams (requires Suspense + 'use client'), navigation (Link, redirect, useRouter), cookies/headers access, and 'use client' directive. Activates when prompt mentions useSearchParams, Suspense, navigation, routing, Link component, redirect, pathname, searchParams, cookies, headers, async components, or 'use client'. Essential for avoiding mixing server/client APIs.