drupal-module-documentation
Installation
SKILL.md
Drupal Module Documentation (MkDocs)
Overview
Drupal contrib modules publish documentation to GitLab Pages through the drupal.org
gitlab_templates pipeline. The docs live in a docs/ folder, MkDocs (Material theme) builds them,
and the pages CI job deploys them to https://project.pages.drupalcode.org/<data_name>.
This skill writes that documentation, builds the docs/ structure, and sets up or edits
mkdocs.yml and .gitlab-ci.yml.
The data name is the module's project machine name: the .info.yml prefix and the git repo
name (git.drupalcode.org/project/<data_name>).
Writing Style
Documentation should read like a maintainer wrote it, not like an AI generated it. Apply these to
all prose in the docs (this matches the drupal-project-description skill).