Changelog — The remocn agent skill, rebuilt
remocn-demo/skill-changelogFreeBlock
remocn demo composition "Changelog — The remocn agent skill, rebuilt" — installs the full Remotion composition. Generated with AI from the prompt in demos/skill-changelog/prompt.md.
Install it
npx shadcn@latest add https://collections.remocn.dev/r/skill-changelog.jsonSource
1import React, { type CSSProperties, type ReactNode } from "react";2import {3 AbsoluteFill,4 Easing,5 interpolate,6 spring,7 useCurrentFrame,8 useVideoConfig,9} from "remotion";10import {11 TransitionSeries,12 linearTiming,13 type TransitionPresentation,14 type TransitionPresentationComponentProps,15} from "@remotion/transitions";16import { loadFont as loadSans } from "@remotion/google-fonts/Manrope";17import { loadFont as loadMono } from "@remotion/google-fonts/GeistMono";1819import { RemocnUIProvider } from "@/lib/remocn-ui";20import { DynamicGrid } from "@/components/remocn/dynamic-grid";21import { RollingNumber } from "@/components/remocn/rolling-number";2223// ---------------------------------------------------------------------------24// Fonts — bind to the CSS variables the remocn components read.25// ---------------------------------------------------------------------------26const { fontFamily: SANS_FAMILY } = loadSans("normal", {27 subsets: ["latin"],28 weights: ["400", "500", "600", "700", "800"],29});30const { fontFamily: MONO_FAMILY } = loadMono("normal", {31 subsets: ["latin"],32 weights: ["400", "500", "700"],33});3435const SANS =36 "var(--font-geist-sans), -apple-system, BlinkMacSystemFont, sans-serif";37const MONO = "var(--font-geist-mono), ui-monospace, SFMono-Regular, monospace";3839// ---------------------------------------------------------------------------40// Palette — one warm accent (Claude/agent) on a flat near-black doc surface.41// ---------------------------------------------------------------------------42const BG = "#0a0a0a";43const INK = "#fafafa";44const FAINT = "rgba(250,250,250,0.50)";45const DIM = "rgba(250,250,250,0.32)";46const HAIR = "rgba(250,250,250,0.10)";47const SURFACE = "#141414";48const ACCENT = "#D97757"; // warm — the agent accent49const GREEN = "#5fcf80"; // muted semantic — Added50const BLUE = "#6aa8f5"; // muted semantic — Changed5152// ---------------------------------------------------------------------------53// Scene timings (frames @ 30fps). Transitions overlap adjacent scenes.54// ---------------------------------------------------------------------------55const S_OPEN = 78; // positioning — "the skill, rebuilt"56const S_BEFORE = 82; // problem — one monolithic file57const S_TREE = 168; // hero — the new structure builds as a file tree58const S_CHANGES = 132; // change list — what got added59const S_STATS = 120; // proof — rolling numbers60const S_OUTRO = 120; // CTA — wordmark + tagline6162// … truncated
What it pulls in
npm packages
Other registry items
Files it writes
More from remocn-demo
All 22 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Agent Skills — Claude Code makes the videoagent-skills | remocn-demo | Blocks | Free | 5 deps · 8 files | |
| Batchwork — Unified Batch APIbatchwork | remocn-demo | Blocks | Free | 4 deps · 4 files | |
| Changelog — Rolling Numberschangelog | remocn-demo | Blocks | Free | 4 deps · 5 files | |
| Changelog — New Chat Componentschat-changelog | remocn-demo | Blocks | Free | 5 deps · 4 files | |
| Fonttrio — Three fonts. One command.fonttrio | remocn-demo | Blocks | Free | 5 deps · 4 files | |
| remocn — Introducing remocn (shaders cut)introducing-remocn | remocn-demo | Blocks | Free | 4 deps · 3 files | |
| shadcn/ui — Introducing shadcn/ui (gift cut)introducing-shadcn | remocn-demo | Blocks | Free | 11 deps · 38 files | |
| Changelog — Eleven New Transitionsnew-transitions | remocn-demo | Blocks | Free | 4 deps · 3 files |
