# AI Content Brief Generator

**Name:** ai-content-brief
**Version:** 1.0.0
**Author:** Jack Nelson
**License:** MIT
**Category:** Marketing & Content Strategy

## Description

A free content strategy tool that generates a comprehensive content brief from any URL. Feed it a website, blog post, or landing page and get back a full content plan: audience analysis, topic ideas with hooks, content calendar, competitor angles, and SEO keywords — all ready for your marketing team.

## Triggers

- "generate a content brief for [URL]"
- "content brief [URL]"
- "content strategy for [URL]"
- "analyze content for [URL]"

## Usage

```
generate a content brief for https://example.com
```

## How It Works

1. User provides a URL
2. The skill fetches the page content using `web_fetch`
3. The prompt in `brief-generator.md` analyzes the content
4. A structured content brief is returned with:
   - **Target Audience Analysis** — Demographics, psychographics, pain points
   - **10 Content Topics with Hooks** — Ready-to-use angles with engagement hooks
   - **Recommended Content Calendar** — 4-week publishing schedule
   - **Competitor Angles** — Differentiation and positioning opportunities
   - **SEO Keywords** — Primary, secondary, and long-tail keyword clusters

## Tools Required

- `web_fetch` — To pull and parse URL content

## Files

- `SKILL.md` — This file (skill metadata and instructions)
- `brief-generator.md` — The core prompt/system for generating briefs
- `README.md` — GitHub documentation
- `LICENSE` — MIT License
