A Claude Code plugin marketplace with community skills. Install skills directly into Claude Code with a single command.
Platform note: These skills are developed and tested on Windows 11. They include workarounds for common Windows-specific issues (e.g.,
spawn ENOENT,spawn EINVALerrors withnpxcommands) but work equally well on macOS and Linux.
| Skill | Description |
|---|---|
| remotion-setup | Install, configure, and update Remotion — with full Windows support |
-
Add this repo as a marketplace:
/plugin marketplace add web3at50/skills -
Install the remotion tools plugin:
/plugin install remotion-tools@web3at50-skills
Or use the interactive UI:
- Run
/pluginin Claude Code - Select Browse and install plugins
- Select web3at50-skills
- Select remotion-tools
- Select Install now
If you prefer to install skills directly without the plugin system:
git clone https://github.com/web3at50/skills.git
cp -r skills/skills/remotion-setup ~/.claude/skills/remotion-setupOn Windows (PowerShell):
git clone https://github.com/web3at50/skills.git
Copy-Item -Recurse skills\skills\remotion-setup $env:USERPROFILE\.claude\skills\remotion-setupFull lifecycle skill for Remotion — the framework for programmatic video in React.
What it does:
- Detects current state — checks for existing Remotion install and AI skill rules
- Installs Remotion — standalone project or brownfield (subdirectory within a larger app)
- Installs AI skill rules — fetches Claude Code rules from
remotion-dev/skillsGitHub repo - Updates — upgrades Remotion packages and skill rule files
- Voice & music setup — optional ElevenLabs TTS and royalty-free background music for walkthrough videos
- Verifies — confirms everything is correctly configured
Key feature — Windows support:
Most Remotion tooling assumes macOS/Linux. This skill includes tested fallbacks for common Windows failures:
npx create-video@latest→ manualmkdir + npm init + npm installfallbacknpx remotion upgrade→ manual version-pinnednpm installfallbacknpx remotion skills add/update→ manual GitHub raw file fetch fallback
Usage:
After installing, just ask Claude:
- "Set up Remotion in this project"
- "Update Remotion to the latest version"
- "Install Remotion AI skill rules"
Or invoke directly: /remotion-setup
To add a new skill:
- Create a directory under
skills/with your skill name (lowercase, hyphens) - Add a
SKILL.mdfile with YAML frontmatter and instructions - Add the skill path to the appropriate plugin in
.claude-plugin/marketplace.json - Update this README with the skill description
- Submit a PR
See the Agent Skills spec and Claude Code skills docs for the skill file format.
MIT