wp-plugin-docs-generator

Generate Astro Starlight documentation site scaffolds for WordPress plugins.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/scopweb/scp-skills --skill wp-plugin-docs-generator
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: wp-plugin-docs-generator
Source: https://github.com/scopweb/scp-skills/tree/main/wp-plugin-docs-generator
Command: npx skills add https://github.com/scopweb/scp-skills --skill wp-plugin-docs-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

WordPress plugin documentation is often manual, inconsistent, and time-consuming; this Skill automates the generation of polished docs sites using Astro Starlight.

Core Features & Use Cases

  • Auto-generates an Astro Starlight-based docs site scaffold for a WordPress plugin, including installation, configuration, templates, shortcodes, CPTs, hooks, and developer references.
  • Supports i18n, Typekit fonts, sidebar navigation, and a ready-to-deploy project structure ready for deployment.
  • Use cases include documenting a new plugin, updating existing docs, or generating developer references from code.

Quick Start

Run the scaffold command to generate a production-ready Astro Starlight docs site for your WordPress plugin.

Frequently Asked Questions about wp-plugin-docs-generator

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

FAQPage Schema
How do I generate documentation for a WordPress plugin?▼

To generate WordPress plugin documentation, you can scaffold an Astro Starlight site that automatically structures your installation guides, hooks, shortcodes, and developer references into a polished docs website.

What is the best way to structure a WordPress plugin docs site for hooks and shortcodes?▼

The best way to structure plugin docs is using an Astro Starlight scaffold with frontmatter-driven metadata, organizing content into dedicated sections for shortcodes, CPTs, hooks, and configuration templates.

Does Astro Starlight support i18n for WordPress plugin documentation?▼

Astro Starlight supports i18n for WordPress plugin documentation, allowing you to create multilingual docs sites with sidebar navigation and custom Typekit fonts for a localized user experience.

Can I automate developer reference generation from my WordPress plugin code?▼

You can automate developer reference generation by running a scaffold command that creates a ready-to-deploy Astro project, extracting metadata from your code to populate structured documentation.

What do I need to deploy an Astro Starlight documentation site for my plugin?▼

Deploying an Astro Starlight documentation site requires the generated project structure, which includes frontmatter-driven metadata, sidebar navigation, and optional resource directories for scripts and assets.

Why use Astro Starlight instead of other static site generators for WordPress plugin docs?▼

Astro Starlight provides a specialized documentation scaffold with frontmatter-driven metadata and i18n support, offering a more structured and ready-to-deploy solution for WordPress plugin docs than generic static site generators.