preen-package-docs
Installation
SKILL.md
Preen Package Documentation
Proactively audit the packages/ directory for missing or incomplete README.md files and ensure all packages have proper documentation.
When to Run
Run this skill when maintaining package documentation quality or during slack time. It ensures all packages in the monorepo have consistent, useful README files.
Package README Structure
Each package should have a README.md with:
packages/<name>/
README.md # Package documentation
package.json # Package metadata (source of truth for name/description)
src/ # Source code