Tailwind Optimizer
PassAudited by ClawScan on May 1, 2026.
Overview
This skill is a coherent Tailwind CSS review assistant that reads project CSS/config/source patterns and does not show evidence of hidden code, credentials, persistence, or destructive actions.
This appears safe for its stated purpose. Before installing or invoking it, be aware it may read Tailwind/PostCSS config files and scan source files for class usage; only run it in projects where that inspection is acceptable.
Findings (1)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The agent may inspect parts of your local frontend project to produce the optimization report.
The skill documents shell commands that read local project configuration and source files. These commands are read-only and directly related to Tailwind analysis, so this is a notice rather than a concern.
cat tailwind.config.js 2>/dev/null || cat tailwind.config.ts 2>/dev/null
cat postcss.config.js 2>/dev/null
...
grep -roh 'class[Name]*="[^"]*"\|className={[^}]*}' src/Use it in the intended project directory and review any proposed code changes before applying them.
