recut-design-system

Provides 153 reusable design system packages with DESIGN.md prose and tokens.css for visual styling.

38|4|Updated Jul 29, 2026
One-click install
npx skills add https://github.com/6174/recut --skill recut-design-system-6174
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: recut-design-system
Source: https://github.com/6174/recut/tree/main/service/skills/recut-design-system
Command: npx skills add https://github.com/6174/recut --skill recut-design-system-6174

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Agents building video compositions or UI surfaces often invent inconsistent colors, fonts, and spacing. This Skill supplies a catalog of 153 curated design system packages so an agent can pick a style by ID and read its complete visual contract instead of hand-writing arbitrary hex values. ## Core Features & Use Cases - Style Enumeration: Read design-systems/catalog.json to list all available styles with id, name, and origin (e.g., neobrutalism, glassmorphism, apple, stripe). - Visual Contract Reading: For a chosen style ID, read DESIGN.md (design prose on color roles, typography, components, motion), tokens.css (semantic tokens like --bg, --fg, --accent, --radius), and tailwind-v4.css (utility-class mapping). - App-Agnostic Reference: The packages are business-neutral style definitions reused from Open Design; any video creation App such as remotion-studio can consume them without video-specific adaptation. - Use Case: Before writing a Remotion composition, ask the agent to apply the Linear design system; it reads linear-app/DESIGN.md and tokens.css and applies the palette and typography to the composition's inline styles. ## Quick Start Use the recut-design-system skill to list available styles and apply the glassmorphism design system to my video composition.

Frequently Asked Questions about recut-design-system

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I apply a design system to a video composition with an agent?▼

First read design-systems/catalog.json to enumerate available styles, pick a style ID matching the content tone, then read that style's DESIGN.md, tokens.css, and tailwind-v4.css. Apply the semantic token values to the composition's inline styles or utility classes.

What design styles are available in the recut design system catalog?▼

The catalog contains 153 packages including brand-inspired systems like apple, stripe, linear-app, and notion, plus aesthetic styles like neobrutalism, glassmorphism, claymorphism, retro, and minimal. Each has an id, name, and origin in catalog.json.

What files does each design system package contain?▼

Each package contains DESIGN.md with design prose covering color roles, typography, spacing, components, and motion; tokens.css with semantic tokens like --bg, --fg, --accent, and --radius; and tailwind-v4.css as a derived Tailwind v4 utility mapping.

Is the recut design system tied to Remotion or a specific app?▼

No. The packages are business-neutral abstract style definitions reused from Open Design. Any video creation App can consume them; each App decides its own rendering-time mapping of tokens to components.

Does the design system define video shots, durations, or narrative structure?▼

No. Design systems only define abstract visual style: colors, fonts, spacing, shapes, surfaces, and motion tone. Shot planning, timing, and narrative belong to the scenario layer of each App, not to this reference library.