What problem does it solve? Projects often ship with missing, outdated, or inaccurate README and CHANGELOG files, leaving contributors unable to understand what the project does, how to run it, or what changed between versions. ## Core Features & Use Cases - Evidence-Based README Generation: Analyzes package manifests, directory structure, CI workflows, and git history to produce README sections (badges, tech stack, architecture, getting started, tests) where every claim traces to a real file or commit. - Keep a Changelog Authoring: Builds CHANGELOG.md following Keep a Changelog and SemVer, populating the Unreleased section from git log since the last tag and mapping conventional commit prefixes to categories. - Bilingual Documentation Layout: Produces README.md in English plus a README.pt-br.md translation, with auxiliary docs organized under docs/en/ and docs/pt/. - Use Case: Before releasing version 2.0 of a .NET web platform, run this Skill to refresh the README with verified setup commands and generate a changelog of all commits since v1.9.0. ## Quick Start Ask the assistant to use the create-readme skill to generate a README and CHANGELOG for this repository based on its code and git history.