release-notes-one-pager
The release-notes-one-pager skill generates single-page HTML release notes based on a provided template and design system specifications.
Is release-notes-one-pager safe to install?
Review before installing: our audit of release-notes-one-pager's source files found 1 shell command, 0 external URLs, file reads and writes (medium risk). Every command and URL listed appears verbatim in the skill's source. The skill reads local project files and writes to index.html. It executes a checklist script.
How we audit skills: our security review methodology.
Who is this skill for?
Software engineers and technical writers who need to produce standardized release notes.
What can you do with it?
- Generate HTML release notes for software versions
- Standardize release note sections including Added, Fixed, Breaking changes, Known issues, and Upgrade notes
- Apply design system variables to release note layouts
How good is this skill?
Quality score: 9/10. The skill documentation is clear and provides specific instructions for file handling and artifact generation.
What does the skill file contain?
# Release Notes One-Pager Skill
Produce a single-page release notes document in HTML.
## Resource map
```
release-notes-one-pager/
├── SKILL.md ← this file
├── example.html ← quality bar and style reference
├── assets/
│ └── template.html ← local seed file to copy to project index.html
└── references/
├── checklist.md ← P0 / P1 / P2 gates
└── layouts.md ← local section skeletons
```
Do not write CSS from scratch unless the user explicitly asks for a bespoke structure.
## Workflow
### Step 0 — Pre-flight
1. Rea...Frequently asked questions
Does the skill invent details if information is missing?
No. The skill writes explicit placeholders like 'None' or 'No additions provided' when user input is missing.
How does the skill handle CSS?
The skill uses a provided template and design system variables. It does not write CSS from scratch unless requested.
What happens if a CTA destination is not provided?
The skill omits the CTA entirely rather than using placeholders.
Related skills
product-marketing
17.6KProduct managers, marketers, and founders who want to centralize their product positioning and audience information for AI-assisted marketing tasks
This skill creates and maintains a product marketing context document at .agents/product-marketing.md. It helps users define product positioning, target audiences, and messaging to ensure consistency across other marketing tasks.
guizang-ppt-skill
13.4KUsers who need to create professional, visually distinct, single-file web-based slide decks for presentations, demos, or industry sharing
The guizang-ppt-skill generates single-file HTML horizontal swipe presentations with two distinct visual styles: Magazine (serif, fluid WebGL backgrounds) and Swiss Internationalism (sans-serif, grid-based, high-contrast colors). It provides templates, layout structures, and theme configurations for creating slide decks for presentations, product launches, and data reports.
meeting-minutes
9.2KTeams and individuals who need to document internal syncs, standups, design reviews, and planning meetings efficiently
The meeting-minutes skill generates structured, actionable meeting minutes from transcripts, recordings, or raw notes for internal meetings lasting 60 minutes or less. It enforces a strict schema that captures metadata, attendance, decisions, and action items with owners and due dates.
fetching-salesforce-docs
1.5KAI agents requiring authoritative, grounded information from Salesforce-owned documentation domains
A retrieval skill for fetching and grounding AI agent responses in official Salesforce documentation. It provides a playbook for navigating developer, help, architect, and design system portals while handling JS-heavy or shell-rendered pages.