home / skills / ehtbanton / claudeskillsrepo / readme-template-generator
This skill automatically generates a complete README.md tailored to the project type with badges, sections, and usage guidance.
npx playbooks add skill ehtbanton/claudeskillsrepo --skill readme-template-generatorReview the files below or copy the command above to add this skill to your agents.
---
name: readme-template-generator
description: Generate comprehensive README.md templates for open source projects. Triggers on "create readme", "generate readme template", "project readme", "documentation readme".
---
# README Template Generator
Generate comprehensive README.md files for projects.
## Output Requirements
**File Output:** `README.md`
**Format:** GitHub-flavored Markdown
**Standards:** Best practices for open source documentation
## When Invoked
Immediately generate a complete README.md for the project type.
## Example Invocations
**Prompt:** "Create README for npm package"
**Output:** Complete `README.md` with badges, installation, usage, API docs.
This skill generates comprehensive project documentation file templates for open source projects. It produces a ready-to-add markdown file that follows best practices for clarity, discoverability, and contribution. Use it to quickly scaffold consistent docs for libraries, tools, and services.
Provide the project type and a short description and the skill outputs a complete markdown documentation file with badges, installation instructions, usage examples, API reference scaffolding, contribution guidelines, and license info. The generator follows common open-source conventions and adapts sections for npm packages, CLI tools, libraries, and apps. Outputs are formatted for GitHub-flavored Markdown and ready to copy into your project.
What formats are produced?
Generates GitHub-flavored Markdown optimized for project root documentation files.
Can it add badges and shields?
Yes — it includes placeholders for CI, coverage, license, and package-registry badges.
Does it include contribution and license sections?
Yes — the template includes contribution guidelines, testing steps, and a license section to help legal clarity.