rss

Configure RSS, Atom, and JSON feed generation for Next.js with Payload CMS.

3|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/mattwoodco/skills --skill rss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rss
Source: https://github.com/mattwoodco/skills/tree/main/skills/rss
Command: npx skills add https://github.com/mattwoodco/skills --skill rss

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation and management of RSS, Atom, and JSON feeds for Next.js applications, ensuring your content is discoverable and syndicatable across various platforms.

Core Features & Use Cases

  • Multi-format Feed Generation: Creates RSS 2.0, Atom, and JSON feeds.
  • Payload CMS Integration: Seamlessly fetches content from Payload CMS for feed generation.
  • SEO Optimization: Implements feed discovery meta tags and sitemap integration.
  • Use Case: Automatically generate and serve RSS, Atom, and JSON feeds for your blog posts, making your content accessible to feed readers and aggregators.

Quick Start

Install the feedsmith package and start your dev server to test the feed URLs.

Frequently Asked Questions about rss

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate RSS, Atom, and JSON feeds for a Next.js application?

To generate RSS, Atom, and JSON feeds for Next.js, this Skill configures Next.js route handlers to serve multi-format content syndication feeds. It uses the 'feedsmith' package to automate feed creation and ensure your content is accessible to feed readers and aggregators.

Can I use Payload CMS content to automatically create RSS feeds in Next.js?

Yes, you can use Payload CMS to create RSS feeds in Next.js. This Skill seamlessly fetches your content directly from Payload CMS, automating the generation of RSS 2.0, Atom, and JSON feeds for your blog posts or other content types.

What is the best way to add feed discovery meta tags for SEO in Next.js?

The best way to add feed discovery meta tags in Next.js is through automated SEO configuration. This Skill implements feed discovery meta tags and integrates them with your sitemap, ensuring your RSS, Atom, and JSON feeds are easily discoverable by search engines.

Do I need the feedsmith package to set up Atom and JSON feeds with this approach?

Yes, you need the feedsmith package to set up Atom and JSON feeds. This Skill requires feedsmith specifically for the generation logic, using it alongside Next.js route handlers to serve the RSS 2.0, Atom, and JSON feed formats.

When do I need to configure multiple feed formats like RSS and Atom for content syndication?

You need to configure multiple feed formats like RSS and Atom when you want broad content syndication and discovery. Generating RSS 2.0, Atom, and JSON feeds simultaneously ensures compatibility with various feed readers, aggregators, and platform-specific requirements.