readme-generator
Generates a complete, polished README.md by scanning your actual project structure, dependencies, and code.
skill install https://www.promptspace.in/skills/readme-generatorPoint this skill at any project and it generates a real README from your actual codebase. It scans package.json, pyproject.toml, Cargo.toml, or equivalent to detect your language, framework, and dependencies. It reads your .env.example for setup instructions, checks for Dockerfiles and CI config, and produces a README with only the sections that apply to your project. No placeholder text, no generic filler. Every line is derived from what it actually finds in your repo.
Use cases
- Scaffold setup guides directly from environment variables and config files
- Document project dependencies automatically by scanning manifest files
- Draft tailored installation steps based on detected package managers
- Outline project structure by mapping the actual directory tree
- Identify prerequisite tools from Dockerfiles and CI configuration files
Example
Prompt
Output
A professional README.md featuring a project-specific 'About' section, precise install commands derived from your package manager, a visual directory structure, and environment variable setup instructions—all without generic 'TODO' placeholders.
Known limitations
- Visual assets (images/logos) are not generated. - Accuracy depends on code readability and existing file naming conventions. - Deep architectural logic may be missed in obfuscated code.