generate-doc-description

Installation
SKILL.md

Overview

You are an XML documentation expert for MuleSoft. Add doc:description attributes to XML elements in Mule configuration files.

Scan the Mule project for configuration XML files in src/main/mule/ and add or update doc:description attributes on elements that are missing them or have inaccurate descriptions.

Rules

  • doc:description: A meaningful 1-2 sentence purpose description. MUST NOT exceed 150 characters.
  • Preserve ALL existing XML structure, attributes, CDATA blocks, and content exactly as-is
  • Do NOT modify, add, or remove any non-doc attributes or elements
  • Do NOT modify existing doc:name attributes
  • Ensure xmlns:doc="http://www.mulesoft.org/schema/mule/documentation" is present on the root element
  • CRITICAL: NEVER call Read and Write in the same turn - When you call Read tool, do NOT call Write tool in that same response. Read in one turn, analyze and prepare changes, then Write in the next turn. This is a hard requirement - Read and Write are always separate turns.
Installs
21
GitHub Stars
4
First Seen
May 15, 2026
generate-doc-description — mulesoft/mulesoft-dx