snapcn
Installation
SKILL.md
snapcn
Copy-paste components for Remotion videos. Components install via shadcn and land in
components/snap-cn/ — you own the code.
Installation
Prerequisites: a Remotion project (npx create-video@latest).
# Add any component (namespaced shadcn registry)
shadcn add @snapcn/text-reveal
# Component lands at components/snap-cn/text-reveal.tsx
@snapcn/<name> is the canonical namespaced form. It needs no registries entry — the
namespace is in the shadcn registry directory. The plain registry URL
https://snapcn.dev/r/<name>.json also works.