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:

  1. Choose format: RSS 2.0 (most compatible) or Atom 1.0 (more features)
  2. Generate feed XML: From content metadata (title, date, description)
  3. Add autodiscovery: Link tag in HTML head
  4. Validate: Use W3C Feed Validator

Feed Format Selection

Installs
1
GitHub Stars
1
First Seen
Apr 18, 2026
building-static-site-rss-feeds — mazrean/agent-skills