spawn-batch-writer

Automate batch writing of multiple post drafts from saved topics.

1|Updated Mar 31, 2026
One-click install
npx skills add https://github.com/alextangson/AutoCrew --skill spawn-batch-writer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: spawn-batch-writer
Source: https://github.com/alextangson/AutoCrew/tree/main/skills/spawn-batch-writer
Command: npx skills add https://github.com/alextangson/AutoCrew --skill spawn-batch-writer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates batch content writing by walking through saved topics and producing multiple drafts, saving time and maintaining consistency across posts.

Core Features & Use Cases

  • Iterates saved topics to generate drafts in batch.
  • Filters by direction and platform to align with strategy.
  • Saves each draft linked to its topic for easy tracking and publishing.

Quick Start

Provide a batch of topics and instruct the agent to generate drafts for each, saving them as drafts.

Frequently Asked Questions about spawn-batch-writer

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

FAQPage Schema
How do I batch write multiple posts from saved topics into drafts?

Batch writing multiple posts from saved topics into drafts is done by iterating through topics, applying the write-script workflow, and saving each produced draft via autocrew_content for easy tracking.

Can I filter batch content generation by direction and platform?

Filtering batch content generation by direction and platform is supported by parsing user input for these parameters, ensuring the produced drafts align with your specific content strategy.

What is the best way to automate producing several content drafts in one go?

Automating the production of several content drafts in one go requires a tool that iterates through saved topics, generates the drafts, and reports progress while maintaining consistency across all posts.

How does topic iteration work when generating multiple drafts?

Topic iteration for generating multiple drafts works by walking sequentially through saved topics, applying the write-script workflow to each, and saving the output linked to its original topic.

Do I need to provide a batch count to generate multiple drafts at once?

Providing a batch count is necessary to generate multiple drafts at once, as the system parses user input for batch_count, direction, and platform to determine how many topics to process.

Are there limitations when batch-writing content drafts across different platforms?

Batch-writing content drafts across different platforms requires specifying the platform in your input, and limitations may arise if the saved topics lack the direction or platform metadata needed for proper filtering.