From skillverse
Use when creating or auditing a README to comply with the standard-readme specification - sections in required order, required content in each section, no broken links, and correct formatting.
npx claudepluginhub dacrystal/skillverse --plugin skillverseThis skill uses the workspace's default tool permissions.
[Standard Readme](https://github.com/RichardLitt/standard-readme) is a specification for open source library READMEs. Sections must appear in a fixed order; required sections cannot be omitted.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Standard Readme is a specification for open source library READMEs. Sections must appear in a fixed order; required sections cannot be omitted.
| # | Section | Status |
|---|---|---|
| 1 | Title | Required |
| 2 | Banner | Optional |
| 3 | Badges | Optional |
| 4 | Short Description | Required |
| 5 | Long Description | Optional |
| 6 | Table of Contents | Required if README ≥ 100 lines |
| 7 | Security | Optional (can move to Extra Sections) |
| 8 | Background | Optional |
| 9 | Install | Required (optional for doc-only repos) |
| 10 | Usage | Required (optional for doc-only repos) |
| 11 | Extra Sections | Optional (0 or more, your own titles) |
| 12 | API | Optional |
| 13 | Maintainers | Optional |
| 14 | Thanks / Credits / Acknowledgements | Optional |
| 15 | Contributing | Required |
| 16 | License | Required (must be last) |
# Full Name _(package-name)_> description field and GitHub description## heading; ### links are optional### Dependencies subsection if there are unusual or manual-install dependencies### CLI subsection if CLI existsMaintainer or MaintainersThanks, Credits, or AcknowledgementsMIT, Apache-2.0, UNLICENSED)README.md (or README.<lang>.md for i18n; English gets plain README.md)[ ] Title matches repo/package name (or explains mismatch)
[ ] Short description: no heading, < 120 chars, matches GitHub/npm description
[ ] Table of Contents present (if README ≥ 100 lines)
[ ] Install section has a code block
[ ] Usage section has a code block
[ ] Contributing states: where to ask questions, PR policy, any commit requirements
[ ] License is last, includes SPDX identifier and owner
[ ] Sections are in the correct order (see table above)
[ ] No broken links
| Mistake | Fix |
|---|---|
| Short description has its own heading | Remove the heading — it's titleless |
| Banner/Badges have their own heading | Remove headings for both |
| Table of Contents includes Title row | Start ToC from the first real section |
| License is not last | Move License to the end |
| Contributing omits PR policy | Add explicit statement accepting or rejecting PRs |
| Section order wrong | Follow the table above exactly |
| Short description > 120 chars | Trim; move detail to Long Description |