원클릭으로
Best practices for Remotion - Video creation in React
npx skills add https://github.com/dparedesi/agent-global-skills --skill remotion-best-practices이 명령을 Claude Code에 복사하여 붙여넣어 스킬을 설치하세요
Best practices for Remotion - Video creation in React
npx skills add https://github.com/dparedesi/agent-global-skills --skill remotion-best-practices이 명령을 Claude Code에 복사하여 붙여넣어 스킬을 설치하세요
Regenerate skill indexes for Cline. ONLY use when the user EXPLICITLY asks to "update skill index", "sync skills", "regenerate index", or "update cline_overview.md". Do NOT auto-invoke after creating/modifying skills.
Manage a personal knowledge capture system. Use when the user wants to capture ideas, track todos, organize projects, review their synap, or mentions "synap", "brain dump", "capture this", "add to my list", "what's on my plate", "what should I focus on", or "daily review".
Browser automation with persistent page state. Use when users ask to navigate websites, fill forms, take screenshots, extract web data, test web apps, or automate browser workflows. Trigger phrases include "go to [url]", "click on", "fill out the form", "take a screenshot", "scrape", "automate", "test the website", "log into", or any browser interaction request.
Manage Gmail inbox with AI-powered triage, cleanup, and restore. Use when the user mentions inbox, email triage, clean inbox, email cleanup, check email, email summary, delete emails, manage inbox, or wants to organize their email.
MANDATORY - You must load this skill before doing anything else. This defines how you operate.
Calculate the optimal token usage burn rate to reach exactly 100% usage by reset. Use when the user asks about token budget, usage limits, spending speed, or "will I run out". Supports Claude, Gemini, Codex, VS Code, and other providers.
| name | remotion-best-practices |
| description | Best practices for Remotion - Video creation in React |
| metadata | {"tags":"remotion, video, react, animation, composition"} |
Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge.
NEVER trim videos with one-off ffmpeg commands. Always use a script approach:
scripts/trim-videos.sh that trims ALL source filespublic/trimmed/ subfolder (keep originals untouched)See rules/troubleshooting.md for the full script template.
Read individual rule files for detailed explanations and code examples: