From Utils
Generates a README.md template for a command directory, listing available subcommands and installation instructions.
How this command is triggered — by the user, by Claude, or both
Slash command
/utils:templateupdate-readme/references/The summary Claude sees in its command listing — used to decide when to auto-load this command
# <Project Name>  [](<link>) [](<link>) **English** | [简体中文](README.zh-CN.md) <One sentence: what this repo is and who it is for.> <!-- Optional: project logo, banner image, or demo GIF here --> ## Available <Items> ### [<item-name>](<item-dir>/) <One or two sentences: what it does and when to use it.> **Installation:** <!-- If the item requires a separate prerequisite, add it here. Omit if none. --> <!-- Repeat the above block for each item --> ## Adding a <Item...
npx claudepluginhub est7/dotclaude --plugin utils4plugins reuse this command
First indexed Mar 23, 2026
/templateGenerates a README.md template for a command directory, listing available subcommands and installation instructions.
/generate-readmeScans project files, detects language and framework, then generates a structured README.md with sections for installation, usage, API, contributing, and license, plus relevant badges.
/readme-genScans repository metadata, package files, and CI configuration to generate a structured README.md with badges, installation, usage, and architecture sections.
/update-readmeUpdates or creates a README.md reflecting the current project state by analyzing package files, license, CI config, and source code to generate accurate badges, installation guides, usage examples, and development sections.
/templateManages issue templates for streamlined issue creation, with subcommands to list, show, and create custom templates.
/templateLoads and executes saved workflow templates with parameter substitution. Searches project root, Claude root, and plugin examples directories for .flow files.