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…
Capture a reference site's section structure, color and font tokens, and recurring component patterns into a clean, annotated inspiration file for rebuilding from scratch — never verbatim reuse. Renders with Playwright when connected; otherwise uses a static fetch (lower
$ npx -y skills add ZachArticulateV/designer-pro-and-seo --skill html-extract --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/html-extractContext preview
The summary Claude sees to decide when to auto-load this skill.
Capture a reference site's section structure, color and font tokens, and recurring component patterns into a clean, annotated inspiration file for rebuilding from scratch — never verbatim reuse. Renders with Playwright when connected; otherwise uses a static fetch (lower
name: html-extract description: Capture a reference site's section structure, color and font tokens, and recurring component patterns into a clean, annotated inspiration file for rebuilding from scratch — never verbatim reuse. Renders with Playwright when connected; otherwise uses a static fetch (lower fidelity on JS-heavy sites). Trigger when the user says "html extract", "scrape this site for reference", "pull the structure from this site", "pull components from this page", "capture this site's layout for rebuild", or "use this site as a build reference".
**Family:** build-and-qa **Status:** Stable
Given a reference URL, extract the rendered structure, design tokens (fonts, colors), and component patterns into a clean, annotated reference that downstream skills (`design-build`, `parallel-build`, `blast-prompt`) use as *inspiration*. This is pattern capture for reimplementation — **not** copy/paste of someone's deployed code.
1. **Fetch the page** — static fetch (WebFetch / `curl`) for the free path; if it's JS-rendered and Playwright is available, render first. Say which path ran. 2. **Extract**: the HTML structure (section outline), the dominant color palette and font families, and the recurring component patterns (hero, nav, pricing, testimonials, footer). 3. **Clean**: strip analytics, ads, third-party scripts, and deploy-only IDs/classes — keep structure and tokens, drop the cruft. 4. **Annotate**: label each section with what it is and *why* it's worth borrowing (the pattern, not the pixels). 5. **Save** to the user's project workspace (e.g. `./inspiration/<slug>.md`) with the source URL + capture date in frontmatter, and a banner: **inspiration only — never deploy verbatim**.
The legal/ethical line is firm: capture *patterns* to rebuild with the user's own brand and content; the output is context for other skills, never deployable code. Respect the source site's Terms of Service (see `PRIVACY.md`).
Related skills: to turn a captured reference into a coherent brand system (color, type, motion, spacing language), hand the extracted tokens to `design-system-gen`.
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…