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…
Content quality and E-E-A-T analysis with AI-citation-readiness assessment. Evaluates whether content will be trusted by human reviewers and cited by AI search (AI Overviews, ChatGPT, Perplexity). Trigger when the user says "content quality", "E-E-A-T", "content analysis",
$ npx -y skills add ZachArticulateV/designer-pro-and-seo --skill seo-content --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/seo-contentContext preview
The summary Claude sees to decide when to auto-load this skill.
Content quality and E-E-A-T analysis with AI-citation-readiness assessment. Evaluates whether content will be trusted by human reviewers and cited by AI search (AI Overviews, ChatGPT, Perplexity). Trigger when the user says "content quality", "E-E-A-T", "content analysis",
name: seo-content description: Content quality and E-E-A-T analysis with AI-citation-readiness assessment. Evaluates whether content will be trusted by human reviewers and cited by AI search (AI Overviews, ChatGPT, Perplexity). Trigger when the user says "content quality", "E-E-A-T", "content analysis", "readability check", "thin content", "content audit", or "is this content good enough".
**Family:** seo **Status:** Stable
Evaluate a piece of content for both human trust (E-E-A-T) and machine citability. The dual framing matters in 2026: content must convince human reviewers *and* be the kind of passage an LLM will quote.
1. **E-E-A-T** — Experience, Expertise, Authoritativeness, Trustworthiness (per Google's Quality Rater Guidelines): is there first-hand experience, a credentialed author, citations to primary sources, and clear sourcing? 2. **AI-citability (run the scorer):**
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/seo/geo_check.py" --content <file> --humanIt scores what fraction of passages make a specific, verifiable claim and stand alone when quoted — the strongest GEO signals. Fix the weak passages it lists. 3. **Readability** — sentence variety, jargon density, scannability (descriptive subheads, lists/tables where they aid comprehension). 4. **Thin-content / depth** — word count vs topical depth; missing sub-topics a competitor or the query implies. 5. **Originality** — strip generic-AI phrasing; flag claims needing a source. 6. **Render** per-dimension scores with sentence-level revision suggestions.
`content-draft` (writes the draft) — composed, not hard-depended (one-directional graph)
This skill audits; `content-draft` produces and `seo-content-brief` plans. Citability is now a first-class quality dimension, not a nice-to-have.
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…