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…
Single-URL SEO review — on-page elements, content quality, meta, schema, images, observable performance signals, and internal links in one pass (real Core Web Vitals field data when seo-google is connected). Lightweight alternative to seo-audit when only one page matters.
$ npx -y skills add ZachArticulateV/designer-pro-and-seo --skill seo-page --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/seo-pageContext preview
The summary Claude sees to decide when to auto-load this skill.
Single-URL SEO review — on-page elements, content quality, meta, schema, images, observable performance signals, and internal links in one pass (real Core Web Vitals field data when seo-google is connected). Lightweight alternative to seo-audit when only one page matters.
name: seo-page description: Single-URL SEO review — on-page elements, content quality, meta, schema, images, observable performance signals, and internal links in one pass (real Core Web Vitals field data when seo-google is connected). Lightweight alternative to seo-audit when only one page matters. Trigger when the user says "analyze this page", "check page SEO", "single URL", "check this page", "review this URL", or provides one specific URL.
**Family:** seo **Status:** Stable
The single-page analyzer: the same on-page, meta, schema, image, and internal-link checks as a full audit, scoped to one URL, plus observable performance issues — real Core Web Vitals *field* data only when `seo-google` is connected. Cheaper to run and easier to act on for spot checks, pre-publish reviews, and "is this page good?" questions. The free path (fetch + parse + score) is the whole product; paid APIs only add live ranking and field-performance context.
1. **Fetch the page** (WebFetch, or `curl`-style retrieval of the raw HTML). For a local build, read the file directly. 2. **On-page & meta** — check: one descriptive `<title>` (≤ ~60 chars), meta description (~150–160 chars), exactly one `<h1>` and a logical heading order, canonical tag, meta robots, and Open Graph / Twitter card tags. 3. **Content quality** — word count vs topical depth, target-keyword presence in title/H1/early body (without stuffing), readability, and whether the page answers the likely search intent. (Hand to `seo-content` for deep E-E-A-T.) 4. **Schema** — detect JSON-LD; validate type appropriateness and required properties; flag rich-result eligibility. (Delegate deeper work to `seo-schema`.) 5. **Images** — alt text presence/quality, dimensions declared (CLS), modern formats (WebP/AVIF), and lazy-loading below the fold. 6. **Performance** — note render-blocking resources and obvious payload issues. If `seo-google` (PageSpeed/CrUX) is available, pull real LCP/CLS/INP; otherwise report observable issues and say field data needs `seo-google`. 7. **Internal links** — count, descriptive anchor text, and whether the page links to/within relevant site sections. 8. **Optional enrichment** — if the DataForSEO extension is configured, add live ranking/keyword context; otherwise state, in one line, what it would add. 9. **Render a compact report** — findings grouped Critical / High / Medium / Low, each with a specific fix.
`seo-google` (real CWV/field data), DataForSEO extension (ranking context)
A focused single-page subset of `seo-audit`; both exist because their cost profiles differ (one URL vs. a full crawl). They share the same checks — keep the simple entry point (see `references/ENGINE-CONTRACTS.md` §5 on the free path).
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…