Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
broomva avatar

Skills Showcase

  • 6 installs
  • 3 repo stars
  • Updated August 5, 2026
  • broomva/skills

skills-showcase is a Claude Code skill that renders a Remotion video and a 7-post X thread showcasing the agent skills inventory.

About

skills-showcase is a Claude Code skill that generates a Remotion video and X thread showcasing the agent skills inventory. It renders a category-by-category animated video (1080x1080, 30fps, ~48s) and produces a 7-post X thread that maps skill clusters to concrete value. Developers use it to create social-media content about skills. The video re-renders deterministically from a typed dataset in src/data/skills.ts, using frame-driven Remotion patterns only.

  • Renders a Remotion video (1080x1080, 30fps, ~48s) showcasing the skills inventory
  • Produces a 7-post X thread mapping skill clusters to concrete value
  • Frame-driven animation with a typed, deterministic dataset

Skills Showcase by the numbers

  • 6 all-time installs (skills.sh)
  • Ranked #1,096 of 1,335 Generative Media skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

skills-showcase capabilities & compatibility

Capabilities
video generation
Use cases
video generation · marketing · copywriting
Pricing
Free
From the docs

What skills-showcase says it does

Generate a polished Remotion video and X thread showcasing the full agent skills inventory.
SKILL.md
Render a category-by-category animated skills showcase video (1080x1080, 30fps, ~48s) and produce a 7-post X thread that maps skill clusters to concrete value.
SKILL.md
All animations use Remotion frame-driven patterns only:
SKILL.md
npx skills add https://github.com/broomva/skills --skill skills-showcase

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs6
repo stars3
Last updatedAugust 5, 2026
Repositorybroomva/skills

What it does

Render a Remotion showcase video and a 7-post X thread that present the agent skills inventory as social content.

Who is it for?

Creating social-media content about skills by rendering a category-based showcase video and X thread

Skip if: Browsing or authoring the underlying skills inventory itself (use the skills or skillify skill)

When should I use this skill?

Creating social content about skills, rendering skill visualizations, or producing an animated showcase of agent capabilities

What you get

  • skills-showcase.mp4
  • skills-showcase.gif
  • 7-post X thread copy

By the numbers

  • video 1080x1080, 30fps, ~48s (1440 frames)
  • 15 category sections at 80 frames each
  • 7-post X thread

Files

SKILL.mdMarkdownGitHub ↗

Skills Showcase

Render a category-by-category animated skills showcase video (1080x1080, 30fps, ~48s) and produce a 7-post X thread that maps skill clusters to concrete value.

Quick Start

cd skills-showcase
npm install
npx remotion studio          # Preview in browser
npx remotion render SkillsShowcase out/skills-showcase.mp4
npx remotion render SkillsShowcase out/skills-showcase.gif --every-nth-frame=3

Output Artifacts

  • out/skills-showcase.mp4 — Primary X upload (H.264, ~4.7 MB)
  • out/skills-showcase.gif — Fallback/preview (~7 MB)
  • thread.md — 7-post X thread copy

Architecture

src/
├── index.ts                  # registerRoot entry point
├── Root.tsx                  # Composition registry (1080x1080, 30fps, 1440 frames)
├── SkillsShowcase.tsx        # Master timeline using <Series>
├── data/skills.ts            # Typed dataset: categories, skills, derived aggregates
├── scenes/
│   ├── Intro.tsx             # Title + subtitle + stats pills (4s)
│   ├── CategorySection.tsx   # Category label + staggered skill chips (2.67s each)
│   └── Outro.tsx             # Summary metric + tagline + CTA (4s)
└── components/
    └── SkillChip.tsx         # Reusable animated badge with spring entrance

Data Model

Edit src/data/skills.ts to add or remove skills. The video re-renders deterministically from this dataset.

  • Category: { id, label, color, order }
  • Skill: { slug, categoryId, shortDescription }
  • Derived: totalSkills, totalCategories, skillsByCategory

Animation Conventions

All animations use Remotion frame-driven patterns only:

  • useCurrentFrame() + useVideoConfig() for frame/fps
  • spring() for entrances (damping: 200 for smooth, damping: 20 + stiffness: 200 for snappy)
  • interpolate() with clamp for opacity and translation
  • Zero CSS transitions or Tailwind animation utilities

Timeline Pacing

SceneFramesDuration
Intro1204.0s
15 categories × 80120040.0s
Outro1204.0s
Total144048.0s

Customization

  • Add a category: Add to categories array in src/data/skills.ts, update Root.tsx duration
  • Change colors: Each category has a color hex in the dataset
  • Adjust pacing: Modify CATEGORY_DURATION in SkillsShowcase.tsx
  • Thread copy: Edit thread.md directly

Thread Strategy

See thread.md for the full 7-post thread. Structure:

1. Hook + video attachment 2. Why skills beat one-off prompts 3. Consciousness & memory cluster 4. Research & analysis cluster 5. Full-stack implementation coverage 6. Niche high-signal specialist skills 7. CTA and discussion prompt

Related skills

Generative Mediacontentdistribution

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.