Generates project READMEs that match your project type instead of cargo culting templates. It reads your package.json or equivalent, checks your directory structure, figures out if you're shipping a CLI, library, app, framework, or monorepo, then writes appropriate sections in order. The workflow is phased: discover context, pick structure, write sections, add badges if published, validate against a quality checklist. It knows to put features above the fold, keep install instructions to one command, and make examples copy-pasteable. Useful when you're staring at a blank README or inheriting a project with the default Vite boilerplate still in it.
npx skills add https://github.com/mblode/agent-skills --skill readme-creator