CLI that generates beautiful README.md files
Scanned 9/6/2026
Install to Claude Code
npx -y skills add javimosch/supercli --skill quickstart --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quickstart?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/javimosch-quickstart-f16a7b86)More formats (shields.io, HTML) on the badges page.
# Readme-Gen Quickstart
CLI that generates beautiful README.md files
## Installation
```bash
npm install -g readme-md-generator
```
## Basic Usage
Generate a new README interactively:
```bash
readme-md-generator
```
Generate README with specific template:
```bash
readme-md-generator --template path/to/template.md
```
## Options
```bash
readme-md-generator --help # Show help
readme-md-generator --yes # Skip prompts, use defaults
readme-md-generator --path ./docs # Output to specific path
```
## Features
- Interactive prompts for project details
- Multiple built-in templates
- Automatic badge generation
- Customizable sections
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!