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…
Orchestrates a multi-specialist SEO audit — detects business type, dispatches the available specialist skills, and aggregates one weighted health score with a prioritized, deduped fix list. Crawls up to ~500 pages when seo-firecrawl is connected; otherwise audits the key URLs
$ npx -y skills add ZachArticulateV/designer-pro-and-seo --skill seo-audit --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/seo-auditContext preview
The summary Claude sees to decide when to auto-load this skill.
Orchestrates a multi-specialist SEO audit — detects business type, dispatches the available specialist skills, and aggregates one weighted health score with a prioritized, deduped fix list. Crawls up to ~500 pages when seo-firecrawl is connected; otherwise audits the key URLs
name: seo-audit description: Orchestrates a multi-specialist SEO audit — detects business type, dispatches the available specialist skills, and aggregates one weighted health score with a prioritized, deduped fix list. Crawls up to ~500 pages when seo-firecrawl is connected; otherwise audits the key URLs you provide and says so. Trigger when the user says "seo audit", "full site audit", "comprehensive seo review", "analyze my site for seo", "website health check", or "audit my site for seo".
**Family:** seo **Status:** Stable
The orchestrator and public face of the SEO family. Runs the available specialist skills against your target, then aggregates their findings into one weighted health score with a prioritized fix list — so the user gets a single answer, not eight disconnected reports.
Scope note (honest): it audits the **URLs you provide** out of the box. Full-site crawling (up to ~500 pages, business-type auto-detect at scale) activates when the `seo-firecrawl` skill is installed; without it, point it at the key URLs.
1. **Scope.** Take the URL(s). If `seo-firecrawl` is available, crawl to discover pages; otherwise audit the provided URLs and say so. 2. **Profile.** Infer business type (SaaS / e-commerce / local / publisher / agency) from the content to decide which conditional specialists apply. 3. **Dispatch the specialist agents in parallel** — real Agent-tool sub-agents, each a dispatched leaf under `agents/` (one-directional, no back-edges). The full roster and the dispatch conditions are in `references/seo-audit/dispatch-matrix.md`. Always fan out the five always-on agents:
Then add the conditional agents the profile and connected tooling call for: `seo-content` (content depth / E-E-A-T) and `seo-geo` (AI-citability) by default, plus `seo-local-unified` for a local business or `seo-ecommerce` for a store; when their tools are connected, also `seo-google` (real CWV / rankings) and `seo-backlinks`. Each agent obeys the plugin's tier cascade and returns its machine-parseable `## Output contract` block for deterministic fan-in. Record which specialists ran and which were skipped (and why) rather than implying coverage you didn't run. 4. **Aggregate + score.** Collect each agent's Output-contract score and feed the per-specialist map to `scripts/workflow/audit_aggregate.py`, which computes one weighted health score (0–100) **re-normalized over the specialists that actually ran** — a skipped specialist is excluded from the denominator, never zeroed. The weight table (anchors `seo-technical` and `seo-page` at 20; `seo-content` 15; the mid band at 10; `seo-geo` 5) and the grade bands are in `references/seo-audit/scoring-weights.md`. Report the weighting used.
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/workflow/audit_aggregate.py" --file scores.json --human5. **Prioritize.** Merge findings into one list: Critical → High → Medium → Low, deduped, each with the owning specialist and a specific fix. 6. **Render** the health score, the prioritized fix list, and per-specialist appendices. State explicitly which specialists ran and which were skipped.
`seo-image-audit` — each dispatched as its `agents/<name>.md` leaf
`seo-geo`, `seo-local-unified`, `seo-ecommerce`, `seo-google`, `seo-backlinks`
conditional dispatch
Most SEO requests should land here first; it routes to specialists. It dispatches real Agent-tool sub-agents in parallel (`agents/`), one per specialist leaf, and never claims coverage it didn't run — the "covered / not covered" list plus the re-normalized denominator keep the health score honest. Adding a new specialist agent auto-joins this socket (see `references/seo-audit/dispatch-matrix.md`).
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…