blast-prompt
Generate a complete build brief in BLAST format — Blueprint, Link, Architect, Stylize, Trigger — so a build agent can one-shot a high-quality build. Pulls the…
Implement motion from a design system's motion tokens — emit real CSS/JS for entrance/scroll animations, micro-interactions (hover/press/focus), and transitions, with a reduced-motion fallback. Trigger when the user says "add motion", "animate this", "implement the animations",
$ npx -y skills add ZachArticulateV/designer-pro-and-seo --skill design-motion --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/design-motionContext preview
The summary Claude sees to decide when to auto-load this skill.
Implement motion from a design system's motion tokens — emit real CSS/JS for entrance/scroll animations, micro-interactions (hover/press/focus), and transitions, with a reduced-motion fallback. Trigger when the user says "add motion", "animate this", "implement the animations",
name: design-motion description: Implement motion from a design system's motion tokens — emit real CSS/JS for entrance/scroll animations, micro-interactions (hover/press/focus), and transitions, with a reduced-motion fallback. Trigger when the user says "add motion", "animate this", "implement the animations", "micro-interactions", "scroll animations", "page transitions", or "make it feel alive".
**Family:** design **Status:** Stable
The implementation counterpart to `design-dimensions` dimension 5. That skill *specifies* motion; nothing *builds* it. This emits production-ready CSS (and minimal JS where needed) from a design system's motion tokens — so "the brief said 250ms ease-out micro-interactions" becomes actual code, with an accessibility-safe reduced-motion fallback every time.
1. **Read the motion tokens** — base duration + easing from the design system (e.g. `200ms ease-out`). If absent, propose sensible defaults and note it. 2. **Emit the reduced-motion guard first** — wrap motion so `@media (prefers-reduced-motion: reduce)` disables/*reduces* it. This is non-negotiable (accessibility). 3. **Generate the motion set** for the target stack:
CSS scroll-driven animations where supported), respecting the token timing.
parity matters for keyboard users).
4. **Keep it performant** — animate `transform`/`opacity` only; avoid layout- thrashing properties; no animation on the LCP element's first paint. 5. **Deliver code** ready to paste, plus a one-line note on where to place it. Offer to run `design-accessibility` to confirm reduced-motion behavior.
`design-system-gen` (motion tokens), `design-accessibility` (reduced-motion check).
Motion is the cheapest polish lever and the most-skipped — this skill makes implementing it (and its reduced-motion fallback) routine. Always animate `transform`/`opacity` for 60fps; never trap keyboard users by animating focus away.
A Claude Code plugin for the web-design + SEO workflow: research a niche, generate a coherent design system, write a complete build brief, build, run a pre-delivery QA gate, port the result into any CMS, and review on-page SEO.
Repo: ZachArticulateV/designer-pro-and-seo
Generate a complete build brief in BLAST format — Blueprint, Link, Architect, Stylize, Trigger — so a build agent can one-shot a high-quality build. Pulls the…
Generate cold-outreach openers, value-led follow-up sequences, niche-authority positioning, and a tool-import CSV with CAN-SPAM/GDPR/CASL compliance-checklist…
Draft long-form content (blog post, service page, landing page, guide) from a brief or outline — structured, on-intent, and originality-checked, ready for…
Write conversion-focused copy for a page or section — headlines, subheads, value propositions, CTAs, feature/benefit blocks, and microcopy — anchored to a…
Convert a raw CSV into a structured, business-ready report using a 3-step framework — load + label, define rules, request structured deliverables. Trigger when…
Audits HTML against WCAG 2.2 — no-tools structural checks (alt text, heading order, form labels, lang, landmarks, skip link, viewport meta, token-based…