What problem does it solve?
This Skill converts a live webpage into clean, readable Tailwind utility classes while preserving its original visual appearance, avoiding the guesswork and design drift common in screenshot-based rebuilds.
Core Features & Use Cases
- Ground-Truth Capture: Extracts the rendered DOM, source CSS, computed styles, fonts, assets, and screenshots from a live page.
- Tailwind Translation: Rehosts pages that already use Tailwind or rewrites hashed CSS-in-JS and CSS Modules selectors into semantic Tailwind utilities.
- Fidelity Validation: Renders the result at desktop and mobile widths, compares it with the original, and iterates on spacing, typography, color, layout, responsive behavior, and interaction states.
- Use Case: When a client provides a live React landing page with opaque generated selectors, use this Skill to produce an editable Tailwind HTML clone that retains the same look instead of redesigning it.
Quick Start
Use the page-tailwindify skill to rebuild the live page at the provided URL in clean Tailwind classes, preserving its exact visual design and validating the result at desktop and mobile widths.