skills/design/color-system/SKILL.md
Generate color palettes, evaluate contrast ratios, simulate color blindness, and create full light/dark themes from a single seed color. Uses OKLCH for perceptual uniformity.
npx skillsauth add 47network/Sven color-systemInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate professional color palettes, evaluate WCAG contrast, simulate color blindness, and derive full light/dark themes from a single seed color.
palette — Generate a harmony palette from a seed color and methodtheme — Generate a complete light + dark semantic theme from a seed colorcontrast — Evaluate WCAG 2.1 contrast ratio between foreground and backgroundblindness — Simulate how a color appears under a given color blindness typecss_theme — Generate a full CSS custom property theme from a seed color{ action: "palette", seed_color: "#3366ff", method: "triadic" }{ action: "contrast", foreground: "#333333", background: "#f5f5f5" }{ action: "theme", seed_color: "#3366ff" }design.color: read (generates data, no side effects)development
Automated web testing advisor — generate Playwright test scripts, accessibility checks, and performance audits.
testing
Unified security posture reporting — combines SAST, dependency audit, secret scan, infrastructure scan, and pentest results into a single scored report with OWASP and SOC 2 compliance mapping, top risks, and remediation recommendations.
development
Detect hardcoded secrets, API keys, tokens, private keys, and credentials in source code and config files. 20 built-in patterns covering AWS, GitHub, Slack, Stripe, database URLs, JWTs, and more.
development
Static Application Security Testing — scan TypeScript/JavaScript source code for SQL injection, XSS, SSRF, path traversal, command injection, hardcoded secrets, insecure crypto, auth bypass, prototype pollution, and more. 14 built-in rules mapped to OWASP Top 10 and CWE.