Automates the synchronization of project documentation with current code state, test metrics, and architectural patterns.
This skill serves as a meticulous technical writer for your codebase, ensuring that README.md and ARCHITECTURE.md never fall out of sync with the actual implementation. It automatically gathers performance and test metrics, validates code snippets against real class signatures, and updates technical stack details. Specifically optimized for complex architectures like DDD and CQRS, it maintains a consistent professional tone and ensures that high-level documentation accurately reflects the underlying structural changes in your project.
Key Features
018 GitHub stars
02Bidirectional synchronization between README.md and ARCHITECTURE.md
03Standardized technical terminology enforcement for Clean Architecture patterns
04Project statistics and tech stack badge updates based on source analysis
05Real-time validation of PHP code examples against actual class signatures
06Automated collection of test coverage and assertion metrics via make commands
Use Cases
01Maintaining consistent technical terminology across multi-file documentation sets
02Ensuring architectural documentation reflects new layers or patterns added to the code
03Refreshing documentation metrics after a major test suite execution or refactor