Skip to content
Skillv1.0.0

remotion-best-practices

Best practices for Remotion - Video creation in React

by pedronauck(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from pedronauck/skills (skills/community/remotion-best-practices/SKILL.md). Install upstream with npx skills add pedronauck/skills --skill remotion-best-practices. Copyright stays with the author.

When to use

Use this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge.

Captions

When dealing with captions or subtitles, load the ./rules/subtitles.md file for more information.

Using FFmpeg

For some video operations, such as trimming videos or detecting silence, FFmpeg should be used. Load the ./rules/ffmpeg.md file for more information.

Audio visualization

When needing to visualize audio (spectrum bars, waveforms, bass-reactive effects), load the ./rules/audio-visualization.md file for more information.

Sound effects

When needing to use sound effects, load the ./rules/sound-effects.md file for more information.

How to use

Read individual rule files for detailed explanations and code examples:

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/pedronauck-skills-remotion-best-practices/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

pedronauck-skills-remotion-best-practices.ocm.jsonjson
{
  "ocm": "1",
  "id": "pedronauck-skills-remotion-best-practices",
  "kind": "skill",
  "name": "remotion-best-practices",
  "description": "Best practices for Remotion - Video creation in React",
  "publisher": "pedronauck",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "remotion",
      "video",
      "react",
      "animation",
      "composition",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Best practices for Remotion - Video creation in React"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/pedronauck/skills",
      "path": "skills/community/remotion-best-practices/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/pedronauck/skills/blob/HEAD/skills/community/remotion-best-practices/SKILL.md",
      "key": "pedronauck/skills/skills/community/remotion-best-practices/SKILL.md"
    }
  },
  "instructions": "## When to use\n\nUse this skills whenever you are dealing with Remotion code to obtain the domain-specific knowledge.\n\n## Captions\n\nWhen dealing with captions or subtitles, load the [./rules/subtitles.md](./rules/subtitles.md) file for more information.\n\n## Using FFmpeg\n\nFor some video operations, such as trimming videos or detecting silence, FFmpeg should be used. Load the [./rules/ffmpeg.md](./rules/ffmpeg.md) file for more information.\n\n## Audio visualization\n\nWhen needing to visualize audio (spectrum bars, waveforms, bass-reactive effects), load the [./rules/audio-visualization.md](./rules/",
  "cost": {
    "context_tokens": 1017
  }
}

Fetch it by URL: GET /api/v1/registry/pedronauck-skills-remotion-best-practices/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.