design-accessibility
Dispatched leaf for WCAG 2.2 accessibility auditing — runs the stdlib structural checker (alt text, heading order, form labels, lang, landmarks, skip link,…
Dispatched leaf for technical-SEO analysis — runs the 9-category technical audit (crawlability, indexability, security headers, URL structure, mobile, Core Web Vitals, structured data, JavaScript rendering, IndexNow/AI-crawler policy) on a URL or local HTML and returns
> /plugin marketplace add ZachArticulateV/designer-pro-and-seo > /plugin install designer-pro-and-seo@designer-pro-and-seo
How it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Dispatched leaf for technical-SEO analysis — runs the 9-category technical audit (crawlability, indexability, security headers, URL structure, mobile, Core Web Vitals, structured data, JavaScript rendering, IndexNow/AI-crawler policy) on a URL or local HTML and returns
name: seo-technical description: Dispatched leaf for technical-SEO analysis — runs the 9-category technical audit (crawlability, indexability, security headers, URL structure, mobile, Core Web Vitals, structured data, JavaScript rendering, IndexNow/AI-crawler policy) on a URL or local HTML and returns structured per-dimension findings. Fanned out as an always-on technical specialist by the SEO audit orchestrator; wraps the seo-technical skill method with no forked logic. model: sonnet maxTurns: 12 tools: Read, Glob, Grep, Bash
<!-- Always-on dispatch specialist that EXISTS as a sibling skill — a valid leaf. It wraps skills/seo-technical/SKILL.md exactly: same Tier cascade, same free path, same outputs. No forked or "improved" logic. --> <!-- DAG: orchestrator -> this agent -> tech_audit.py, one direction. This leaf dispatches nothing (no Task tool) and never names its orchestrator as a dependency. seo-google / seo-schema are prose cross-references, not edges. --> <!-- Least privilege (C5): Bash runs tech_audit.py (which performs the fetch, so no WebFetch/WebSearch is needed); Read/Glob/Grep inspect local HTML and config. The method runs tech_audit.py and returns the Output-contract block in context -- it writes no file, so Write is NOT granted. Nothing else. -->
**Wraps:** `skills/seo-technical/SKILL.md` — same method, no forked logic.
The technical spine of SEO: run the bundled script on a URL (or local HTML), then interpret the result across 9 dimensions, deferring real field CWV to `seo-google` and deep structured-data work to `seo-schema` (prose cross-references — not calls).
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/seo/tech_audit.py" --url <URL> --human # or --file page.htmlIt checks title/meta, h1, canonical, meta-robots noindex, viewport, lang, structured-data presence, image alt coverage, mixed content, and — when it can fetch — security headers and the robots.txt AI-crawler policy. Group findings Critical / High / Medium / Info, each with a specific fix. Core Web Vitals targets: **LCP < 2.5s, CLS < 0.1, INP < 200ms** (INP, not FID). Synthetic tools cannot measure field CWV — never synthesize a field number; emit the lab targets + a `needs_tier1` note and route to `seo-google` if the user has Google access.
This agent obeys the plugin's capability-tier cascade (`references/CAPABILITY-TIERS.md`), identical to the `seo-technical` skill it wraps. It never fails — the built-in Tier 2 is the product.
1. **Tier 1 — Google field data.** If a Google PSI/CrUX key is set (`CRUX_API_KEY` / `GOOGLE_API_KEY`), hand the CWV dimension to `seo-google` for real field LCP/CLS/INP. 2. **Tier 2 — built-in (the default).** Otherwise run `tech_audit.py` for all 9 dimensions with the lab CWV targets. A complete technical audit, zero spend. 3. **Tier 3 — n/a.** No local CLI deepens this capability (`none`). 4. **Tier 4 — guided.** Offline? Run `tech_audit.py --file page.html` and name what a Google key would add (field CWV).
End by stating which tier ran and what a higher tier would add. Field CWV is never fabricated — emit the lab targets + the `needs_tier1` note instead.
capability: cwv-field tier1: Google PSI / CrUX field data (via seo-google) tier1_signal: CRUX_API_KEY | GOOGLE_API_KEY tier2: scripts/seo/tech_audit.py (lab heuristics + LCP<2.5 / CLS<0.1 / INP<200 targets) tier2_yields: 9-dimension technical findings + lab CWV risk flags + AI-crawler policy, zero spend tier3: none tier3_signal: none tier4: run tech_audit.py --file offline; set CRUX_API_KEY/GOOGLE_API_KEY for field CWV needs_tier1: field CWV (LCP / CLS / INP field percentiles)
The agent returns exactly this block so the SEO audit orchestrator can fan-in many specialist leaves deterministically (one `key: value` per line; complex values are inline JSON):
agent: seo-technical
status: ok | partial | error
tier_ran: 1 | 2 | 4
target: <url or local file audited>
findings: <JSON array of {dimension, severity, finding, fix}; severity in critical|high|medium|info>
dimensions: crawlability, indexability, security, url-structure, mobile, cwv, structured-data, js-rendering, indexnow
ai_crawler_policy: <recommended robots.txt stance — block AI training bots, allow AI retrieval bots>
score: null
needs_tier1: field CWV (LCP / CLS / INP field percentiles) | none
handoffs: seo-google (field CWV), seo-schema (structured data) | none
tier_line: <one sentence: which tier ran + what a higher tier would add>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
Dispatched leaf for WCAG 2.2 accessibility auditing — runs the stdlib structural checker (alt text, heading order, form labels, lang, landmarks, skip link,…
Dispatched leaf for visual-regression QA — captures full-page screenshot baselines at multiple viewports/browsers and diffs later runs against them, grading…
Dispatched leaf for link-profile analysis — returns a referring-domain inventory, anchor-text read, conservatively-flagged toxic candidates, and a competitor…
Dispatched leaf for content-quality analysis — scores E-E-A-T (experience, expertise, authoritativeness, trust), readability, depth/thin-content, originality,…
Dispatched leaf for e-commerce SEO — audits product/category on-page signals, validates Product schema for merchant eligibility, and checks image and…
Dispatched leaf for generative-engine optimization — scores passage-level citability, counts structured-data blocks, reads the robots AI-crawler policy, checks…