Keeps a local snapshot of the Tailwind CSS v4 docs so Claude can answer migration, configuration, and implementation questions with official guidance instead of hallucinating outdated v3 patterns. You run a Python script once to pull the docs from tailwindlabs/tailwindcss.com, then the skill loads only the relevant MDX files per question. It won't proceed until the snapshot exists, which is smart because Tailwind v4 changed enough (new import syntax, different tooling, reworked utilities) that guessing is worse than stopping. The engineering playbook and gotchas references add context for refactors and reviews. Honest take: if you're doing any serious Tailwind v4 work, the initialization step pays for itself the first time it catches a breaking change.
npx skills add https://github.com/lombiq/tailwind-agent-skills --skill tailwind-4-docs