# Scaffold Element

> Scaffold a new Remotion Element for development in the docs Remotion Studio.

- Skill: `remotion-dev/scaffold-element` (Agent Skill)
- Install (CLI): `npx skillmds@latest add remotion-dev/scaffold-element`
- Raw SKILL.md: https://api.skillmd.com/api/skills/remotion-dev/scaffold-element/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Remotion (https://skillmd.com/u/remotion-dev)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/remotion-dev/scaffold-element

---


# Scaffold a Remotion Element

The [Element contribution guide](../../../packages/docs/elements/contributing.mdx) is the source of truth for Element development. Read it completely, then follow its [Develop the Element](../../../packages/docs/elements/contributing.mdx#1-develop-the-element) section.

After scaffolding, suggest opening Docs Studio to preview the Element. If the user agrees, start it without opening a browser automatically:

```bash
cd packages/docs
bunx remotion studio --no-open
```

Read the URL from the command output and open that URL in the available browser.

