skills/skill-write/SKILL.md
Generate high-quality articles using parallel AI agents. Supports research, writing, and optional cover image generation. Write single articles or batch process multiple topics with configurable parallelism.
npx skillsauth add hasna/skills Article WriterInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill spawns parallel AI agents to research and write articles on any topic. Each article goes through a multi-phase pipeline:
bun run src/index.ts write \
--topic "The Future of AI in Healthcare" \
--style technical \
--length long \
--output ./articles \
--image
bun run src/index.ts batch \
--topics "Machine Learning" "Cloud Computing" "Cybersecurity" \
--style blog \
--output ./articles \
--parallel 5 \
--image
Set up API keys as environment variables:
export ANTHROPIC_API_KEY=your_anthropic_key # Required
export OPENAI_API_KEY=your_openai_key # For image generation
export GOOGLE_API_KEY=your_google_key # Alternative image provider
export XAI_API_KEY=your_xai_key # Alternative image provider
Articles are saved as Markdown files with YAML frontmatter:
---
title: "Article Title"
topic: "original topic"
style: "blog"
generatedAt: "2024-01-15T10:30:00.000Z"
wordCount: 1200
coverImage: "./article-title-cover.png"
---
# Article Title
Article content...
| Style | Description | |-------|-------------| | blog | Conversational, engaging with personal touches | | technical | Professional with precise terminology | | news | Journalistic, inverted pyramid structure | | academic | Formal with scholarly tone | | casual | Friendly, like talking to a knowledgeable friend |
| Length | Word Count | |--------|------------| | short | 300-600 words | | medium | 800-1200 words | | long | 1500-2500 words |
testing
Merge a GitHub pull request, merge when green, use a merge queue, or decide whether a pull request is mergeable. Use only for explicit merge intent, not ordinary review.
development
Generate premium performance audit reports for web apps, APIs, or SaaS surfaces with metrics, findings, budgets, remediation plans, and manifest metadata.
data-ai
Generate premium customer feedback reports from reviews, support tickets, surveys, call notes, or raw feedback with clusters, sentiment, root causes, roadmap recommendations, evidence, and manifest metadata.
development
Generate high-quality PDF documents from markdown, HTML, or templates