readme
Generate README.md files for projects. Use when creating a readme, writing project documentation, or when the user asks for a README.
$ 安裝
git clone https://github.com/markahesketh/dotfiles /tmp/dotfiles && cp -r /tmp/dotfiles/home/.claude/skills/readme ~/.claude/skills/dotfiles// tip: Run this command in your terminal to install the skill
SKILL.md
name: readme description: Generate README.md files for projects. Use when creating a readme, writing project documentation, or when the user asks for a README.
README Generator
Create clear, succinct README.md files.
Sections to include
- Name - Project title (self-explanatory)
- Description - What it does, why it exists, key features
- Installation - Step-by-step setup instructions
- Usage - Minimal code example with expected output
- License - Which open source license applies
Optional sections (include only if relevant)
- Badges - Build status, version, coverage (use shields.io)
- Visuals - Screenshots or GIFs if UI-based
- Support - Where to get help (issues, discussions)
- Authors - Credit contributors
Guidelines
- Keep it scannable: use headers, bullet points, code blocks
- Lead with the most important information
- Show, don't tell: include a usage example
- Assume the reader is unfamiliar with the project
- Link to detailed docs rather than duplicating content
Do not include
- Contributing guidelines (belongs in CONTRIBUTING.md)
- Roadmap or future plans
- Verbose explanations
- Redundant badges
Repository

markahesketh
Author
markahesketh/dotfiles/home/.claude/skills/readme
0
Stars
2
Forks
Updated1d ago
Added1w ago