building-static-site-rss-feeds
Installation
SKILL.md
Building Static Sites with RSS Feeds
Create static websites that support RSS/Atom feeds for content syndication, allowing readers to subscribe via feed readers.
Use this skill when implementing RSS feeds in static sites, choosing feed formats, setting up autodiscovery, or generating feeds from content.
Supporting files: SPECIFICATION.md for feed format details, IMPLEMENTATION.md for code examples.
Quick Start
Add feed support to a static site:
- Choose format: RSS 2.0 (most compatible) or Atom 1.0 (more features)
- Generate feed XML: From content metadata (title, date, description)
- Add autodiscovery: Link tag in HTML head
- Validate: Use W3C Feed Validator