7 slash commands, $0.45/post: This Claude Code pipeline runs a full SEO content operation

A developer operating a content SEO pipeline through Claude Code for a year has open-sourced the system. The repo (MIT license) contains 7 slash commands in .claude/commands/ — each a markdown file with a strict role and output contract. Commands read pipeline.yaml for state, run one step, pause at a human gate, and update state for stateless re‑entry.
Pipeline flow
/seo-research— uses Perplexity Deep Research API (~$0.45/post)/seo-brief— human gate/seo-write/seo-optimize— 10-check scorecard/seo-publish— Sanity HTTP API → IndexNow ping
Four human gates exist so the operator retains control over angle, brief, copy, and publish decision. The flow can be resumed mid‑post the next day with /seo-daily.
Real results
For one brand running this pipeline: 131 → 964 avg impressions/day in 12 months (7.3×). Monthly impressions 2,142 → 39,240 (18×). Blog content from the pipeline drove 51.8% of all Google Search Console impressions across 119 posts. Clicks did not grow proportionally — the operator notes titles/meta were not tuned for CTR yet and is building a /seo-refresh command for next iteration.
Technical notes from the developer
- Sanity MCP issue:
create_documents_from_jsonoverwrites custom_idwith a UUID, breaking deterministic frontends. The publisher uses Sanity’s direct HTTP mutation endpoint instead — documented in the repo. - Brand voice in one YAML:
config/seo-settings.yaml— no hardcoded brand anywhere. Fork → swap one file → you’re running your brand. - Pluggable CMS: Sanity is the reference implementation, but swapping to WordPress, Contentful, or Webflow is a single file edit.
Use case
This is for developers who run content/marketing ops using Claude Code and want to see a concrete, reproducible pattern for chaining slash commands into a production pipeline.
📖 Read the full source: r/ClaudeAI
👀 See Also

Open source PR review agent PrixAI detects all 10/10 planted bugs at 6x lower cost than CodeRabbit
A Reddit user built PrixAI, an open source PR review agent that uses local/cheap inference models to match CodeRabbit's features at 6x less cost, detecting all 10 intentionally planted issues in a test PR.

OpenClaw Alexa Voice Proxy Enables Bidirectional Voice Interaction
openclaw-alexa-voice is a Node.js proxy that connects an Alexa Custom Skill to the OpenClaw gateway with a three-tier response system for voice queries. It handles fast responses under 1 second, agent responses under 12 seconds, and deferred complex queries processed asynchronously within 2 minutes.

Gemma 4 26B vs Qwen 3.5 27B: Local Business Workflow Benchmark on RTX 4090
A developer tested Gemma 4 26B and Qwen 3.5 27B on an RTX 4090 workstation for 18 real business operator tasks. Gemma won 13-5, showing faster speed and better discipline for daily execution work, while Qwen excelled at broader strategic thinking.

Cognithor: A Local-First Agent OS with PGE Trinity Architecture
Cognithor is a fully local, autonomous Agent OS built over a year with 16 development phases. It features the PGE Trinity architecture (Planner → Gatekeeper → Executor), 11,609+ tests with 89% coverage, and supports 16 LLM providers including Ollama and LM Studio.