Seo flow
Skill georgekhananaev/claude-skills-vault/.claude/skills/claude-seo/skills/seo-flow
A curated collection of high impact skills for Claude Code designed to supercharge the senior full stack workflow. This vault automates the repetitive parts of development like architectural reviews, TDD cycles, and PR management so you can stay in flow. It is a force multiplier for shipping clean, production ready code at scale. πβ‘οΈ
npx -y skills add georgekhananaev/claude-skills-vault --skill seo-flowAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
What its author says it does
Copied from the file, not written here
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.
The file declares its own license as MIT. That is the authorβs claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
5.5 KB, as published. Nobody here has run it
FLOW Framework β Find Β· Leverage Β· Optimize Β· Win
Framework and prompts Β© Daniel Agrici, CC BY 4.0 β github.com/AgriciDaniel/flow
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.
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)
- Read
references/flow-framework.md - Show the FLOW stage overview with a one-line description of each stage
- Ask: which stage matches the user's current situation?
On /seo flow find [url|topic]
- Read all files in
references/prompts/find/ - Apply each prompt to the URL or topic
- Cross-reference: "For deeper SERP clustering, see
/seo cluster <seed-keyword>"
On /seo flow leverage [url]
- Read the file in
references/prompts/leverage/ - Apply to the URL's current backlink context
- Cross-reference: "For raw backlink data, see
/seo backlinks <url>"
On /seo flow optimize [url]
- Read all file names in
references/prompts/optimize/ - Read prior analysis context (URL, industry vertical, any prior skill output in conversation)
- Select 2-3 most relevant prompts; load only those files
- Apply selected prompts; note the others are accessible via
/seo flow prompts - Cross-reference: "For full content quality analysis, see
/seo content <url>and/seo geo <url>"
On /seo flow win [url]
- Read all files in
references/prompts/win/ - Apply each prompt to the URL's conversion and BOFU context
- Cross-reference: "For SXO persona scoring, see
/seo sxo <url>"
On /seo flow local [url]
- Read all files in
references/prompts/local/ - Apply to the URL's local SEO context
- Cross-reference: "For full local SEO analysis, see
/seo local <url>and/seo maps [command]"
On /seo flow prompts
- Read
references/prompts/README.md - Display the full index: all 41 prompts with stage, name, trigger conditions
On /seo flow sync
- Run:
python scripts/sync_flow.py - Display the JSON summary (files added, updated, unchanged)
- Show attribution notice after sync completes
Context Matching (Optimize stage)
The optimize stage has 21 prompts. Dumping all 21 is noise. Select by priority:
- Industry vertical (SaaS β on-page + technical; local β citations + GBP; publisher β E-E-A-T + freshness)
- Prior skill output (seo-technical flagged crawl issues β technical optimize prompts; seo-content flagged E-E-A-T gaps β content optimize prompts)
- 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 flowactivation)references/bibliography.mdβ Evidence sources; load when citing studies or statisticsreferences/prompts/README.mdβ Prompt index; load for/seo flow promptsreferences/prompts/find/β 5 prompts; load for/seo flow findreferences/prompts/leverage/β 1 prompt; load for/seo flow leveragereferences/prompts/optimize/β 21 prompts; load selectively for/seo flow optimizereferences/prompts/win/β 3 prompts; load for/seo flow winreferences/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. |