Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

web3at50/skills

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 EINVAL errors with npx commands) but work equally well on macOS and Linux.

Available Skills

Skill Description
remotion-setup Install, configure, and update Remotion — with full Windows support

Installation

Via Claude Code Plugin Marketplace (recommended)

  1. Add this repo as a marketplace:

    /plugin marketplace add web3at50/skills
    
  2. Install the remotion tools plugin:

    /plugin install remotion-tools@web3at50-skills
    

Or use the interactive UI:

  1. Run /plugin in Claude Code
  2. Select Browse and install plugins
  3. Select web3at50-skills
  4. Select remotion-tools
  5. Select Install now

Manual Installation

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-setup

On Windows (PowerShell):

git clone https://github.com/web3at50/skills.git
Copy-Item -Recurse skills\skills\remotion-setup $env:USERPROFILE\.claude\skills\remotion-setup

Skills

remotion-setup

Full lifecycle skill for Remotion — the framework for programmatic video in React.

What it does:

  1. Detects current state — checks for existing Remotion install and AI skill rules
  2. Installs Remotion — standalone project or brownfield (subdirectory within a larger app)
  3. Installs AI skill rules — fetches Claude Code rules from remotion-dev/skills GitHub repo
  4. Updates — upgrades Remotion packages and skill rule files
  5. Voice & music setup — optional ElevenLabs TTS and royalty-free background music for walkthrough videos
  6. 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 → manual mkdir + npm init + npm install fallback
  • npx remotion upgrade → manual version-pinned npm install fallback
  • npx 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

Contributing

To add a new skill:

  1. Create a directory under skills/ with your skill name (lowercase, hyphens)
  2. Add a SKILL.md file with YAML frontmatter and instructions
  3. Add the skill path to the appropriate plugin in .claude-plugin/marketplace.json
  4. Update this README with the skill description
  5. Submit a PR

See the Agent Skills spec and Claude Code skills docs for the skill file format.

License

MIT

About

Claude Code plugin marketplace — Remotion setup skill with Windows support

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors