blog-master-orchestrator

Coordinate eight subagents to automate blog creation from request to published post.

Updated Dec 3, 2025
One-click install
npx skills add https://github.com/Zura1555/agents --skill blog-master-orchestrator
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: blog-master-orchestrator
Source: https://github.com/Zura1555/agents/tree/main/.claude/skills/blog-master-orchestrator
Command: npx skills add https://github.com/Zura1555/agents --skill blog-master-orchestrator

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill includes scripts (resource) components.

What problem does it solve?

The Blog Master Orchestrator coordinates eight specialized subagents to automate the end-to-end blog creation workflow from user request to published post, ensuring reliability, traceability, and quality.

Core Features & Use Cases

  • Orchestrates eight specialized agents in a sequential pipeline: research, synthesis, writing, SEO, style, and publishing, with a post-completion review.
  • Provides deterministic task execution via Claude's Task tool, with state management and error handling (retry logic).
  • Supports both markdown output and direct API publishing to Sanity CMS, with validation gates for SEO, schema, and brand voice.
  • Use cases: quickly generate complete blog posts from user topics, maintain brand voice, publish to Sanity, and generate social content.

Quick Start

To start a blog workflow, provide a topic, choose a content type (tech or personal-dev), and select a publishing mode (markdown, api, or ask-user) when running the orchestrator.

Frequently Asked Questions about blog-master-orchestrator

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

FAQPage Schema
How do I automate multi-agent blog creation workflows end to end?โ–ผ

It supports both markdown output and direct API publishing to Sanity CMS. When using API publishing, the workflow connects directly to Sanity to publish completed posts. Alternatively, you can output markdown files or choose to be asked before publishing.

What is the best way to maintain brand voice across automated blog posts?โ–ผ

Yes, you can generate social content through the post-completion review phase. After the main blog post is written and reviewed, the orchestrator supports optional steps that generate additional social content related to the published post.

How do I publish automated blog posts directly to Sanity CMS?โ–ผ

Publishing automated blog posts to Sanity CMS is done by selecting the api publishing mode when starting the workflow. The orchestrator then uses direct API publishing to push the completed, validated post to Sanity after passing SEO, schema, and brand voice validation gates.

Does multi-agent blog orchestration include SEO optimization?โ–ผ

Multi-agent blog orchestration includes dedicated SEO subagents and validation gates within its pipeline. The workflow automatically handles SEO optimization and schema validation during the sequential phases, ensuring content meets SEO requirements before publishing.