From docs
Auto-generate or update README.md from codebase analysis. Triggers when user says "update readme", "generate readme", "sync readme", or when README.md is outdated after significant code changes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/docs:update-readmeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze the codebase and generate/update README.md, ensuring content is accurate and reflects the current project state.
Analyze the codebase and generate/update README.md, ensuring content is accurate and reflects the current project state.
Scope: This skill handles README.md generation and updates only. Does not handle CLAUDE.md, CHANGELOG.md, API docs, or other documentation.
Gather project information from the following sources in order:
package.json, Cargo.toml, pyproject.toml, go.mod, pubspec.yamlls src/, component directoriesgit remote -v to get repo URLIdentify from manifests and config files:
Output README.md with the following sections, omitting sections with no data.
See references/section-templates.md for detailed templates.
When updating an existing README.md:
Edit tool for precise updates, avoid full file rewritesMatch language based on existing content:
section-templates.md — Standardized templates and examples for each README sectionnpx claudepluginhub weihung0831/dev-tools --plugin readme-updaterGenerates human-focused README files for projects. Activates on 'write README', 'create README', 'update README'.
Updates bilingual README.md and README.zh-CN.md files by scanning project skills, git history, and applying standardized templates with badges.
Generates a README.md template for your project with customizable sections. Useful for starting new projects or improving existing documentation.