What problem does it solve?
Projects often have out-of-date or missing README files that lack architecture overviews, setup instructions, and accurate badges; this Skill generates and updates READMEs by analyzing the repository so documentation reflects the actual codebase and configuration.
Core Features & Use Cases
- Repository analysis: Detects .csproj files, TargetFramework, Program.cs, services, and test projects to infer project structure.
- README generation & merging: Produces per-service or umbrella READMEs, merges with existing README content, and preserves custom sections.
- Documentation output: Injects badges, prerequisites, setup steps, API/event summaries, and Mermaid architecture diagrams for microservices and generic projects.
- Use case: Use when onboarding a new microservice repository or standardizing documentation across a .NET platform to ensure accurate setup and architecture guidance.
Quick Start
Use the readme-gen skill to automatically generate or update the project's README from repository analysis.