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.
75
92%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
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.
1b58387
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.