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…
SERP-overlap semantic topic clustering for content architecture — groups keywords into hub-and-spoke clusters (one pillar + supporting spokes) with an internal-link matrix and intent labels. The free path clusters keywords by actual shared Google results (SERPs acquired via
$ npx -y skills add ZachArticulateV/designer-pro-and-seo --skill seo-cluster --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/seo-clusterContext preview
The summary Claude sees to decide when to auto-load this skill.
SERP-overlap semantic topic clustering for content architecture — groups keywords into hub-and-spoke clusters (one pillar + supporting spokes) with an internal-link matrix and intent labels. The free path clusters keywords by actual shared Google results (SERPs acquired via
name: seo-cluster description: SERP-overlap semantic topic clustering for content architecture — groups keywords into hub-and-spoke clusters (one pillar + supporting spokes) with an internal-link matrix and intent labels. The free path clusters keywords by actual shared Google results (SERPs acquired via WebSearch, clustered deterministically by serp_cluster.py); DataForSEO/Semrush deepen it with live bulk SERPs and keyword volume/CPC/difficulty. Trigger when the user says "topic cluster", "content cluster", "semantic clustering", "pillar page", "hub and spoke", "content architecture", "keyword grouping", or "cluster plan".
**Family:** seo **Status:** Stable
Plan content architecture as **hub-and-spoke clusters**: one pillar page per cluster, supporting spoke articles linking to and from it, with an internal-link matrix that specifies anchor text. Keywords are grouped by **SERP overlap** — if Google returns the same pages for two keywords, they belong on one page; if it returns different pages, they need separate pages. That shared-result signal, not word or embedding similarity, is the only one that predicts whether a single URL can rank for the group (see `references/seo-cluster/serp-overlap-method.md`). The pillar is the most SERP-central keyword; the spokes specialize under it (`references/seo-cluster/hub-and-spoke.md`).
1. **Expand seeds** into a keyword set (modifiers, questions, related terms). 2. **Acquire SERPs (this is the acquisition step, not the script).** For each keyword, gather the top-ranked URLs into a SERP blob — a JSON object `{keyword: [ranked urls]}`. Free path: read SERPs with **WebSearch**. Tier-1 path: pull bulk live SERPs from a DataForSEO / Semrush MCP when connected. 3. **Cluster deterministically** over that blob:
python3 "${CLAUDE_PLUGIN_ROOT}/scripts/seo/serp_cluster.py" \
--serps serps.json --threshold 3 --top 10 --human`serp_cluster.py` computes pairwise SERP overlap, clusters by shared-URL single-linkage at the chosen threshold, classifies each keyword's intent, picks the pillar, and emits the internal-link matrix. It **never fetches** anything and runs fully offline; it is the deterministic post-processor over the supplied blob. 4. **Review roles** — confirm the pillar (broad/head) and spokes (specific/long-tail) per cluster; split any visibly mixed-intent or over-merged cluster (the chaining caveat in the method reference). 5. **Render** the cluster map: drop the script's JSON into `skills/seo-cluster/templates/cluster-map.html` (replace the `/*__SERP_CLUSTER_JSON__*/ null` sentinel — the marker plus the `null` after it — so both the template and the injected result stay valid JS) for an interactive hub-and-spoke view, plus the link matrix (CSV/markdown). Hand each pillar/spoke to `seo-content-brief` to brief the page.
This skill follows the plugin's capability-tier cascade (`references/CAPABILITY-TIERS.md`) and always returns a cluster plan:
1. **Tier 1 — DataForSEO / Semrush MCP.** When connected, pull live bulk SERPs per keyword (and, separately, keyword volume / CPC / difficulty) to feed clustering at scale and to prioritize the resulting pillars. 2. **Tier 2 — built-in (the default).** Otherwise acquire SERPs with **WebSearch** and cluster them with `serp_cluster.py` — deterministic SERP-overlap clustering, intent labels, pillar selection, and the internal-link matrix, with no key and no network in the script. This is the product. 3. **Tier 4 — guided.** If no SERP data can be gathered at all, deliver a manual keyword-grouping checklist (group by intent + obvious shared theme) and name DataForSEO / Semrush as the way to add live SERPs + volume.
capability: serp-keywords tier1: DataForSEO / Semrush MCP (live bulk SERPs + keyword volume/CPC/difficulty) tier1_signal: DATAFORSEO_USERNAME | DATAFORSEO_PASSWORD tier2: serp_cluster.py (SERP-overlap clustering over a WebSearch-acquired SERP blob, no key) tier2_yields: hub-and-spoke clusters + intent labels + internal-link matrix, zero spend tier3: none tier3_signal: none tier4: manual keyword-grouping checklist; add DataForSEO/Semrush for live bulk SERPs + volume needs_tier1: keyword search volume, CPC, keyword difficulty
Always end by stating which tier ran and what volume/SERP-scale data a higher tier would add.
| Output | What it contains | Format | Quality bar (how it is scored) | |---|---|---|---| | Cluster map | Each keyword → its cluster, with pillar vs spoke and an intent label per keyword | JSON (default) + interactive `cluster-map.html` | Every keyword is placed (a clustered member or a flagged singleton); clustering is deterministic — the same blob reproduces it byte-for-byte | | Hub-and-spoke plan | One pillar + its spokes per cluster, pillar chosen by SERP centrality | JSON `clusters[]` / ASCII `--human` | Exactly one pillar per cluster; every **direct** spoke shares ≥ threshold URLs with the pillar; a member pulled in only through a single-linkage chain (< threshold with the pillar) is flagged `bridged` and never gets a below-threshold pillar link; mixed-intent clusters surfaced for a split | | Internal-link matrix | Directed links (spoke→pillar, pillar→spoke, spoke→2–3 siblings, and a bridged spoke→its bridge) with anchor text per link | JSON `link_matrix[]` (CSV/markdown on request) | Every direct spoke links up to its pillar with the pillar keyword as anchor; a bridged spoke links up to the member it actually co-ranks with (≥ threshold), never t
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…