remotion-video-director
Interactive Claude Code skill for creating Remotion videos through expert-guided deliberation
File Explorer
- component-library.md
- expert-definitions.md
- music-and-audio.md
- remotion-patterns.md
- video-archetypes.md
- promo.gif
- promo.mp4
- README.md
- SKILL.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
npx
View Details ▼
npx
This command is an alias of `npm exec`.
tldr npm exec
View documentation for the original command:
xattr
View Details ▼
xattr
Utility to work with extended filesystem attributes.
xattr -l {{file}}
List key:value extended attributes for a given file:
xattr -w {{attribute_key}} {{attribute_value}} {{file}}
Write an attribute for a given file:
xattr -d {{com.apple.quarantine}} {{file}}
Delete an attribute from a given file:
// repository documentation
Was this content helpful?
(0 ratings)
