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…
Run a heuristic conversion-rate-optimization review of a landing or funnel page — CTA hierarchy, above-fold weight, form friction, trust-signal placement, copy clarity, and decision fatigue — scoring each finding by impact over effort. Uses Playwright for in-browser thumb-zone
$ npx -y skills add ZachArticulateV/designer-pro-and-seo --skill design-cro --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/design-croContext preview
The summary Claude sees to decide when to auto-load this skill.
Run a heuristic conversion-rate-optimization review of a landing or funnel page — CTA hierarchy, above-fold weight, form friction, trust-signal placement, copy clarity, and decision fatigue — scoring each finding by impact over effort. Uses Playwright for in-browser thumb-zone
name: design-cro description: Run a heuristic conversion-rate-optimization review of a landing or funnel page — CTA hierarchy, above-fold weight, form friction, trust-signal placement, copy clarity, and decision fatigue — scoring each finding by impact over effort. Uses Playwright for in-browser thumb-zone and interaction checks when connected; otherwise reviews the fetched HTML and flags those as manual checks. Trigger when the user says "cro", "conversion review", "why isn't this converting", "landing page review", "funnel review", "improve conversions", or "checkout friction review".
**Family:** design **Status:** Stable
A dedicated CRO skill. Runs a heuristic review of a landing page or funnel against established conversion principles and produces a prioritized list of conversion-killing issues with specific fixes. Works on a URL or local HTML with no external tools; Playwright optionally adds in-browser checks (thumb zones, real interaction).
Reviews against: CTA hierarchy (one primary), above-fold weight, form friction, trust signals near the decision, copy clarity (benefit-led, 3-second headline), decision fatigue, and mobile reality.
1. **Get the page.** Fetch the URL or read the local HTML (this is the free path). 2. **Walk the heuristic checklist**, cross-referencing `data/ux-rules.csv` (the `conversion` and `cta` tagged rules): is there exactly one primary CTA? Is the value prop above the fold? How many form fields? Are trust signals near the CTA? Does the headline read in ~3 seconds? Any decision fatigue / competing actions? 3. **Optional in-browser pass.** If Playwright is available, check thumb-zone reachability and real interaction; otherwise note that as a manual check. 4. **Score each finding** by Impact (high/med/low) and Fix Effort (high/med/low). 5. **Render** the findings ordered by Impact ÷ Effort, each with a specific fix. For copy fixes, hand to `copywriting`.
conversion/CTA rule set
CRO heuristics produce *hypotheses to test*, ranked by likely impact — not a substitute for A/B testing. Pair with `seo-drift` to confirm changes caused no SEO regression.
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…