docs

Generate Markdown documentation from code comments for WordPress projects.

14|1|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/wpgaurav/WordPress-skills --skill docs-wpgaurav
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs
Source: https://github.com/wpgaurav/WordPress-skills/tree/main/skills/tools/docs
Command: npx skills add https://github.com/wpgaurav/WordPress-skills --skill docs-wpgaurav

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generating and maintaining up-to-date documentation for codebases can be time-consuming and error-prone, especially when code comments are sparse or outdated.

Core Features & Use Cases

  • Generate Markdown documentation from existing docs and inline code comments to ensure consistency.
  • Follow WordPress documentation standards, including API references and code examples.
  • Use Case: Onboarding new developers for a WordPress plugin by producing a complete, navigable docs site from the repository.

Quick Start

Create a Markdown documentation set for the target repository by analyzing existing docs and code comments.

Frequently Asked Questions about docs

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

FAQPage Schema
How do I generate WordPress documentation from code comments?

To generate WordPress documentation from code comments, this Skill analyzes existing inline comments and docs to output structured Markdown. It automatically enforces WordPress documentation standards, creating developer guides and API references directly from your PHP or JavaScript codebase.

Can I use this to create onboarding materials for a PHP codebase?

Yes, you can create onboarding materials for a PHP codebase by generating a navigable docs set. The Skill parses inline code comments and existing docs to produce comprehensive Markdown files, ensuring new developers have consistent, up-to-date technical references.

What is the best way to maintain API references for a WordPress plugin?

The best way to maintain API references for a WordPress plugin is to generate them directly from inline code comments. This Skill analyzes your repository to produce Markdown documentation, enforcing WordPress standards and including cross-references and code examples automatically.

Does this documentation generator work with JavaScript and REST API references?

Yes, this documentation generator works with JavaScript and REST API references. It analyzes repositories containing PHP, JavaScript, or REST API references to output consistent Markdown documentation, complete with code examples and change history.

What format does the generated codebase documentation output in?

The generated codebase documentation outputs in Markdown format. It analyzes your inline code comments and existing docs to produce a consistent structure, including developer guides, API references, and change history for your repository.

Why should I generate docs from inline comments instead of writing them manually?

Generating docs from inline comments prevents the time-consuming and error-prone process of manual maintenance. By analyzing existing code comments directly, the Skill ensures your WordPress documentation remains consistent, up-to-date, and aligned with developer standards.