Agent skill · Databases

content-brief

Generates a fully structured SEO content brief for a target keyword and optionally pushes it to a Notion database. Use this skill whenever the user says 'create a content brief', 'brief this keyword', 'run a content brief for', 'generate a brief', 'write a brief for [keyword]', 'content brief on [topic]', or any variation where someone needs a keyword researched and turned into a structured writing assignment with H1, H2 outline, FAQ, internal links, word count target, and writer notes. Also triggers when the user provides a keyword and asks for an SEO brief, editorial brief, or writing spec.

Infrasity-Labsgithub.com/Infrasity-LabsGitHub ↗
claude-codeships scriptsMIT
Install
npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill content-brief --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 6
SKILL.md size: 11 KB
Bundled scripts: yes
Path: .claude/skills/content-brief/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 97
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Content Brief — Keyword-to-Notion Brief Generator Generates a structured SEO content brief from a target keyword. Output follows the mandatory Direction prompt format so the `text_parser.py` script can extract every field for Notion without manual cleanup. ## Invocation Triggers **Explicit phrases** (any of): - "create a content brief for [keyword]" - "brief this keyword: [keyword]" - "content brief on [topic]" - "generate a brief for [keyword]" - "write a brief for [keyword]" - "run the content brief skill" **Implicit signals:** - User provides a keyword and asks for an SEO spec, editorial spec, or writing assignment - User pastes a keyword list and asks for briefs When triggered, run immediately — no upfront intake beyond the keyword itself. ## Grill-Me Intake (One Question, Optional) Run the brief without questions when the keyword is clear. Ask **one** clarifying question only when **both** are true: 1. The target audience or client is not inferrable from context 2. Audience changes the content angle meaningfully (e.g., "project management software" could target PMs or developers) > **Quick clarification — who is the primary audience for "[keyword]"?** > 1. [Inferred persona

What's inside
Steps it walks through
  1. Invocation Triggers
  2. Grill-Me Intake (One Question, Optional)
  3. Data Gathering (Before Writing the Brief)
  4. Step 1 — Keyword Metrics
  5. Step 2 — Competitor H2/H3 Analysis
  6. Step 3 — Search Intent Classification
  7. Step 4 — Priority Scoring
  8. Direction Prompt Output Format (Mandatory)
  9. Workflow Architecture (9 Nodes)
  10. Batch Processing Mode
  11. Notion Push (When MCP Available)
  12. Multi-Client Setup
  13. Output When Notion MCP Is Not Connected
  14. Validation Gate
Ships with 5 files
  • references/error-handling.md
  • references/notion-schema.md
  • references/routing-logic.md
  • scripts/brief_validator.py
  • scripts/text_parser.py
More from dev-gtm-claude-skills
All skills →
About this skill
What does the content-brief skill do?

Generates a fully structured SEO content brief for a target keyword and optionally pushes it to a Notion database. Use this skill whenever the user says 'create a content brief', 'brief this keyword', 'run a content brief for', 'generate a brief', 'write a brief for [keyword]', 'content brief on [topic]', or any variation where someone needs a keyword researched and turned into a structured writing assignment with H1, H2 outline, FAQ, internal links, word count target, and writer notes. Also triggers when the user provides a keyword and asks for an SEO brief, editorial brief, or writing spec.

How do I install it?

Run `npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill content-brief --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Infrasity-Labs/dev-gtm-claude-skills, a repository with 97 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going