deployerphp-docs-policy

Enforce DeployerPHP documentation policy for Markdown docs in docs/.

1|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/loadinglucian/dotagents --skill deployerphp-docs-policy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployerphp-docs-policy
Source: https://github.com/loadinglucian/dotagents/tree/main/deployer-php/skills/deployerphp-docs-policy
Command: npx skills add https://github.com/loadinglucian/dotagents --skill deployerphp-docs-policy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The policy standardizes DeployerPHP docs editing to prevent drift, ensure consistency, and simplify navigation.

Core Features & Use Cases

  • Master index maintenance for docs/documentation.md
  • TOC enforcement in all documentation files
  • Prose-focused prompts and steps (no hidden CLI option docs)
  • Formatting workflow to keep docs clean and consistent

Quick Start

Edit a documentation file in docs/, then run the formatting workflow and update the master index as required.

Frequently Asked Questions about deployerphp-docs-policy

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

FAQPage Schema
How do I maintain a master index for DeployerPHP markdown documentation?

To maintain a master index for DeployerPHP documentation, you must update the docs/documentation.md file whenever new files are added to the docs/ directory. This policy ensures the index stays synchronized and prevents navigation drift.

What is the required table of contents format for DeployerPHP docs?

The required table of contents format for DeployerPHP docs mandates a TOC in all documentation files. This enforcement standardizes navigation and ensures consistent structure across the entire markdown documentation directory.

How do I enforce a consistent formatting workflow when editing markdown docs?

You enforce a consistent formatting workflow by applying documentation rules after editing markdown files in the docs/ directory. This process keeps formatting clean, restricts hidden CLI option docs, and guides prose-focused steps.

Does DeployerPHP documentation policy allow documenting specific CLI options?

No, the DeployerPHP documentation policy restricts documenting specific CLI options. It instead guides authors to use prose-focused prompts and steps to prevent inconsistent or hidden command-line references in the markdown files.

Why does my DeployerPHP documentation update cause master index drift?

Documentation updates cause master index drift when you add new markdown files without updating docs/documentation.md. Enforcing the documentation policy resolves this by requiring master index maintenance alongside every new file addition.

Can I use standard markdown formatting for DeployerPHP docs updates?

Yes, you can use standard markdown, but DeployerPHP docs updates must follow specific policy constraints. You must enforce a table of contents, maintain the master index, and adhere to a formatting workflow to ensure prose-focused consistency.