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…
Pulls real Google field data — Search Console search analytics (impressions, clicks, CTR, position), URL Inspection and sitemap status, PageSpeed Insights and CrUX Core Web Vitals (LCP, INP, CLS), and GA4 organic traffic. Uses a connected Search Console MCP or Google APIs when
$ npx -y skills add ZachArticulateV/designer-pro-and-seo --skill seo-google --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/seo-googleContext preview
The summary Claude sees to decide when to auto-load this skill.
Pulls real Google field data — Search Console search analytics (impressions, clicks, CTR, position), URL Inspection and sitemap status, PageSpeed Insights and CrUX Core Web Vitals (LCP, INP, CLS), and GA4 organic traffic. Uses a connected Search Console MCP or Google APIs when
name: seo-google description: Pulls real Google field data — Search Console search analytics (impressions, clicks, CTR, position), URL Inspection and sitemap status, PageSpeed Insights and CrUX Core Web Vitals (LCP, INP, CLS), and GA4 organic traffic. Uses a connected Search Console MCP or Google APIs when available; otherwise runs built-in on-page technical and GEO checks and names exactly what to connect for field data. Trigger when the user says "search console", "GSC", "PageSpeed", "CrUX", "field data", "GA4 organic", "URL inspection", or "real CWV data".
**Family:** seo **Status:** Stable
The "real field data" layer for the SEO family — Google's own measurements of how real users experience a site, versus the synthetic/lab heuristics in `seo-technical`. It is **tool-aware**: when a Google Search Console MCP (or Google APIs) is connected it returns true field data; when nothing is connected it still delivers a real on-page technical + GEO read and names precisely what to connect to unlock field data. It never just fails.
What field data adds when connected:
sitemap status
CrUX's multi-week history
1. **Detect available tooling.** Run `python3 "${CLAUDE_PLUGIN_ROOT}/scripts/workflow/capability_probe.py"` (env keys) and check whether a Search Console / Google MCP is exposed this session. 2. **Field-data path (Tier 1, if connected).** Call the connected GSC/Google MCP or Google APIs for the requested signal; normalize into a compact table; for CrUX, overlay the available history. 3. **Built-in path (Tier 2, always available).** Fetch the page with WebFetch and run `python3 "${CLAUDE_PLUGIN_ROOT}/scripts/seo/tech_audit.py"` (on-page technical: title/meta, canonical, robots, viewport, structured-data presence, security headers, INP<200ms guidance) and `python3 "${CLAUDE_PLUGIN_ROOT}/scripts/seo/geo_check.py"` (AI-citability + llms.txt). This is real, useful output on its own — it just isn't *field* data. 4. **Report which tier ran** and, if field data wasn't available, the one-line setup to unlock it (connect a Search Console MCP, or set Google API OAuth).
This skill follows the plugin's capability-tier cascade (`references/CAPABILITY-TIERS.md`):
1. **Tier 1 — Google data.** If a Search Console / Google MCP or Google APIs are connected, use them for true field data (GSC analytics, CrUX CWV, GA4 organic). 2. **Tier 2 — built-in (default).** Otherwise WebFetch + `tech_audit.py` + `geo_check.py` for an on-page technical + GEO read. Lab/heuristic, not field. 3. **Tier 4 — guided.** If a request strictly needs field data (e.g. impressions) and no Google tool is connected, deliver the built-in read and name the exact setup to unlock the field metric.
Always state which tier ran and what connecting Google would add.
GEO findings when Tier 2)
Tier 1, real-user values
real field data; free path below works without them
When connected, this is the field-data source of truth the rest of the SEO family defers to for "is this actually a problem for real users?" `seo-technical` covers the synthetic/lab side. Related: `seo-geo` (AI-citability depth).
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…