website-design — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited website-design (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
This skill provides frontend developers and designers with carefully crafted design system templates. Each template includes complete design philosophy, design tokens, component styles, and responsive strategies. These are not ordinary UI templates, but unique style guides that can make your website stand out and avoid the "AI-generated look".
| Style | Description | Suitable For |
|---|---|---|
| Monochrome | Minimalist black & white style, pure black and white, large typography, line dividers | High-end brands, fashion magazines, art galleries, luxury websites |
| Bauhaus | Bauhaus geometric style, primary colors (red, blue, yellow), hard shadows, geometric shapes | Creative agencies, design studios, art exhibitions, architecture websites |
| Corporate Trust | Modern enterprise SaaS aesthetic, indigo-violet gradients, dimensional depth, isometric elements | SaaS products, enterprise platforms, tech startups, B2B websites |
Each design system includes complete implementation guides. Read the corresponding documentation as needed:
# Monochrome minimalist black & white style
skills_read(path="skills/website_design/docs/monochrome.md")
# Bauhaus geometric style
skills_read(path="skills/website_design/docs/bauhaus.md")
# Corporate Trust modern SaaS style
skills_read(path="skills/website_design/docs/modern_dark.md")Each design document contains the following:
Colors: Pure black #000000 + Pure white #FFFFFF (no gray as primary)
Typography: Playfair Display (serif) + Source Serif 4
Border Radius: 0px (all sharp corners)
Shadows: None
Features: Large headlines, line dividers, color inversion for emphasis, editorial layoutColors: Red #D02020 + Blue #1040C0 + Yellow #F0C020 + Black #121212
Typography: Outfit (geometric sans-serif)
Border Radius: 0px or 100% (binary extremes)
Shadows: Hard shadows with 4px/8px offset
Features: Geometric shape decorations, color block backgrounds, 45° rotated elements, constructivismColors: Indigo #4F46E5 + Violet #7C3AED + Slate backgrounds
Typography: Plus Jakarta Sans (geometric sans-serif)
Border Radius: rounded-xl (12px) for cards, rounded-full for buttons
Shadows: Colored shadows with blue/purple tints
Features: Isometric 3D transforms, gradient text, blur orbs, elevated cards on hoverThese design systems are compatible with various frontend tech stacks:
website_design/
├── SKILL.md # This file - Skill entry guide
└── docs/
├── monochrome.md # Monochrome minimalist black & white style complete specification
├── bauhaus.md # Bauhaus style complete specification
└── modern_dark.md # Corporate Trust modern SaaS style complete specification~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.