remotion-best-practices
๐ฏSkillfrom coleam00/archon
A best practices skill for Remotion, the React-based video creation framework, covering animations, 3D content with Three.js, audio visualization, captions/subtitles, FFmpeg operations, and composition techniques.
Same repository
coleam00/archon(14 items)
Installation
npx vibeindex add coleam00/archon --skill remotion-best-practicesnpx skills add coleam00/archon --skill remotion-best-practices~/.claude/skills/remotion-best-practices/SKILL.mdSKILL.md
More from this repository10
A skill for running Archon, a remote agentic coding platform that executes AI workflows in isolated git worktrees for parallel development. Supports creating and managing workflow YAML files, commands, and configuration through an interactive CLI.
Archon is a workflow engine for AI coding agents that lets you define development processes (planning, implementation, validation, code review, PR creation) as YAML workflows, ensuring deterministic and repeatable AI-assisted development across projects.
A development workflow skill for the Archon project that routes tasks to 10 specialized cookbooks covering research, investigation, PRD writing, planning, implementation, code review, debugging, commits, pull requests, and issue management.
A Claude Code skill from Archon that saves the current session's task list for reuse across future sessions, mapping task list IDs to sessions and providing startup commands for restoring task context.
Interactively sets up Dockerfile.user and docker-compose.override.yml to let users add personal tools to their Docker environment without affecting maintainer files or committing user-specific config to git.
A skill for performing comprehensive end-to-end validation of the Archon Web UI by combining browser automation (via agent-browser CLI) with codebase review to find UI/UX bugs, test workflow management, and verify parallel agent orchestration. It produces a detailed bug and UX report covering all major interface sections.
Verifies that a released Archon binary works end-to-end through specific install paths like Homebrew, curl, or local builds, used for release validation and bug reproduction.
A workflow engine for AI coding agents that encodes development processes as YAML workflows with deterministic phases, isolated git worktrees, and composable AI and deterministic nodes for repeatable, fire-and-forget task execution.
Creates Archon releases from the dev branch by generating changelog entries from commits, bumping the version, and creating a PR to main.
Autonomously scans the codebase for CLAUDE.md rule violations, fixes the highest-impact ones in an isolated worktree, runs validation, and creates a PR with the fixes.