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…
Audit a page's images for SEO and performance — alt text, file size, modern formats (WebP/AVIF), responsive srcset, lazy loading, and CLS-safe dimensions, plus ready-to-run conversion commands. Uses DataForSEO for live image-SERP rankings when connected; otherwise audits from
$ npx -y skills add ZachArticulateV/designer-pro-and-seo --skill seo-image-audit --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/seo-image-auditContext preview
The summary Claude sees to decide when to auto-load this skill.
Audit a page's images for SEO and performance — alt text, file size, modern formats (WebP/AVIF), responsive srcset, lazy loading, and CLS-safe dimensions, plus ready-to-run conversion commands. Uses DataForSEO for live image-SERP rankings when connected; otherwise audits from
name: seo-image-audit description: Audit a page's images for SEO and performance — alt text, file size, modern formats (WebP/AVIF), responsive srcset, lazy loading, and CLS-safe dimensions, plus ready-to-run conversion commands. Uses DataForSEO for live image-SERP rankings when connected; otherwise audits from page fetch and parsing alone. Trigger when the user says "image seo", "image audit", "alt text", "image optimization", "convert to webp", "convert to avif", or "image performance".
**Family:** seo **Status:** Stable
The audit half of image SEO (split from generation because the two have different legal, asset, and API risk). Inventories a page's images and scores each on the dimensions that affect search and performance. The free path (fetch + parse) is the whole product; DataForSEO only adds live image-SERP context.
1. **Inventory images** — fetch the page (or scan the directory) and list every image with its `src`, dimensions, format, and file size. 2. **Score each image:**
(decorative images should have empty `alt=""`).
3. **Optional enrichment** — if the DataForSEO extension is configured, add image SERP rankings; otherwise state, in one line, what it would add. 4. **Render findings** grouped Critical / High / Medium / Low, each with a concrete fix and (for format/size) the recommended target. For "convert to webp/avif" requests, output ready-to-run conversion commands per image (`cwebp`, ImageMagick `magick`, or a Sharp snippet) as the actionable deliverable — running them needs that tool installed (see Notes).
Pairs with `seo-image-gen` (the generation half). Actual file conversion (WebP/AVIF) and metadata injection require Sharp/ImageMagick if you want the skill to perform the conversion rather than recommend it.
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…