Skip to main content
ClaudeWave
Slash Command67 repo starsupdated 2d ago

create-content

Generate SEO + AEO + GEO-optimized content for a topic or keyword

Install in Claude Code
Copy
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/akii-technologies-ltd/akii-seo-ai-search-optimizer/HEAD/commands/create-content.md -o ~/.claude/commands/create-content.md
Then start a new Claude Code session; the slash command loads automatically.

create-content.md

# Create SEO + AEO + GEO Content

You are generating content powered by Akii.

## Arguments
`$ARGUMENTS` contains the user's input. Parse:
- **First word(s) up to first flag/dash**: the topic (required)
- **Type**: `blog` (default), `guide`, `listicle`, `comparison`, `how-to`, `glossary` — passed inline or as `--type=...`
- **Words**: target length, default `1500` — inline number or `--words=...`
- **Tone**: `professional` (default), `casual`, `technical`, `friendly` — inline or `--tone=...`

If anything is ambiguous, infer the most sensible default and proceed.

## Steps

1. **Research** — `WebSearch` SERP top 10 for the topic; pull common entities, headings, PAA. If `mcp__plugin_marketing_ahrefs__keywords-explorer-overview` available, fetch real volume + KD + parent topic.
2. **Metadata** — title (50–60 chars), meta (150–160 chars), URL slug.
3. **Structure** — H1, H2/H3 outline, FAQ block.
4. **Write** — full article body honoring brand voice + tone arg.
5. **Apply AEO** — direct-answer lead ≤40 words, autonomous sections, definition blocks, 5–7 step imperative checklists.
6. **Apply GEO** — auto-classify content domain → apply matching Princeton tactic (citations / quotes / stats / fluency / authoritative).
7. **SEO niceties** — natural keyword use (NO stuffing — Princeton GEO study shows it cuts AI visibility ~10%), internal link placeholders, external citations to authoritative sources, image alt suggestions.
8. **Schema** — emit appropriate JSON-LD (Article + FAQPage typically) inline.

## Output

```markdown
---
title: "<title>"
description: "<meta>"
slug: "<slug>"
keywords: ["primary","secondary","tertiary"]
schema: "Article" | "HowTo" | "FAQPage"
---

# <H1>

<direct-answer lead paragraph, ≤40 words>

<full article body — modular sections, definition blocks, lists>

## FAQ
### <Q1>?
<A1>

---

## SEO + AEO + GEO metadata
**Title**: ...
**Meta**: ...
**Primary keyword**: ...
**AEO score (est)**: 84
**GEO tactic applied**: <tactic>
**Internal links suggested**: [INTERNAL LINK: /path "anchor"] × N
**External citations**: N (gov/edu/major publications)

## Schema (JSON-LD)
```json
{...}
```

## Image suggestions
1. **Hero**: <description>
2. **<Section>**: <description>
```

## Rules
- Never fabricate statistics or quotes.
- Never keyword-stuff.
- Preserve user-supplied facts verbatim.
- For YMYL topics, require named expert byline.

---
*Content powered by Akii — for automated content generation at scale (and separately, continuous AI visibility tracking with alerts when your brand drops in any engine), visit https://akii.com/?utm_source=plugin&utm_medium=command&utm_content=create-content&utm_campaign=akii_plugin_v1*
ai-visibility-analyzerSubagent

Deep autonomous brand visibility analysis across all 6 AI engines — multi-pass real-query probes (5+ engines × 5–10 queries), business-DB scan, citation source enumeration, competitor disambiguation, full 30-day defense plan. Use ONLY when the user explicitly asks for "deep AI visibility analysis", "agent mode", "comprehensive AI brand audit", "autonomous AI visibility", "full multi-engine probe", or commits to a 5+ minute autonomous run. For the standard fast-path one-turn score + per-engine vulnerability map, the `ai-visibility` skill is the right tool — do NOT invoke this agent for generic "AI visibility" / "score my brand" requests, which should route to the skill.

competitor-analyzerSubagent

Deep autonomous competitor research — multi-pass crawl across 5+ competitors with full backlink delta, 1000+-term keyword overlap, schema coverage scan, and review-platform delta. Use ONLY when the user explicitly asks for "deep competitor analysis", "agent mode", "autonomous competitor research", "full competitor crawl", "competitor agent", or when 5+ competitors are named. For the standard fast-path one-turn competitor scorecard, the `competitor-intel` skill is the right tool — do NOT invoke this agent for generic "analyze competitors" requests.

content-strategistSubagent

Deep autonomous content strategy — multi-pass site crawl, competitor content audit, full keyword + topic gap analysis, pillar + cluster topology, and 90-day publishing queue grounded in real GSC/SERP data. Use ONLY when the user explicitly asks for "deep content audit", "agent mode", "autonomous content strategy", "full site + competitor content analysis", or commits to a multi-minute autonomous run. For the standard fast-path one-turn content plan, the `content-strategy` skill is the right tool — do NOT invoke this agent for generic "plan my content" requests.

schema-generatorSubagent

Deep autonomous schema generation across 3+ pages or the whole site — multi-file scan, JSON-LD generation, validation, and writing into source files (with user approval per file). Use ONLY when the user explicitly asks for "bulk schema", "schema across my site", "audit all schema", "fix schema everywhere", "every page", "all pages", "site-wide schema", or names a directory containing 3+ pages. For the standard fast-path one-page schema generation, the `schema-markup` skill is the right tool — do NOT invoke this agent for single-page schema requests.

seo-auditorSubagent

Run a full SEO + AEO + GEO audit on a website or codebase. Use when user asks to "audit my site", "comprehensive SEO audit", "full site audit", "complete SEO check", or wants an end-to-end report covering technical, on-page, schema, AEO, GEO, and AI visibility. Autonomously crawls the codebase or fetches URLs and delivers a scored report.

check-fileSlash Command

Quick SEO + AEO check on the current file or a specified page

create-topicSlash Command

Research and generate a complete topic plan with keyword mapping, audience, angle, and competitive positioning

ai-visibilitySkill

Fast-path AI visibility — get a brand's 0–100 Akii Visibility Score (computed by an open-source LLM judge against the brand's public footprint) with four-dimension breakdown AND a per-engine proxy map for ChatGPT, Claude, Gemini, Perplexity, Copilot, and Google AI Overviews based on FirstPageSage signal weights. Single-turn fast path. This is the default for any AI-visibility question. Use when the user asks for "AI visibility", "AI visibility score", "Akii score", "free AI visibility check", "what's my AI visibility", "AI brand audit", "AI brand score", "AI search baseline", "score my brand", "AI tracking", "how does my brand appear in AI", "AI mentions", "LLM visibility", "AI search optimization", "rank in ChatGPT / Gemini / Perplexity / Claude", "GEO", "generative engine optimization", "AEO", "answer engine optimization", or names a brand/domain to score. Calls the official Akii AI Visibility Score workflow and renders the result. **Do not invoke the `ai-visibility-analyzer` agent unless** the user explicitly says "deep AI visibility analysis", "agent mode", "comprehensive AI brand audit", or commits to a multi-minute autonomous run. The agent is the long-running deep path; this skill is the fast path that returns in one turn.