blog-workflow

Coordinate repository scanning, draft generation, review, graph building, and publishing.

Updated Nov 2, 2025
One-click install
npx skills add https://github.com/vanmarkic/mycelium-blog --skill blog-workflow-vanmarkic
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blog-workflow
Source: https://github.com/vanmarkic/mycelium-blog/tree/main/.claude/skills/blog-workflow
Command: npx skills add https://github.com/vanmarkic/mycelium-blog --skill blog-workflow-vanmarkic

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Orchestrates a scalable, end-to-end blog workflow for a file-based knowledge garden, unifying repo scanning, draft generation, review, graph building, and publishing under a single governance model.

Core Features & Use Cases

  • End-to-end workflow orchestration: coordinates scanning, drafting, reviewing, graph building, and publishing from a single command surface.
  • Privacy-aware publishing: automatically labels drafts as public or internal and enforces privacy guidelines across the pipeline.
  • Knowledge graph integration: builds and updates mycelium links between posts, skills, and patterns to reveal connections.

Quick Start

Run the /blog:scan command to generate initial drafts, then proceed with review and publish steps to complete the workflow.

Frequently Asked Questions about blog-workflow

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

FAQPage Schema
How do I automate a git-based blog workflow from drafting to publishing?

Automating a git-based blog workflow involves orchestrating repository scanning, draft generation, content review, knowledge graph building, and publishing under a unified pipeline. This ensures consistent version control and automated content management across file-based knowledge gardens.

How does privacy-aware publishing work for a file-based knowledge garden?

Privacy-aware publishing automatically labels generated drafts as public or internal and enforces privacy guidelines across the entire content pipeline. This governance model ensures safe sharing and compliant output for both personal and client repositories.

What is the best way to build a knowledge graph from markdown blog posts?

Building a knowledge graph from blog posts requires scanning the repository to generate mycelium links between posts, skills, and patterns. This process reveals hidden connections and updates the relational structure during the content review phase.

Do I need custom scripts to automate blog content generation and scanning?

Yes, automating blog content generation requires specific scripts in the scripts/ directory for the repository scanner and graph builder. These scripts handle the automated scanning, draft creation, and knowledge graph generation processes.

Can I use this workflow orchestration for client repositories as well as personal ones?

Yes, this workflow orchestration applies to both personal and client repositories. It scales the end-to-end blog pipeline by applying consistent privacy labeling and governance to ensure compliant output across different repository environments.