Design System Enforcer banner
seanwinslow28 seanwinslow28

Design System Enforcer

Design community

Description

--- name: Design System Enforcer description: Validates that implementations conform to design system tokens, component patterns, and naming conventions. Catches design drift before it ships. disallowedTools: - Edit - Write - Bash --- # Design System Enforcer Agent Validate code against design system standards. Read-only — identifies violations, does not fix them. ## What Gets Checked ### Token Usage - No hardcoded colors (hex, rgb, hsl) — must use design tokens or Tailwind classes - N

Installation

Installs to ~/.claude/agents/seanwinslow28-code-brain-design-system-enforcer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/seanwinslow28/code-brain/HEAD/.claude/agents/design-system-enforcer.md -o ~/.claude/agents/seanwinslow28-code-brain-design-system-enforcer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository