blog-init

Initialize a 4D Blog Engine workspace with marker instructions and folders.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Setting up a new blog project is repetitive and easy to get wrong, especially when you need a consistent folder structure, marker file, and publishing routing before writing begins.

Core Features & Use Cases

  • Writer-friendly project initialization: Creates the required project marker file and blog working folders using only writer-appropriate answers (no backend setup questions).
  • Publishing repo wiring: Records where your content will be published by capturing the local GitHub repo folder.
  • Hero image vibe configuration: Stores one of four controlled visual palettes/style keywords for consistent release-gated hero image prompts.
  • Optional live URL pattern: Stores a slug-based pattern to help link posts after publishing.

Quick Start

Run /4d-blog-engine:blog-init, pick your blog project folder and publishing repo, then answer your author name and hero vibe to generate blog-project-instructions.md plus the required Posts/ and drafts/ directories.

Frequently Asked Questions about blog-init

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

FAQPage Schema
How do I set up a new blog project with the right folder structure?

To set up a blog project, you need to initialize a workspace by selecting a project folder and publishing repo, then generate a marker file alongside Posts/ and drafts/ directories. This process establishes your content pipeline configuration before writing begins.

What do I need to configure a content pipeline for an existing publishing repo?

Configuring a content pipeline requires selecting your local GitHub repo folder and capturing your author name. The initialization process writes a marker instructions file to wire your publishing repo without reading backend config files or starting new posts.

Can I set up a blog workflow without backend setup questions?

Yes, blog workflow initialization uses only writer-appropriate answers to create the project marker file and folders. It skips backend setup entirely, relying on folder pickers, author details, and a hero-vibe configuration to build the workspace.

How does hero image vibe configuration work for blog publishing?

Hero image vibe configuration stores one of four controlled visual palettes or style keywords during project setup. This ensures consistent release-gated hero image prompts are saved in the marker file for later publishing tasks.

Does blog project initialization store a live URL pattern for published posts?

Yes, blog project initialization optionally stores a slug-based live URL pattern. This helps link posts after publishing by recording the routing information in the generated instructions file without reading backend configurations.