One-click install
npx skills add https://github.com/arthur-fontaine/arthurfontaine.fr --skill blog-flow-arthur-fontaine
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: blog-flow
Source: https://github.com/arthur-fontaine/arthurfontaine.fr/tree/main/.agents/skills/blog-flow
Command: npx skills add https://github.com/arthur-fontaine/arthurfontaine.fr --skill blog-flow-arthur-fontaine

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Bloggers often improvise SEO prompts without structure, producing inconsistent keyword research, optimization, and conversion work. This Skill applies the FLOW framework's evidence-led prompt library (30 blog-applicable prompts, CC BY 4.0) so query data, source notes, and page evidence turn into structured decisions. ## Core Features & Use Cases - Stage-based workflows: Run Find (keyword discovery, intent mapping, gap analysis), Optimize (21 prompts with context-based selection of 2-3), and Win (BOFU briefs, conversion audits, dual-surface scorecards) against a topic or URL. - Prompt index and sync: Browse the full 30-prompt index and sync the latest prompt files from the upstream FLOW GitHub repository with a hardened Python script (HTTPS-only, host-allowlisted, atomic writes, path-traversal guarded). - Use Case: A blogger runs /blog flow optimize https://mysite.com/post after a traffic drop; the Skill selects the most relevant prompts based on niche, prior analysis output, and URL signals, then returns prioritized fixes with evidence and measurement plans. ## Quick Start Ask the assistant to run the blog flow find stage on your target topic to get keyword discovery and intent mapping results.

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 keyword research?▼

Run the find stage with a topic or URL to load all five Find prompts covering keyword research, keyword variations, content planning, prioritization, and audience avatars. Each prompt returns seed terms, intent groups, and validation needs grounded in your supplied evidence.

How does the optimize stage choose which prompts to run?▼

The optimize stage selects 2 to 3 of its 21 prompts based on niche type, prior skill output such as analyze or seo-check results, and URL signals like commercial versus informational intent. It states which prompts were chosen and why rather than dumping all 21.

What are the requirements to run the FLOW sync script?▼

The sync script requires Python 3.11 or later and uses only the standard library. It fetches prompt files over HTTPS from api.github.com, optionally authenticating with GITHUB_TOKEN or the gh CLI if rate limits are hit.

Why are local SEO prompts excluded from this skill?▼

Local-SEO prompts such as Google Business Profile and citation audits target brick-and-mortar businesses, not blogs. They are intentionally excluded from the synced stages, and users needing them are directed to the claude-seo skill instead.

What happens if the FLOW reference files are missing?▼

The skill instructs you to run the sync command, which pulls the framework document, bibliography, and all blog-applicable prompt files from the upstream repository. A lockfile tracks sha256 digests and reports drift on every sync run.