article-writer

Generate structured Markdown articles from themes with outlines and illustration markers.

345|12|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/minicoohei/ai-agent-camp --skill article-writer-minicoohei
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: article-writer
Source: https://github.com/minicoohei/ai-agent-camp/tree/main/.claude/skills/article-writer
Command: npx skills add https://github.com/minicoohei/ai-agent-camp --skill article-writer-minicoohei

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires google-genai, pyyaml, python-dotenv, and includes scripts (resource) components.

What problem does it solve?

This skill automates the full lifecycle of article creation from a theme: it generates a structured outline, applies a user-defined style profile to unify tone, and outputs a ready-to-publish Markdown article. It also supports automatic insertion of illustration markers to enrich content and facilitate downstream visualization skills.

Core Features & Use Cases

  • Outline generation from a given theme to quick-start the writing process
  • Style profile application for consistent tone, terminology, and audience targeting
  • Markdown article assembly with a built-in table of contents and structured sections
  • Automatic illustration marker insertion for diagrams, images, and charts
  • Workflow suitable for content teams, marketing teams, knowledge bases, and rapid authoring of blog posts

Quick Start

Run the CLI with a theme to generate a complete Markdown article, optionally supplying a style profile and audience.

Frequently Asked Questions about article-writer

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

FAQPage Schema
How do I generate a Markdown article from a theme automatically?

Generating a Markdown article from a theme is automated by creating a structured outline, applying style profiles for consistent tone, and assembling the sections with a table of contents. This workflow outputs a ready-to-publish Markdown file.

How do style profiles work for unifying tone across generated articles?

Style profiles unify tone by applying user-defined terminology and audience targeting rules during the section drafting process. They ensure the generated Markdown article maintains consistent terminology and voice across multiple drafts for content teams.

Can I use illustration markers in Markdown for automated image insertion?

Illustration markers can be automatically inserted into the Markdown content to enrich articles and facilitate downstream visualization. This marker insertion supports placeholders for diagrams, images, and charts within the generated sections.

Does automated article generation work with Gemini for outline creation?

Automated article generation uses Gemini via the google-genai dependency to handle outline generation and section drafting. It executes retry-enabled API calls to ensure reliable content assembly and theme processing.

What is the best way to draft structured outlines for blog posts?

Drafting structured outlines for blog posts is best handled by generating a theme-based hierarchy that feeds directly into section drafting. This approach quick-starts the writing process and outputs a structured Markdown article with a built-in table of contents.

Do I need pyyaml and python-dotenv to run the article generation script?

You need pyyaml and python-dotenv dependencies to run the article generation script, as they manage style profile configurations and environment variables. These libraries support the CLI execution required for processing themes and assembling Markdown drafts.