From claude-coding
Generates professional README.md for projects by scanning manifests like package.json/pyproject.toml, interviewing on type/language/depth/license, adding badges/sections.
npx claudepluginhub gupsammy/claudest --plugin claude-codingThis skill is limited to using the following tools:
Generate a professional `README.md` for any project — from 50-line minimal to
Writes or rewrites README.md files tailored to CLI tools, libraries, apps, frameworks, monorepos, or skill bundles. Discovers context from package.json, Cargo.toml, and similar files, selects structure, and validates quality.
Generates customized README.md templates by analyzing repo structure, package.json, pyproject.toml, and Cargo.toml. Use for new projects, doc improvements, open source prep, or onboarding.
Generates human-focused README.md files for projects like CLI tools, libraries, and web apps. Triggers on 'write README', 'create README', 'update README'. Researches best practices and analyzes project files.
Share bugs, ideas, or general feedback.
Generate a professional README.md for any project — from 50-line minimal to
600-line comprehensive — with shields.io badges, styled headers, and structured
sections. Interview the user to determine preferences, then produce the full
README in one pass.
Before asking, scan the working directory for context clues:
package.json, pyproject.toml, Cargo.toml, go.mod — Read the
first match to extract project name and version as pre-filled defaultsREADME.md already exists — warn the user before overwriting*/.claude-plugin/plugin.json,
*/package.json in subdirectories. If 3+ sub-manifests are found, pre-select
Plugin Collection in Step 2 and note the count.Ask 4 questions via AskUserQuestion. Pre-select options that match detected
context where possible.
| # | header | options |
|---|---|---|
| 1 | "Project type" | Library/Package · CLI Tool · Web App/API · Desktop App · Plugin Collection |
| 2 | "Language" | Python · JavaScript/Node · Go · Rust |
| 3 | "Depth" | Minimal · Standard · Comprehensive |
| 4 | "License" | MIT · Apache-2.0 · GPL-3.0 · No license |
Project type definitions:
Depth definitions (include as option descriptions):
If depth = Minimal, skip Step 3 and proceed directly to Step 4.
Ask 4 questions via AskUserQuestion:
| # | header | multiSelect | options |
|---|---|---|---|
| 1 | "Sections" | true | Features list · Demo/Screenshots · Configuration docs · API Reference |
| 2 | "Extras" | true | Contributing guide · Roadmap · FAQ · Acknowledgments |
| 3 | "Badges" | true | License · CI/Build · Coverage · Version/Release · Downloads · Stars+Forks · Per-section version |
| 4 | "Style" | false | Simple · Centered · Styled |
Style definitions (include as option descriptions):
# Title with > tagline on next line<div align="center"> block, title + tagline + badge row centeredPer-section version badge is pre-selected when project type = Plugin Collection.
Five sections in order: title + tagline, description paragraph (what/who/why),
Installation with syntax-highlighted copy-paste command, Usage with a minimal
working example plus expected output as a comment, License with SPDX name and
link to LICENSE file.
Assemble sections in this order, including only those selected in Round 2:
*/.claude-plugin/plugin.json,
*/package.json) to auto-discover components and pre-fill the table. Place
immediately after the header block.<a id="slug"></a> on
its own line before each target heading and link via #slug in the TOC.
Example:
<a id="installation"></a>
## 🚀 Installation 
TOC entry: - [Installation](#installation) placeholder; instruct
user to replace with an actual GIF or screenshot path- [ ] checklist of planned featuresFor Comprehensive: append [⬆ back to top](#readme) after each H2 section.
Simple: # Project Name followed by > One-line tagline.
Centered: Wrap title, tagline, and badge row in <div align="center">,
using <h1> for title, <p> for tagline, and markdown badge syntax for badges.
Styled: Same as Centered; prepend the relevant emoji to every H2 and H3 per
the emoji lists in Step 3. Add <a id="slug"></a> before each H2 and H3 that
will be linked from the TOC or component directory table.
Load references/badges.md when assembling the badge row — it contains the
complete URL patterns for all supported services with substitution instructions.
If Language = Other, omit the tech stack badge row unless the user provides
their language name.
Per-section version badge (Plugin Collection and Library types):

Place inline with the component/section heading, separated by :
### 🧠 plugin-name 
Always use <a id="slug"></a> before these headings since the badge makes the
auto-generated GitHub anchor unpredictable.
Write to README.md in the current working directory. If README.md already
exists, confirm overwrite before writing.
After writing, output a concise summary:
USER/REPO, PKG, workflow filename,
screenshot/GIF paths, and any description body text