remotion-dev/remotion

skill-locations

Document Remotion skill placement. Use when adding, moving, or editing Remotion skills to decide whether a skill belongs in .agents/skills as an internal skill or packages/skills as a public skill.

First seen Jul 10, 2026

Installation

$ npx skills add remotion-dev/remotion --skill skill-locations

Also in this package

Other skills from remotion-dev/remotion · top by installs.

npx skills add remotion-dev/remotion

Browse all from remotion-dev/remotion

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 58.6K
License LICENSE.md
Default branch main
Open issues 155
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 725 B
  • docs SUMMARY.md 701 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 275 installs

SKILL.md

Remotion Skill Locations

Place internal agent-only skills in .agents/skills/<skill-name>/SKILL.md.

Place public, redistributable skills in packages/skills/skills/<skill-name>/SKILL.md. Expose every public skill to agents with a symlink at .agents/skills/<skill-name>. Run bun run syncskills after adding a public skill; CI verifies the symlinks with bun run checkskills.

When in doubt, ask whether the skill is internal or public before moving it between these roots.