npx skills add ...
npx skills add nexu-io/open-design --skill release-notes-one-pager
Release notes one-page HTML with highlights, Added, Fixed, Breaking changes, Known issues, and Upgrade note. Writes explicit "None" style sections whenever the user does not provide details.
npx skills add nexu-io/open-design --skill release-notes-one-pager
Produce a single-page release notes document in HTML.
Do not write CSS from scratch unless the user explicitly asks for a bespoke structure.
assets/template.html.references/layouts.md.DESIGN.md and map it to the six :root variables.Copy assets/template.html to project index.html.
Update:
<title>#added, #fixed, #upgrade-note)href destination, or omit the topnav CTA entirely if no real destination existsid attributesInside <main id="content">, compose this section order:
id="added").id="fixed").id="breaking-changes").id="known-issues").id="upgrade-note").For every CTA in the emitted HTML (topnav, hero, closing strip), replace both the visible label and the href destination with real, safe values. If no real destination is available, omit the CTA entirely—do not use a placeholder such as href="#", a misleading page-anchor, or REPLACE_WITH_REAL_URL. Hero CTAs are optional; only add them when real destinations exist.
If the user does not provide details, do not invent them. Write explicit placeholders:
No summary provided.No additions providedNo fixes providedNoneNone reportedNo upgrade actions required based on provided informationIf release version or date is missing, use — and label the field rather than guessing.
Run references/checklist.md. Every P0 must pass.
Wrap output as:
One sentence before the artifact. Nothing after </artifact>.