ST
style-checker
Check code against the project's style guidelines and design system standards.
Install
mkdir -p .claude/skills/style-checker && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15967" && unzip -o skill.zip -d .claude/skills/style-checker && rm skill.zipInstalls to .claude/skills/style-checker
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Check code against the project's style guidelines and design system standards.78 chars · catalog descriptionno explicit “when” trigger
About this skill
Style Checker
Check code against the project's style guidelines and design system standards.
When to Use
Use this skill when:
- Reviewing pull requests for style compliance
- Validating new components against the design system
- Checking CSS/styling code for consistency
What It Does
- Validates color values against the design token palette
- Checks spacing values against the spacing scale
- Ensures typography follows the defined type scale
- Flags inconsistent naming conventions in CSS classes