blog-start

Locate the blog workspace and mount project directories for resuming writing.

1|Updated May 12, 2026
One-click install
npx skills add https://github.com/MoxyWolfLLC/moxywolf-plugins --skill blog-start
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blog-start
Source: https://github.com/MoxyWolfLLC/moxywolf-plugins/tree/main/plugins/4d-blog-engine/skills/blog-start
Command: npx skills add https://github.com/MoxyWolfLLC/moxywolf-plugins --skill blog-start

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you resume an in-progress blog workflow by locating your blog project, mounting the right folders, and showing you what’s currently ready to do next.

Core Features & Use Cases

  • Finds your blog project automatically: Walks up the working directory to locate blog-project-instructions.md, with sensible fallback locations and clear failure messaging when nothing is found.
  • Surfaces session-ready state: Reads the marker file to determine project and repository paths, discovers available voice profiles, and inventories in-progress, signed-not-published, and recently published pieces.
  • Turns uploads into actionable next steps: Detects what you dropped into the chat (markdown drafts, media-only attachments, or markdown+media) and proposes the highest-priority action, including routing into the blog pipeline or publishing/resuming commands.

Quick Start

Ask to start your blog session by running /4d-blog-engine:blog-start so the Skill can locate your project, show current progress, and recommend whether to resume, publish, or start from your uploads.

Frequently Asked Questions about blog-start

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

FAQPage Schema
How do I resume a blog workflow and find my current publishing progress?

To resume a blog workflow, the Skill walks up your working directory to locate the blog-project-instructions.md marker, mounts project and publishing directories, and inventories in-progress, signed, and recently published pieces to show progress.

How do I turn dropped markdown drafts and media attachments into actionable blog publishing steps?

Turning dropped markdown drafts and media attachments into actionable steps requires uploads intent classification, which detects markdown, media-only, or mixed content and routes you to the highest-priority blog pipeline or publishing command.

What happens if the blog-project-instructions.md marker file is not found in my workspace?

When the blog-project-instructions.md marker is not found, the Skill applies sensible fallback locations during filesystem discovery and provides clear failure messaging indicating no blog project could be located.

How does workspace discovery handle voice profiles and media triage for content operations?

Workspace discovery handles content operations by reading the marker file to determine repository paths, discovering available voice profiles, and performing uploads triage to classify media attachments and route them into the publishing pipeline.

Can I use this blog start command if I only have media uploads and no markdown drafts?

Yes, you can use this command with media-only attachments because the Skill detects what you dropped into the chat and proposes the highest-priority action, including routing media into the blog pipeline or initiating pipeline steps.