Help us improve
Share bugs, ideas, or general feedback.
From utils
Generates README for template collection repos, listing items with badges, bash installs, multi-language support, and add-item instructions.
npx claudepluginhub fradser/dotclaude --plugin utilsHow 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...
/generate-readmeGenerates README.md by analyzing project files, detecting language/framework, extracting metadata/installation/usage, and adding badges/TOC.
/update-readmeUpdates or creates README.md reflecting current project state with installation, quick start, usage, development sections, badges, and verified examples. Shows diff if updating.
/templateManages bd issue templates: list built-in/custom, show details, create YAML files in .beads/templates/. Supports list, show <name>, create <name> subcommands.
/templateLoads and executes legacy workflow templates (.flow YAML files) by name from project root, Claude root, or plugin examples, with parameter substitution.
/templateLists available documentation templates, shows their details and structure, or applies them to generate docs like READMEs, API endpoints, and component files. Supports list, show, use actions.
/templateBrowses catalog of pre-built skill templates, loads and customizes a selected one based on name/category/description, then generates and saves the new skill.
Share bugs, ideas, or general feedback.