blog-analyze
Audit and score blog posts on a 5-category 100-point scoring system covering content quality, SEO optimization, E-E-A-T signals, technical elements, and AI…
FLOW framework integration for bloggers. Evidence-led content workflow using the Find, Optimize, Win loop with stage-specific AI prompts from the FLOW knowledge base (30 blog-applicable prompts, CC BY 4.0). Use when user says "FLOW", "FLOW framework", "blog flow", "evidence-led
$ npx -y skills add AgriciDaniel/claude-blog --skill blog-flow --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/blog-flowContext preview
The summary Claude sees to decide when to auto-load this skill.
FLOW framework integration for bloggers. Evidence-led content workflow using the Find, Optimize, Win loop with stage-specific AI prompts from the FLOW knowledge base (30 blog-applicable prompts, CC BY 4.0). Use when user says "FLOW", "FLOW framework", "blog flow", "evidence-led
name: blog-flow description: > FLOW framework integration for bloggers. Evidence-led content workflow using the Find, Optimize, Win loop with stage-specific AI prompts from the FLOW knowledge base (30 blog-applicable prompts, CC BY 4.0). Use when user says "FLOW", "FLOW framework", "blog flow", "evidence-led blogging", "find optimize win", or wants stage-specific blog prompts. user-invokable: true argument-hint: "[stage] [url|topic]" license: MIT compatibility: Requires Claude Code and Python 3.11+ for the sync script metadata: author: AgriciDaniel version: "2.2.0" category: blog
Runs FLOW Find/Optimize/Win prompts for a blog topic or URL, turning query data, source notes, and page evidence into structured decisions instead of improvised prompts.
> Framework and prompts (c) Daniel Agrici, CC BY 4.0. Source: github.com/AgriciDaniel/flow
FLOW is an evidence-led operating model for retrieval, citation, and conversion workflows. Claude Blog integrates the FLOW prompt library so writers can turn query data, source notes, and page evidence into structured decisions instead of improvised prompts.
This skill exposes the three blog-relevant stages (Find, Optimize, Win) and keeps the single Leverage prompt available through the prompts index. The local-SEO prompts (GBP, citations, local audits) are intentionally excluded because they target brick-and-mortar work, not blogs.
**Runtime context.** Load `references/flow-framework.md` on every `/blog flow` activation. Load prompt files on demand only, scoped to the stage the user requests.
---
| Command | What it does | |---------|-------------| | `/blog flow` | Show FLOW overview and stage menu | | `/blog flow find [topic\|url]` | Find-stage: keyword discovery, intent mapping, gap analysis (5 prompts) | | `/blog flow optimize [url]` | Optimize-stage: select 2 to 3 most relevant prompts of 21 based on context | | `/blog flow win [url]` | Win-stage: BOFU, conversion, dual-surface scorecard (3 prompts) | | `/blog flow prompts` | Full index of all 30 blog-applicable prompts (Find, Leverage, Optimize, Win) | | `/blog flow sync` | Pull latest prompt files from github.com/AgriciDaniel/flow |
The single Leverage prompt (off-site authority) is reachable through `/blog flow prompts` and is not promoted to a top-level command, since most blog workflows route off-site work elsewhere.
---
1. Read `references/flow-framework.md`. 2. Show the FLOW stage overview with a one-line description of each stage. 3. Ask the user which stage matches their current situation.
1. Read all files in `references/prompts/find/`. 2. Apply each prompt to the topic or URL, capturing demand and intent signals. 3. Cross-reference: "For deeper briefs and outlines, see `/blog brief <topic>`, `/blog outline <topic>`, and `/blog cannibalization` to detect overlap with existing posts."
1. Read the file names in `references/prompts/optimize/`. 2. Read prior context (target URL, niche, any prior skill output in this conversation, scoring deltas from `/blog analyze`). 3. Select 2 to 3 most relevant prompts, then load only those files. 4. Apply the selected prompts; note that the rest are accessible via `/blog flow prompts`. 5. Cross-reference: "For deeper rewrites and validation, see `/blog rewrite <file>`, `/blog seo-check <file>`, `/blog geo <file>`, `/blog schema <file>`, and `/blog factcheck <file>`."
1. Read all files in `references/prompts/win/`. 2. Apply each prompt to the URL's conversion and BOFU context. 3. Cross-reference: "For repurposing, full-site health, and quality scoring, see `/blog repurpose <file>`, `/blog audit`, and `/blog analyze <file>`."
1. Read `references/prompts/README.md`. 2. Display the full index: 30 prompts grouped by stage (Find, Leverage, Optimize, Win) with name and trigger conditions. 3. State that local-SEO prompts are excluded by design; point users to `claude-seo` (`/seo flow local`) if they need them.
1. Run: `python3 scripts/sync_flow.py`. 2. Display the JSON summary (files added, updated, unchanged). 3. Show the attribution notice after the sync completes.
---
The optimize stage has 21 prompts. Dumping all 21 is noise. Select by priority:
1. **Niche** (SaaS or B2B blog leans on-page plus technical; lifestyle leans freshness plus E-E-A-T; publisher leans authority plus citations). 2. **Prior skill output** (`/blog analyze` E-E-A-T gap routes to authority prompts; `/blog seo-check` failures route to on-page prompts; `/blog geo` gaps route to extraction-format prompts). 3. **URL signals** (commercial pages need conversion prompts; informational posts need freshness plus answer-first prompts).
Always surface exactly 2 to 3 prompts. State which prompts you chose and why.
---
Load on demand. Do NOT load all at startup.
flow` activation.
statistics.
`/blog flow prompts`.
optimize`.
If `references/` is missing, instruct the user to run `/blog flow sync` first.
---
`scripts/sync_flow.py` pulls prompt files from github.com/AgriciDaniel/flow and writes them under `skills/blog-flow/references/`. Stdlib only,
claude-blog is a Claude Code skill suite that writes, optimizes, audits, localizes, and refreshes blog content at scale. Every article is evaluated for Google-aligned usefulness and internal AI citation readiness heuristics.
Repo: AgriciDaniel/claude-blog
Audit and score blog posts on a 5-category 100-point scoring system covering content quality, SEO optimization, E-E-A-T signals, technical elements, and AI…
Generate audio narration of blog posts using Google Gemini TTS. Supports summary narration, full article read-aloud, and two-speaker podcast/dialogue mode with…
Full-site blog health assessment scanning all blog files for quality scores, orphan pages, topic cannibalization, stale content, and AI citation readiness.…
Establish durable brand and voice context for cross-skill consumption. Generates BRAND.md (audience, positioning, do/don't editorial rules, taboo phrases,…
Generate detailed content briefs for blog posts with target keywords, content outlines, competitive analysis, recommended statistics, image and chart…
Generate editorial calendars for blogs with topic clusters, publishing schedules, material-change reviews, update plans, seasonal opportunities, content mix…