article-queue

Manage article task queues with per-language outputs and status tracking.

35|11|Updated Dec 3, 2025
One-click install
npx skills add https://github.com/mwguerra/claude-code-plugins --skill article-queue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: article-queue
Source: https://github.com/mwguerra/claude-code-plugins/tree/main/article-writer/skills/article-queue/SKILL.md
Command: npx skills add https://github.com/mwguerra/claude-code-plugins --skill article-queue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill manages a queue of article-writing tasks, tracking authors, languages, and progress across multiple stages.

Core Features & Use Cases

  • Queue management for article tasks, with per-language outputs.
  • Filtering and routing by author, language, and status.
  • Backup and translation tracking for multi-language publication.

Quick Start

Use article-queue to add and update article tasks in .article_writer/article_tasks.json and related folders.

Frequently Asked Questions about article-queue

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

FAQPage Schema
How do I manage article tasks across multiple languages?

Article-queue coordinates and manages article task queues for multi-language creation, tracking authors, languages, and progress through multiple stages. It stores schema-driven task records with per-language outputs, timestamps, and status workflows to ensure consistency across publications.

Can I filter article tasks by author or language?

Yes, article-queue supports filtering and routing article tasks by author, language, and status. This enables you to organize work streams, assign tasks to specific authors, and track progress per language independently.

How do I track translations and multi-language article outputs?

Article-queue maintains backup and translation tracking for multi-language publication. It records per-language output files, validates task consistency, and manages the complete lifecycle from task creation through translation stages.

What's the best way to update article task status through the workflow?

Article-queue implements a status workflow with validation rules applied to task records stored in .article_writer/article_tasks.json. Update statuses as articles progress through stages, and the Skill enforces consistency across all language variants.

Do I need a specific format for storing article task data?

Article-queue uses schema-driven task records stored in JSON format within the .article_writer/ directory. This structured approach ensures validation rules are applied consistently and enables reliable filtering, updating, and tracking across languages and authors.