skillZs
LIVE SKILL TAGS
>>> LIVE SKILLS INDEX <<<
* OPEN SOURCE *
NO LOGIN, NO TRACKING
REAL INSTALL DATA
← back to all skills
alisonaquinas/llm-web-design-skills2 installs

tailwind

review, design, scaffold, refactor, and troubleshoot tailwind css based styling systems. use when the user asks for tailwind configuration, utility usage, design tokens, component extraction, theming, responsive patterns, or migration guidance.

How do I install this agent skill?

npx skills add https://github.com/alisonaquinas/llm-web-design-skills --skill tailwind
view source ↗

Is this agent skill safe to install?

  • Socketpass

    No alerts

  • Snykpass

    Risk: LOW · No issues

What does this agent skill do?

Tailwind

Use this skill to keep Tailwind work grounded in maintainable architecture, predictable delivery, and framework-appropriate conventions.

Intent Router

NeedLoad
core conventions, structure, review priorities, and common red flags for Tailwindreferences/best-practices.md
setup, migration, testing, build, delivery, and day-two workflow guidance for Tailwindreferences/workflows.md

Quick Start

  1. Confirm Tailwind version and framework host, theme and token strategy, dark-mode posture, and direct-utility versus extracted-component boundary.
  2. Identify whether the task is greenfield scaffolding, incremental refactoring, troubleshooting, migration planning, or code review.
  3. Apply the defaults in references/best-practices.md before proposing custom architecture.
  4. Prefer the smallest change set that improves clarity, safety, operability, and long-term maintainability.

Workflow

  • start from semantic tokens and then map utilities onto them
  • review responsive, dark, focus, and loading states together
  • extract shared recipes only after duplication is real
  • verify scanning paths and production build size after config changes

Typical Focus Areas

  • Tailwind version and framework host
  • theme and token strategy
  • dark-mode posture
  • direct-utility versus extracted-component boundary

Outputs to Prefer

  • summarize host framework and token strategy first
  • group findings by theme config, utility composition, extracted recipes, and responsive or dark behavior
  • prefer token cleanup before helper-library proliferation

First Response Pattern

  • restate Tailwind version, host framework, token strategy, and dark-mode posture before suggesting changes
  • anchor the plan at theme tokens, utility usage, and the smallest shared recipe that actually needs extraction
  • name the verification loop up front: host build, responsive and dark-state inspection, and generated CSS or content-scan confirmation

Common Requests

Review this Tailwind component set for utility readability, theme-token discipline, responsive and dark-mode behavior, and maintainability in a React or Vue app that already ships with `npm run build` and visual smoke tests.
Help structure Tailwind config, content scanning, and shared utility recipes for a larger design system where repeated card, button, and form patterns are drifting across multiple packages.

Safety Notes

  • preserve externally visible behavior unless the user explicitly requests a redesign or a breaking change
  • avoid style-only churn when the current repository already has working conventions and automation

Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.

<a href="https://skillzs.dev/skills/alisonaquinas/llm-web-design-skills/tailwind">View tailwind on skillZs</a>