blog-flow

Applies the FLOW Find-Optimize-Win prompt framework to blog content workflows.

Updated Jul 10, 2026
One-click install
npx skills add https://github.com/captaindevv/SEO-ajaypipes --skill blog-flow-captaindevv
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: blog-flow
Source: https://github.com/captaindevv/SEO-ajaypipes/tree/main/skills/blog-flow
Command: npx skills add https://github.com/captaindevv/SEO-ajaypipes --skill blog-flow-captaindevv

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Bloggers often improvise AI prompts for SEO and content work, producing inconsistent, unsourced output. This Skill structures blog work around the FLOW framework (Find, Optimize, Win) with 30 evidence-led, stage-specific prompts synced from the FLOW knowledge base. ## Core Features & Use Cases - Stage-Based Prompt Workflows: Run Find-stage keyword discovery and intent mapping, Optimize-stage on-page and E-E-A-T improvements (with context-aware selection of 2-3 prompts from 21), and Win-stage BOFU and conversion audits. - Prompt Index and Sync: Browse the full 30-prompt index grouped by stage, and pull the latest prompt files from the upstream FLOW repository with a lockfile-verified Python sync script. - Use Case: A blogger with a traffic-heavy but low-converting post runs the Win stage to get a conversion audit, BOFU brief, and dual-surface scorecard, then follows cross-references to rewrite and fact-check commands. ## Quick Start Ask the AI to run the blog flow optimize stage on your post URL to get the most relevant FLOW prompts applied to it.

Frequently Asked Questions about blog-flow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I use the FLOW framework for blog SEO?▼

Invoke the blog flow command with a stage: find for keyword discovery and intent mapping, optimize for on-page improvements, or win for conversion and BOFU work. Each stage loads only the relevant prompt files and applies them to your topic or URL.

How do I sync FLOW prompts from GitHub?▼

Run the sync command, which executes scripts/sync_flow.py to pull the latest prompt files from the FLOW repository. It supports --dry-run to preview changes and --ref to pin a specific commit SHA, and verifies content against a sha256 lockfile.

What are the requirements for the blog flow sync script?▼

The sync script requires Python 3.11+ and uses only the standard library over HTTPS, restricted to api.github.com. GitHub API calls are anonymous by default, but it retries with GITHUB_TOKEN or a gh auth token after a 403 response.

Why are local SEO prompts excluded from the FLOW blog skill?▼

Local-SEO prompts such as GBP, citations, and local audits target brick-and-mortar businesses rather than blogs, so they are excluded by design. The sync script only fetches the find, leverage, optimize, and win stages.

What happens if the FLOW reference files are missing?▼

The skill instructs you to run the sync command to pull the reference files from the FLOW repository. Prompt files cannot be applied until references/flow-framework.md and the prompt directories exist on disk.