Automatically generates and maintains standardized SKILL.md documentation from skill.yaml manifests to prevent documentation drift.
The generate.docs skill automates the creation of comprehensive documentation for the Betty framework by extracting metadata, parameters, and outputs directly from authoritative YAML manifests. By transforming structured data into standardized Markdown, it ensures that project documentation remains consistent, accurate, and synchronized with the source code without manual intervention. This skill is an essential utility for developers and teams who want to maintain high-quality documentation standards through safe overwrites, dry-run previews, and seamless CI/CD integration.
主要功能
01Dry-run mode for previewing documentation without writing to disk
02Generates standardized sections for parameters, outputs, and usage templates
03Easy integration with Git hooks and automated CI/CD pipelines
040 GitHub stars
05Automatic manifest-to-markdown conversion using YAML sources
06Support for custom output paths and safe file overwrite protection
使用场景
01Syncing skill documentation with manifest changes during active development
02Standardizing documentation format across a large repository of specialized skills
03Automating documentation verification in build pipelines to prevent outdated content