Readme Generator is a skill that produces a structured README.md by reading what is actually present in a repository rather than filling in generic boilerplate. It scans the directory structure, package files, configuration files, and declared dependencies to assemble a document that includes a project description, installation instructions, usage examples, a tech stack overview, and contribution guidelines.
Because the output is derived from the real contents of the project, the generated README reflects the actual tooling and setup rather than placeholder text. The skill is intended as a starting point: the result is an accurate first draft that still benefits from human review and editing before being published. It removes the friction of starting from a blank file by providing a context-aware foundation that covers the standard sections developers expect in a well-structured README.
This skill carries no tools list and no environment variable requirements according to its registry record. It is suited to projects where the structure and package metadata are already in place, since those files are what the skill reads to build its output. It is not a substitute for manual documentation of complex architectural decisions, API contracts, or domain-specific context that cannot be inferred from directory contents alone.