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…
Detect, validate, and generate Schema.org structured data as JSON-LD. A bundled validator checks required and recommended properties against Google's 2026 rich-results rules and flags deprecated types (e.g. FAQPage); a separate cross-page pass reviews @id references so the site
$ npx -y skills add ZachArticulateV/designer-pro-and-seo --skill seo-schema --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/seo-schemaContext preview
The summary Claude sees to decide when to auto-load this skill.
Detect, validate, and generate Schema.org structured data as JSON-LD. A bundled validator checks required and recommended properties against Google's 2026 rich-results rules and flags deprecated types (e.g. FAQPage); a separate cross-page pass reviews @id references so the site
name: seo-schema description: Detect, validate, and generate Schema.org structured data as JSON-LD. A bundled validator checks required and recommended properties against Google's 2026 rich-results rules and flags deprecated types (e.g. FAQPage); a separate cross-page pass reviews @id references so the site reads as one entity graph. Trigger when the user says "schema", "structured data", "rich results", "JSON-LD", "schema markup", "validate schema", "schema graph", or "rich results eligibility".
**Family:** seo **Status:** Stable
Full Schema.org JSON-LD lifecycle: detect what's present, validate against required properties, generate appropriate markup for the page type, and check `@id` cross-references across pages to form a coherent schema graph (a frequently-missed dimension). JSON-LD is the only format Google recommends.
Encodes 2026 reality: active rich-result types include Article, Product, Review/AggregateRating, Event, Organization, LocalBusiness, BreadcrumbList, VideoObject — and **FAQPage rich results were deprecated on 2026-05-07** (still valid schema and useful for AI/semantic context, but no longer a Google rich result). The validator flags this so you don't promise a snippet that won't appear.
1. **List supported types + their required props:**
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/seo/schema_gen.py" --list2. **Detect / validate** existing markup (extract `application/ld+json` blocks from the page, then):
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/seo/schema_gen.py" --validate markup.jsonReports missing required + recommended properties and any deprecation warnings. 3. **Generate** the right type for the page (Article/Product/LocalBusiness/etc.):
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/seo/schema_gen.py" --type Article --data '{"headline":"...","author":"...","datePublished":"2026-06-01"}'It auto-validates the result so you only ship complete markup. Use ISO 8601 for dates. 4. **Graph-check:** across multiple pages, verify `@id` references resolve (Organization ↔ WebSite ↔ Article author, BreadcrumbList positions) so the site reads as one entity graph, not disconnected snippets. 5. **Deliver** ready-to-drop JSON-LD `<script type="application/ld+json">` blocks and a validation summary.
Cross-page `@id` graph linking is frequently missed — most tools validate per-page only. A hub for the SEO family (`seo-page`, `seo-technical`, `seo-local-unified`, `seo-ecommerce` lean on 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…