tailwind-agents-validator
Installation
SKILL.md
Tailwind Validator : Cross-Skill Consistency Agent
Acts as a Tailwind-specific code reviewer. Reads the codebase, runs every rule documented in the sibling skills, produces an actionable report that cites the authoritative source per finding.
The validator does NOT modify code. It reports. The developer (or a follow-up agent) applies fixes guided by the cited sibling skill.
How To Invoke
The user asks "validate my Tailwind code" or "audit this codebase for Tailwind issues" or "run a pre-PR check on the styling changes". The agent :
- Detects v3 vs v4 (heuristic in Method 1,
references/methods.md). - Runs each rule in the catalogue (Section : Rule Catalogue).
- Emits the report in the standard format (Section : Report Format).