Showing 28 verified skills. 284 preview entries are hidden until we confirm a real source. Show preview skills · Why?
Generate comprehensive READMEs that make your project easy to adopt
claude install community/readme-genAutomated README generation that analyzes your project structure, dependencies, and exports to produce complete documentation.
This is the actual SKILL.md file that powers this skill. Copy it to install.
---
name: readme-gen
description: |
Generate comprehensive README files from a codebase. Trigger when the user
needs a README, project documentation, or wants to improve their existing
README. Phrases: "generate README", "write a README", "update README",
"project documentation".
allowed-tools:
- Read
- Glob
- Grep
- Write
- Bash(cat package.json)
- Bash(cat Cargo.toml)
- Bash(cat go.mod)
---
# README Generator
Generate polished, comprehensive READMEs by analyzing the actual codebase.
Includes badges, installation, API documentation, examples, and contributing
guidelines.
## Workflow
1. **Scan** the project structure (package.json, src/, tests/)
2. **Identify** the stack, dependencies, and project type
3. **Extract** public API, CLI commands, or exported functions
4. **Generate** structured README with all standard sections
## Sections included
1. Project title + one-line description
2. Badges (build, version, license, coverage)
3. Features (bulleted, from actual capabilities)
4. Installation (exact commands from package manager)
5. Quick start (minimal working example)
6. API reference (from exported functions/endpoints)
7. Configuration (env vars, config files)
8. Development (setup, test, build commands)
9. Contributing guidelines
10. License
## Example usage
- "Generate a README for this project"
- "Update the README to reflect the new API"
- "Add a quick start section to the README"
## Requirements
- Access to project source code
- package.json / Cargo.toml / go.mod for dependency info
mkdir -p ~/.claude/skills/readme-gen~/.claude/skills/readme-gen/SKILL.mdResulting file structure:
~/.claude/
skills/
readme-gen/
SKILL.md <-- skill definitionSkills are loaded automatically by Claude Code when you start a new session. The skill name and description in the frontmatter determine when Claude triggers it.
Recommended from shared domain, career, and tool overlap with README Generator
Measure code complexity and find the best refactoring targets
Both used by Software Engineer
Generate typed API clients and webhook handlers from specs
Both used by Software Engineer
Find performance bottlenecks and memory leaks with fix suggestions
Both used by Software Engineer
Build RAG pipelines with embedding, retrieval, and cited generation
Both used by Software Engineer
Generate mock API servers with realistic data from OpenAPI specs
Both used by Software Engineer
Auto-generate changelogs from your git history with semantic versioning
Both used by Software Engineer
README Generator