This is the quick pass you run after touching any component file. It greps for eight common design system violations: hardcoded hex colors, raw pixel values, the old `w-4 h-4` syntax instead of `size-4`, physical properties like `ml-2` that break RTL, pure black, missing `data-slot` attributes, and critically, CSS variable font sizes that collide with Tailwind v4's namespace. Runs in seconds, not minutes. Use it for fast checks before commit, then reach for the deeper `/ss-review` or `/ss-a11y` skills when you need actual judgment calls on composition or accessibility. It's grep-based and opinionated, which means it's fast and occasionally wrong, but that's the trade.
npx -y skills add bitjaru/styleseed --skill ss-lint --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
metabase/metabase
github/awesome-copilot
UKGovernmentBEIS/inspect_evals
addyosmani/agent-skills