answer-engine-optimize…
Optimize a brand's mapped content to get cited by AI answer engines — Google AI Overviews, ChatGPT, Perplexity, Gemini. Scores drafts for citation-readiness…
Generate entity-aware, Koray-style content briefs from a topical-map node or any target query — a semantically ordered heading skeleton with entity/attribute tags, internal-link targets, snippet target, word budgets, locked-facts references, and a do-not-fabricate list. Use
$ npx -y skills add siddiqss/semantic-seo-suite --skill content-brief-generator --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/content-brief-generatorContext preview
The summary Claude sees to decide when to auto-load this skill.
Generate entity-aware, Koray-style content briefs from a topical-map node or any target query — a semantically ordered heading skeleton with entity/attribute tags, internal-link targets, snippet target, word budgets, locked-facts references, and a do-not-fabricate list. Use
name: content-brief-generator description: > Generate entity-aware, Koray-style content briefs from a topical-map node or any target query — a semantically ordered heading skeleton with entity/attribute tags, internal-link targets, snippet target, word budgets, locked-facts references, and a do-not-fabricate list. Use whenever the user asks for a content brief, an article outline, writer instructions, "brief for X", or wants to start writing an article that exists in the topical map. Runs SERP recon first. Triggers on outline/brief intent broadly, not just the word "brief".
Produce a brief a stranger writer could execute without further explanation, built on the page's contextual vector (heading order = meaning) and locked to one macro context.
Read first: `../../framework/contextual-vectors.md`, `../../framework/macro-micro-semantics.md`, `../../framework/query-semantics.md`, `../../framework/internal-linking-rules.md`.
1. **Load the node** (target query, intent, entities, query network, internal links). If ad-hoc, first decompose the query's entity via `../../framework/eav-modeling.md`.
2. **SERP recon** for the target query:
which entities/attributes they cover. Note gaps you can beat.
data. Record provenance.
3. **Build the contextual vector** (the outline). Order per contextual-vectors.md: definition/snippet lead → defining attributes → values/how-to → comparisons/related → question network → edge cases (macro-micro border with a grouper question). Tag each heading `entity:` / `attr:` / `rel:` / `q:`, state `must_cover`, set a `word_budget` guideline. Keep ONE macro context and one intent.
4. **Snippet target.** Write the ~40-word extractive answer the lead should win.
5. **Internal links.** Pull `up`/`down`/`lateral` from the node; add descriptive, varied anchor suggestions from the target nodes' query networks. Justify laterals (named shared attribute at T0; embedding distance at T1).
6. **Lock the facts.** List `locked_facts_refs` (keys the article may state) and an explicit `do_not_fabricate` list (specs/stats/prices lacking provenance — pull the brand's `_pending_owner_confirmation` items into here).
7. **Intent-conflict check** vs sibling nodes (query-semantics.md): flag any node with overlapping query network + same intent. T0 by judgement; T1 via `../../scripts/semantic_distance.py`.
8. **Emit** `brands/<slug>/briefs/<node-slug>.md` (a readable brief) and, if the pipeline wants structured data, a JSON alongside it validating against `../../templates/brief.schema.json`. Set node `status: briefed`.
justification, SERP-verified intent.
A free, open-source alternative to Surfer, MarketMuse, Clearscope & Frase — built as Claude Code skills. Topical authority, content briefs, AI writing, schema, GEO, and backlinks. With a fabrication guard that refuses to invent numbers.
Optimize a brand's mapped content to get cited by AI answer engines — Google AI Overviews, ChatGPT, Perplexity, Gemini. Scores drafts for citation-readiness…
Plan how a brand's published content gets seen — per-piece channel fit, repurposing atoms (X thread, LinkedIn post, Reddit answer, short-form video,…
Plan off-page authority for a brand — find and prioritize backlink opportunities from its topical map and competitor set, with a safe anchor-text mix and a…
Generate an internal-linking plan and JSON-LD structured data from a brand's topical map and entity profile. Use whenever the user asks about internal links,…
Write a full article draft from a semantic-SEO brief, following the micro-semantics writing rules and the brand's locked facts, then validate-and-repair it…
Audit an existing site against its topical map — coverage gaps, keyword cannibalization, entity drift, orphan pages, and per-page micro-semantic issues. Use…