manage-blog

Scan a configured directory for markdown blog posts and manage drafts.

Updated Dec 30, 2025
One-click install
npx skills add https://github.com/builtby-win/skills --skill manage-blog
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-blog
Source: https://github.com/builtby-win/skills/tree/main/plugins/blog/skills/manage-blog
Command: npx skills add https://github.com/builtby-win/skills --skill manage-blog

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the process of managing blog posts, from drafting and editing to publishing and reviewing, directly from your AI assistant.

Core Features & Use Cases

  • Dashboard View: See all your drafts and published posts at a glance.
  • Fuzzy Search: Quickly find specific posts by title, filename, or tags.
  • Content Management: Add new content, expand existing posts, edit drafts, publish, or unpublish posts.
  • Use Case: Capture learnings from your daily work and instantly append them to a relevant draft blog post without leaving your current project context.

Quick Start

Use the /blog command to view your blog dashboard and manage your posts.

Frequently Asked Questions about manage-blog

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

FAQPage Schema
How do I manage and publish markdown blog drafts from my AI assistant?

You can manage markdown blog drafts directly from your AI assistant by scanning a configured directory to review, edit, expand, and publish posts. It requires setting a BLOG_CONTENT_DIR configuration to locate your blog markdown files.

Can I append new content directly to an existing markdown blog post?

Yes, you can append new content directly to existing markdown blog posts. This allows you to capture learnings from daily work and instantly add them to a relevant draft without leaving your current project context.

How do I find specific blog posts within my content management directory?

You can find specific blog posts using fuzzy searching capabilities. This allows you to quickly locate posts by searching for matching titles, filenames, or tags within your configured blog content directory.

Do I need a specific environment configuration to manage blog posts with markdown files?

Yes, managing blog posts with markdown files requires the BLOG_CONTENT_DIR configuration. You must set this environment variable so the system can successfully locate and scan your directory of blog markdown drafts and published files.

What is the best way to view all my drafted and published blog posts at a glance?

The best way to view all drafted and published blog posts at a glance is by using the dashboard view. You can access this overview by invoking the /blog command to see your entire content management status.

Can I unpublish live blog posts and revert them back to drafts?

Yes, you can unpublish live blog posts and revert them back to drafts. The content management functionality supports editing drafts, publishing posts, and unpublishing them directly through your AI assistant.