tailwind

Configure Tailwind v4 browser runtime and CSS-first themes for HyperFrames video compositions.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/Kamalabot/tt-vid --skill tailwind-kamalabot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tailwind
Source: https://github.com/Kamalabot/tt-vid/tree/main/man_lady/.agents/skills/tailwind
Command: npx skills add https://github.com/Kamalabot/tt-vid --skill tailwind-kamalabot

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates inconsistent styling, v3/v4 syntax errors, and missing style flashes when building Tailwind-powered HyperFrames video compositions, ensuring deterministic frame renders for production video output.

Core Features & Use Cases

  • Tailwind v4 Browser Runtime Setup: Configures and validates the pinned @tailwindcss/[email protected] runtime for projects scaffolded with hyperframes init --tailwind.
  • CSS-First Theme & Utility Definition: Guides use of @theme and @utility blocks for custom tokens and utilities instead of v3 tailwind.config.js patterns.
  • v3-to-v4 Migration & Safety: Provides guidance for migrating existing v3 patterns, avoiding dynamic class generation risks, and following video-specific guardrails for stable renders.
  • Use Case: If you are building a HyperFrames marketing video and need to add brand-specific colors and custom text utilities that render consistently across every frame without style flashes, this skill provides the exact compliant patterns to implement.

Quick Start

Use the tailwind skill to add stable brand color tokens and custom utility classes to your HyperFrames composition HTML that will render consistently across all video frames.

Frequently Asked Questions about tailwind

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

FAQPage Schema
How do I fix inconsistent Tailwind styling and missing style flashes in HyperFrames video renders?

To fix inconsistent Tailwind styling and missing style flashes in HyperFrames video renders, apply deterministic frame rendering using the pinned @tailwindcss/[email protected] runtime. This ensures render-critical style stability and eliminates v3/v4 syntax errors by applying video-specific guardrails.

How do I migrate Tailwind v3 patterns to v4 for video compositions?

Migrating Tailwind v3 patterns to v4 for video compositions involves replacing tailwind.config.js with CSS-first @theme and @utility blocks. This approach avoids dynamic class generation risks and ensures stable, deterministic frame renders for production video output.

Does HyperFrames support Tailwind v4 CSS-first theme tokens for marketing videos?

Yes, HyperFrames supports Tailwind v4 CSS-first theme tokens for marketing videos when scaffolded with hyperframes init --tailwind. You can define custom brand colors and text utilities using @theme blocks that render consistently across every video frame.

Why does Tailwind dynamic class generation break video frame rendering?

Tailwind dynamic class generation breaks video frame rendering because it introduces non-deterministic styles that cause missing style flashes across frames. Avoiding dynamic classes and using explicit utility definitions ensures the window.__tailwindReady readiness shim complies with render-critical stability requirements.

What is the best way to set up custom Tailwind utility classes for stable HyperFrames layouts?

The best way to set up custom Tailwind utility classes for stable HyperFrames layouts is using CSS-first @utility blocks instead of v3 JavaScript configurations. This method guarantees deterministic frame renders and satisfies the pinned @tailwindcss/[email protected] runtime requirements for video output.