What problem does it solve? Keeping Ansible collection documentation in sync with module code is tedious and error-prone. This Skill automates the generation of module RST files and README updates so documentation always reflects current DOCUMENTATION strings, arguments, and return values. ## Core Features & Use Cases - Automated RST Generation: Runs tox -e add_docs to produce one RST file per module with synopsis, parameters, return values, and examples. - README Regeneration: Updates README.md with the current module list, descriptions, and compatibility information. - Stable-Branch Link Fixes: Provides commands to correct generated links that point to main instead of the release branch. - Use Case: After changing a module's arguments before a stable-11 release, run this Skill to regenerate all docs and fix branch links in one pass. ## Quick Start Regenerate the documentation for my Ansible collection and update the README with the current module list.