What problem does it solve? Writing a comprehensive README.md from scratch is time-consuming, and developers often struggle to consolidate scattered project documentation into a single coherent entry point for their repository. ## Core Features & Use Cases - Documentation Aggregation: Scans files in the .github/copilot directory (Architecture, Technology_Stack, Coding_Standards, Workflow_Analysis, Unit_Tests, and more) plus copilot-instructions.md to gather project information. - Structured README Generation: Produces a README with standardized sections including project description, technology stack, architecture, getting started, project structure, features, workflow, coding standards, testing, contributing, and license. - Markdown Formatting: Applies proper headings, code blocks, lists, cross-reference links, and badges for a polished result. - Use Case: After documenting your project architecture and standards in .github/copilot files, use this Skill to automatically synthesize them into a developer-facing README without manual copy-pasting. ## Quick Start Generate a README.md for this repository by analyzing the files in the .github/copilot directory and copilot-instructions.md.