# documentation > Guidelines for documentation maintenance and library documentation. - Author: Andrew Howden - Repository: andrewhowdencom/skills - Version: 20260126175023 - Stars: 2 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/andrewhowdencom/skills - Web: https://mule.run/skillshub/@@andrewhowdencom/skills~documentation:20260126175023 --- --- name: documentation description: Guidelines for documentation maintenance and library documentation. --- # Documentation ## Maintenance Review `README.md`, `DEVELOPMENT.md`, and other files in `docs/` just before committing to ensure they match the latest program state. ## libraries For external libraries: - **README.md**: Required at root. Must include Introduction, Installation, Examples (runnable), and API Reference. - **Examples**: Must be self-contained, runnable, and cover common use cases.