web-design-pipeline — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited web-design-pipeline (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.
The repeatable way to ship awwwards-tier sites without vibe-coding. Design tokens first, components second, motion last. Never one loose HTML file for flagship work.
Separate DESIGN (brand system) from STRUCTURE (layout) from MOTION (animation). Decide each deliberately. Padding/spacing always come from a scale, never by feel. See companion skills: design-mastery, 21st-dev, ui-ux-pro-max, design-system, motion.
Build one coherent brand before any page:
design.md into Claude Design "additional notes" to generate a reusable system in ~5 min. Use for inspiration/structure, never to copy a competitor's identity.Pick a proven layout skeleton, then reskin with your design system:
Claude Design → high fidelity (not wireframe) + select your design system. Generate the multi-page set (home / services / about / case studies / contact). Edit visually: comment+select an element, edit for color/font/size, draw/circle a region to change specifics.
Export → "Handoff to Claude Code". In an empty folder, paste the command + append:
Build this with Next.js, use GSAP for animations wherever appropriate — staggered scroll reveals, count-up numbers, parallax, moving logo strip — stunning but never cheesy. Read claude.md and build it in one go.Add a claude.md blueprint first (system instructions / "employee manual": stack, tokens, do/don'ts, motion budget). It materially improves one-shot quality.
GSAP is the high-end layer plain CSS misses. Patterns: scroll-triggered staggered reveals, count-ups on stat tiles, parallax, pinned sections, marquee logo strip, magnetic buttons. Effect library: demos.greensock.com (copy an effect, ask Claude to add it). Keep within the design-mastery motion budget: purposeful, micro-interactions <200ms, a few high-impact reveals, respect prefers-reduced-motion.
GitHub (private repo) → Vercel → framework preset Next.js → add a custom domain. Never ship a client a *.vercel.app URL.
scrollWidth vs clientWidth (headless --window-size screenshots are unreliable — they clamp the viewport)..wrap on a <header>/<section> beats type-selector padding and silently collapses vertical rhythm. Scope header.wrap / section.wrap.yt-dlp --write-auto-sub) instead.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.