wp-draft-scaffold

Generate scaffold directories for wp-auto-poster drafts via CLI.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/kumatotsu/wp-auto-poster-codex --skill wp-draft-scaffold
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wp-draft-scaffold
Source: https://github.com/kumatotsu/wp-auto-poster-codex/tree/main/skills/wp-draft-scaffold
Command: npx skills add https://github.com/kumatotsu/wp-auto-poster-codex --skill wp-draft-scaffold

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes agents (resource) components.

What problem does it solve?

This Skill automates the creation of initial draft structures for the WordPress Auto Poster tool, ensuring all necessary files and configurations are set up correctly before content writing begins.

Core Features & Use Cases

  • Scaffold Generation: Creates a directory structure including meta.json, HTML files, image request configurations, and run state files.
  • CLI Argument Assembly: Constructs the correct command-line arguments for the create-draft CLI tool.
  • Image Template Selection: Facilitates the choice of appropriate image templates.
  • Initial Validation: Performs checks on the generated draft immediately after creation.
  • Use Case: When starting a new blog post that requires specific image templates and initial metadata, use this Skill to quickly set up the foundational files and configurations.

Quick Start

Use the wp-draft-scaffold skill to create a new draft for a blog post with the title "My Awesome Post" and slug "my-awesome-post".

Frequently Asked Questions about wp-draft-scaffold

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

FAQPage Schema
How do I create a WordPress draft scaffold with auto poster configuration files?

WordPress draft scaffolds are generated via a CLI command that creates a directory structure including meta.json, article HTML files, image_requests.json, run_state.json, and an images directory to initialize your post structure.

What files are needed to set up a WordPress auto poster draft structure?

A complete draft structure requires meta.json, article.source.html, article.html, image_requests.json, run_state.json, and an images directory to manage content, image templates, and conversion state for the auto poster.

Does the WordPress draft scaffold CLI validate slugs and image templates?

Yes, the scaffold generation process validates the post slug and facilitates the selection of appropriate image templates before performing initial conversion and verification checks on the newly created draft.

Can I use the draft scaffold tool to initialize HTML content for WordPress posts?

Yes, the scaffold tool creates both article.source.html and article.html files, performing the initial conversion and verification needed to begin writing content for the WordPress Auto Poster system.

Why do I need a run_state.json file in my WordPress auto poster draft directory?

The run_state.json file manages the execution state of the auto poster draft, tracking the initial conversion and verification status alongside meta.json and image request configurations within the scaffold directory.