/seo-flow
FLOW framework integration: evidence-led SEO using the Find → Leverage → Optimize → Win loop. Surfaces stage-specific AI prompts from the FLOW knowledge base (41 prompts, CC BY 4.0). Use when user says "FLOW", "FLOW framework", "seo flow", "evidence-led SEO", "find leverage
$ npx -y skills add AgriciDaniel/claude-seo --skill seo-flow --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/seo-flow
Context preview
The summary Claude sees to decide when to auto-load this skill.
FLOW framework integration: evidence-led SEO using the Find → Leverage → Optimize → Win loop. Surfaces stage-specific AI prompts from the FLOW knowledge base (41 prompts, CC BY 4.0). Use when user says "FLOW", "FLOW framework", "seo flow", "evidence-led SEO", "find leverage
SKILL.md
seo-flow.SKILL.mdname: seo-flow
description: >
FLOW framework integration: evidence-led SEO using the Find → Leverage →
Optimize → Win loop. Surfaces stage-specific AI prompts from the FLOW
knowledge base (41 prompts, CC BY 4.0). Use when user says "FLOW", "FLOW
framework", "seo flow", "evidence-led SEO", "find leverage optimize win",
or wants stage-specific SEO prompts.
user-invocable: true
argument-hint: "[stage] [url|topic]"
license: MIT
metadata:
author: AgriciDaniel
version: "2.2.4"
category: seo
FLOW Framework: Find · Leverage · Optimize · Win
FLOW is an evidence-led SEO operating model built for the AI-search era. Claude SEO integrates the FLOW prompt library (41 prompts across 5 stages) so every analysis can be driven by structured, evidence-backed AI prompts rather than improvised queries.
> Framework and prompts © Daniel Agrici, CC BY 4.0: github.com/AgriciDaniel/flow
**Runtime context:** Load `references/flow-framework.md` on every `/seo flow` activation. Load prompt files on demand, only for the stage the user requests.
---
Commands
| Command | What it does | |---------|-------------| | `/seo flow` | Show FLOW overview + stage menu | | `/seo flow find [url\|topic]` | Find-stage: keyword research, gap analysis, SERP intent mapping (5 prompts) | | `/seo flow leverage [url]` | Leverage-stage: backlink strategy, off-site authority (1 prompt) | | `/seo flow optimize [url]` | Optimize-stage: select 2-3 most relevant of 21 prompts based on context | | `/seo flow win [url]` | Win-stage: BOFU, conversion rate, dual-surface scorecard (3 prompts) | | `/seo flow local [url]` | Local-stage: GBP optimization, meta, title tags, local audits (11 prompts) | | `/seo flow prompts` | Full index of all 41 prompts (stage, name, trigger conditions) | | `/seo flow sync` | Pull latest prompt files from github.com/AgriciDaniel/flow |
---
Orchestration Logic
On `/seo flow` (no sub-command)
1. Read `references/flow-framework.md` 2. Show the FLOW stage overview with a one-line description of each stage 3. Ask: which stage matches the user's current situation?
On `/seo flow find [url|topic]`
1. Read all files in `references/prompts/find/` 2. Apply each prompt to the URL or topic 3. Cross-reference: "For deeper SERP clustering, see `/seo cluster <seed-keyword>`"
On `/seo flow leverage [url]`
1. Read the file in `references/prompts/leverage/` 2. Apply to the URL's current backlink context 3. Cross-reference: "For raw backlink data, see `/seo backlinks <url>`"
On `/seo flow optimize [url]`
1. Read all file names in `references/prompts/optimize/` 2. Read prior analysis context (URL, industry vertical, any prior skill output in conversation) 3. Select 2-3 most relevant prompts; load only those files 4. Apply selected prompts; note the others are accessible via `/seo flow prompts` 5. Cross-reference: "For full content quality analysis, see `/seo content <url>` and `/seo geo <url>`"
On `/seo flow win [url]`
1. Read all files in `references/prompts/win/` 2. Apply each prompt to the URL's conversion and BOFU context 3. Cross-reference: "For SXO persona scoring, see `/seo sxo <url>`"
On `/seo flow local [url]`
1. Read all files in `references/prompts/local/` 2. Apply to the URL's local SEO context 3. Cross-reference: "For full local SEO analysis, see `/seo local <url>` and `/seo maps [command]`"
On `/seo flow prompts`
1. Read `references/prompts/README.md` 2. Display the full index: all 41 prompts with stage, name, trigger conditions
On `/seo flow sync`
1. Run: `claude-seo run sync_flow.py` 2. Display the JSON summary (files added, updated, unchanged) 3. Show attribution notice after sync completes
---
Context Matching (Optimize stage)
The optimize stage has 21 prompts. Dumping all 21 is noise. Select by priority:
1. **Industry vertical** (SaaS → on-page + technical; local → citations + GBP; publisher → E-E-A-T + freshness) 2. **Prior skill output** (seo-technical flagged crawl issues → technical optimize prompts; seo-content flagged E-E-A-T gaps → content optimize prompts) 3. **URL signals** (product pages → conversion; blog → freshness + authority)
Always surface exactly 2-3 prompts. State which prompts you chose and why.
---
Reference Files
Load on-demand, do NOT load all at startup:
- `references/flow-framework.md`: FLOW operating model (load on every `/seo flow` activation)
- `references/bibliography.md`: Evidence sources; load when citing studies or statistics
- `references/prompts/README.md`: Prompt index; load for `/seo flow prompts`
- `references/prompts/find/`: 5 prompts; load for `/seo flow find`
- `references/prompts/leverage/`: 1 prompt; load for `/seo flow leverage`
- `references/prompts/optimize/`: 21 prompts; load selectively for `/seo flow optimize`
- `references/prompts/win/`: 3 prompts; load for `/seo flow win`
- `references/prompts/local/`: 11 prompts; load for `/seo flow local`
---
Attribution
Every `/seo flow` activation (any sub-command) outputs before analysis:
Framework and prompts © Daniel Agrici, CC BY 4.0: github.com/AgriciDaniel/flow
Do not omit or modify the attribution.
---
Error Handling
| Scenario | Action | |----------|--------| | `references/flow-framework.md` missing | "FLOW reference files not synced. Run: `/seo flow sync`" | | Prompt file missing | "Run `/seo flow sync` to pull the latest prompts from the FLOW repo." | | `sync_flow.py` network error | Display the script's stderr. Check rate limits: `gh api rate_limit`. | | `sync_flow.py` auth error | Run `gh auth login` then retry. |
Read more
name: seo-flow description: > FLOW framework integration: evidence-led SEO using the Find → Leverage → Optimize → Win loop. Surfaces stage-specific AI prompts from the FLOW knowledge base (41 prompts, CC BY 4.0). Use when user says "FLOW", "FLOW framework", "seo flow", "evidence-led SEO", "find leverage optimize win", or wants stage-specific SEO prompts. user-invocable: true argument-hint: "[stage] [url|topic]" license: MIT metadata: author: AgriciDaniel version: "2.2.4" category: seo
FLOW Framework: Find · Leverage · Optimize · Win
FLOW is an evidence-led SEO operating model built for the AI-search era. Claude SEO integrates the FLOW prompt library (41 prompts across 5 stages) so every analysis can be driven by structured, evidence-backed AI prompts rather than improvised queries.
> Framework and prompts © Daniel Agrici, CC BY 4.0: github.com/AgriciDaniel/flow
**Runtime context:** Load `references/flow-framework.md` on every `/seo flow` activation. Load prompt files on demand, only for the stage the user requests.
---
Commands
| Command | What it does | |---------|-------------| | `/seo flow` | Show FLOW overview + stage menu | | `/seo flow find [url\|topic]` | Find-stage: keyword research, gap analysis, SERP intent mapping (5 prompts) | | `/seo flow leverage [url]` | Leverage-stage: backlink strategy, off-site authority (1 prompt) | | `/seo flow optimize [url]` | Optimize-stage: select 2-3 most relevant of 21 prompts based on context | | `/seo flow win [url]` | Win-stage: BOFU, conversion rate, dual-surface scorecard (3 prompts) | | `/seo flow local [url]` | Local-stage: GBP optimization, meta, title tags, local audits (11 prompts) | | `/seo flow prompts` | Full index of all 41 prompts (stage, name, trigger conditions) | | `/seo flow sync` | Pull latest prompt files from github.com/AgriciDaniel/flow |
---
Orchestration Logic
On `/seo flow` (no sub-command)
1. Read `references/flow-framework.md` 2. Show the FLOW stage overview with a one-line description of each stage 3. Ask: which stage matches the user's current situation?
On `/seo flow find [url|topic]`
1. Read all files in `references/prompts/find/` 2. Apply each prompt to the URL or topic 3. Cross-reference: "For deeper SERP clustering, see `/seo cluster <seed-keyword>`"
On `/seo flow leverage [url]`
1. Read the file in `references/prompts/leverage/` 2. Apply to the URL's current backlink context 3. Cross-reference: "For raw backlink data, see `/seo backlinks <url>`"
On `/seo flow optimize [url]`
1. Read all file names in `references/prompts/optimize/` 2. Read prior analysis context (URL, industry vertical, any prior skill output in conversation) 3. Select 2-3 most relevant prompts; load only those files 4. Apply selected prompts; note the others are accessible via `/seo flow prompts` 5. Cross-reference: "For full content quality analysis, see `/seo content <url>` and `/seo geo <url>`"
On `/seo flow win [url]`
1. Read all files in `references/prompts/win/` 2. Apply each prompt to the URL's conversion and BOFU context 3. Cross-reference: "For SXO persona scoring, see `/seo sxo <url>`"
On `/seo flow local [url]`
1. Read all files in `references/prompts/local/` 2. Apply to the URL's local SEO context 3. Cross-reference: "For full local SEO analysis, see `/seo local <url>` and `/seo maps [command]`"
On `/seo flow prompts`
1. Read `references/prompts/README.md` 2. Display the full index: all 41 prompts with stage, name, trigger conditions
On `/seo flow sync`
1. Run: `claude-seo run sync_flow.py` 2. Display the JSON summary (files added, updated, unchanged) 3. Show attribution notice after sync completes
---
Context Matching (Optimize stage)
The optimize stage has 21 prompts. Dumping all 21 is noise. Select by priority:
1. **Industry vertical** (SaaS → on-page + technical; local → citations + GBP; publisher → E-E-A-T + freshness) 2. **Prior skill output** (seo-technical flagged crawl issues → technical optimize prompts; seo-content flagged E-E-A-T gaps → content optimize prompts) 3. **URL signals** (product pages → conversion; blog → freshness + authority)
Always surface exactly 2-3 prompts. State which prompts you chose and why.
---
Reference Files
Load on-demand, do NOT load all at startup:
- `references/flow-framework.md`: FLOW operating model (load on every `/seo flow` activation)
- `references/bibliography.md`: Evidence sources; load when citing studies or statistics
- `references/prompts/README.md`: Prompt index; load for `/seo flow prompts`
- `references/prompts/find/`: 5 prompts; load for `/seo flow find`
- `references/prompts/leverage/`: 1 prompt; load for `/seo flow leverage`
- `references/prompts/optimize/`: 21 prompts; load selectively for `/seo flow optimize`
- `references/prompts/win/`: 3 prompts; load for `/seo flow win`
- `references/prompts/local/`: 11 prompts; load for `/seo flow local`
---
Attribution
Every `/seo flow` activation (any sub-command) outputs before analysis:
Framework and prompts © Daniel Agrici, CC BY 4.0: github.com/AgriciDaniel/flow
Do not omit or modify the attribution.
---
Error Handling
| Scenario | Action | |----------|--------| | `references/flow-framework.md` missing | "FLOW reference files not synced. Run: `/seo flow sync`" | | Prompt file missing | "Run `/seo flow sync` to pull the latest prompts from the FLOW repo." | | `sync_flow.py` network error | Display the script's stderr. Check rate limits: `gh api rate_limit`. | | `sync_flow.py` auth error | Run `gh auth login` then retry. |
Claude SEO is an open-source SEO analysis plugin for Claude Code. It runs 25 sub-skills and 18 specialist agents in parallel across technical SEO, content quality (E-E-A-T), Schema.org markup, AI search optimization (GEO), local SEO, e-commerce, and
Repo: AgriciDaniel/claude-seo
Other skills on claude-seo.
- /seo-ahrefs
Ahrefs API analyst (extension). Reads referring domains, backlinks, organic keywords, and content explorer data via the tested @ahrefs/mcp@0.0.11 server. Pairs with seo-backlinks for multi-source confidence weighting.
Open skill - /seo-image-gen
AI image generation for SEO assets: OG/social preview images, blog hero images, schema images, product photography, infographics. Powered by Gemini via nanobanana-mcp. Requires banana extension installed. Use when user says \"generate image\", \"OG image\", \"social preview\",
Open skill - /seo-bing
Bing Webmaster Tools + IndexNow extension. Microsoft Copilot citations are fed by the Bing index; this skill makes Bing visibility, link data, and IndexNow URL submission first-class.
Open skill - /seo-dataforseo
Live SEO data via DataForSEO MCP server: SERP analysis, keyword research (volume, difficulty, intent, trends), backlink profiles, on-page analysis, competitor and content analysis, business listings, AI visibility (LLM mention tracking), and domain analytics. Requires DataForSEO
Open skill - /seo-firecrawl
Full-site crawling, scraping, and site mapping via Firecrawl MCP. Use when user says "crawl site", "map site", "full crawl", "find all pages", "broken links", "site structure", "discover pages", "JS rendering", or needs site-wide analysis.
Open skill - /seo-profound
Profound LLM citation tracker (extension). Time-series brand citation rates across ChatGPT, Perplexity, and other LLMs. Pairs with seo-seranking for triangulated AI visibility coverage.
Open skill

