tailwind

Enforce Tailwind v4 browser runtime compliance in HyperFrames video compositions.

1|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/automatedigital/spark --skill tailwind-automatedigital
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tailwind
Source: https://github.com/automatedigital/spark/tree/main/skills/creative/tailwind
Command: npx skills add https://github.com/automatedigital/spark --skill tailwind-automatedigital

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill resolves common Tailwind CSS styling failures in HyperFrames video compositions, including missing styles on frame 0, v3-to-v4 syntax conflicts, and incorrect browser runtime configuration that cause wasted debugging time and broken render outputs.

Core Features & Use Cases

  • Tailwind v4 Browser Runtime Compliance: Enforces the pinned @tailwindcss/[email protected] runtime contract, eliminating deprecated v3 setup patterns like @tailwind directives and tailwind.config.js for browser-runtime compositions.
  • HyperFrames-Optimized Styling Patterns: Provides pre-vetted utility class combinations and CSS custom property workflows designed for deterministic, seekable video frame rendering.
  • Debug & Validation Workflows: Includes a step-by-step checklist and official validation commands to fix missing styles, resolve dynamic class safety risks, and confirm render-ready outputs.
  • Real-World Use Case: If you scaffolded a HyperFrames project with hyperframes init --tailwind and see missing styles in your video render, this Skill walks you through verifying the runtime, fixing v4 syntax, and running validation to resolve the issue.

Quick Start

Use the tailwind skill to fix missing Tailwind styles in your HyperFrames video composition and confirm the render outputs correctly.

Frequently Asked Questions about tailwind

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

FAQPage Schema
Why are Tailwind CSS styles missing in my HyperFrames video composition render?

To fix missing Tailwind styles, verify the pinned @tailwindcss/[email protected] runtime contract, remove deprecated v3 patterns like @tailwind directives, apply v4 CSS-first configuration rules, and run the official validation commands to confirm render-ready outputs.

How do I migrate Tailwind CSS from v3 to v4 for HyperFrames video projects?

Migrating Tailwind CSS from v3 to v4 for HyperFrames requires removing tailwind.config.js and @tailwind directives, adopting v4 CSS-first theme tokens, and enforcing the pinned @tailwindcss/[email protected] runtime to ensure deterministic and seekable video frame rendering.

Does HyperFrames work with the Tailwind v4 browser runtime for deterministic frame rendering?

Yes, HyperFrames works with the Tailwind v4 browser runtime by enforcing the pinned @tailwindcss/[email protected] contract. This ensures utility classes and CSS custom properties render deterministically across seekable video frames without style drops.

What is the best way to resolve dynamic class safety risks in Tailwind video compositions?

The best way to resolve dynamic class safety risks in Tailwind video compositions is to follow pre-vetted utility class combinations and apply the provided validation workflow checklist to confirm render-ready outputs before finalizing the HyperFrames project.

Do I need to run validation commands after scaffolding a HyperFrames project with --tailwind?

Yes, after scaffolding with hyperframes init --tailwind, you need to run validation commands to check the browser runtime configuration, verify v4 syntax compliance, and ensure all utility classes produce render-ready styles for your video output.