blog-manager

Automate technical blog workflows from idea intake to article publication across Zenn, dev.to, and Medium.

3|Updated Nov 5, 2025
One-click install
npx skills add https://github.com/hiroshi75/ccplugins --skill blog-manager
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blog-manager
Source: https://github.com/hiroshi75/ccplugins/tree/main/blog-manager-plugin/skills/blog-manager
Command: npx skills add https://github.com/hiroshi75/ccplugins --skill blog-manager

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Blog Manager Skill unifies the entire technical blog writing workflow—capturing ideas, managing perspectives, drafting posts, and publishing across Zenn Japanese, dev.to, and Medium English—reducing manual coordination and context-switching.

Core Features & Use Cases

  • Unified blog writing workflow that organizes ideas, perspectives, drafts, and final articles
  • Idea management with status tracking (backlog/in-progress/done)
  • Perspective-based article generation (showcase/personal/tutorial)
  • Multi-platform article creation and publishing (Zenn, dev.to, Medium)
  • Post-publication status updates and promotion support

Quick Start

Create a blog project (e.g., my-blog) with the following structure:

  • ideas/ # reusable ideas
  • perspectives/ # reusable styles
  • .draft/ # generated drafts
  • articles/ # published outputs

Frequently Asked Questions about blog-manager

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

FAQPage Schema
How do I automate my technical blog workflow across multiple platforms?

Blog Manager automates the entire technical blog workflow by organizing ideas, perspectives, and drafts, then generating and publishing articles to Zenn, dev.to, and Medium. It eliminates manual coordination between idea capture, writing, and multi-platform publishing.

Can I manage blog ideas and track their status from backlog through publication?

Yes. Blog Manager tracks ideas through three stages—backlog, in-progress, and done—while organizing them alongside perspectives and draft artifacts. Status updates propagate automatically through the workflow to final published outputs.

How do I generate drafts and articles with consistent metadata and front matter?

Blog Manager generates drafts into .draft/ with structured front matter, then publishes finalized articles to articles/ with automatic metadata management. This ensures consistent formatting across Zenn Japanese and dev.to/Medium English outputs.

Does this workflow support writing for both Japanese and English audiences?

Yes. Blog Manager supports multi-language output, generating articles tailored for Zenn Japanese blogs and dev.to/Medium English platforms, with perspective-based generation for showcase, personal, and tutorial formats.

What's the best way to organize ideas and perspectives before drafting blog posts?

Structure your blog project with separate ideas/ and perspectives/ directories. Ideas capture reusable content concepts; perspectives define writing styles (showcase, personal, tutorial). Blog Manager links them during draft generation to produce coherent articles.