feedsmith

Installation
SKILL.md

Feedsmith

Use this skill for Feedsmith v3+ (feedsmith): parse and generate RSS, Atom, RDF, JSON Feed, and OPML with structure-preserving, typed APIs. Docs: v3.feedsmith.dev. Snapshot 3.0.0-rc.3 (2026-08-06).

Workflow

  1. Inspect the local surface:
    • Installed feedsmith version and npm dist-tag (latest may still be 2.x — see source-map.md).
    • Parse vs generate vs OPML vs detect-only usage.
    • Dates: raw strings vs parseDateFn / Date on generate.
    • v2 leftovers: feedsmith/types, { lenient: true }, flat Atom strings, string RSS persons, singular dc.* fields.
  2. Prefer dedicated parsers when format is known; use parseFeed only for unknown/mixed sources.
  3. Refresh docs when tags drift. Start from source-map.md.
  4. Route deeper detail:
  5. Prefer bun / bunx in command examples.
Installs
30
GitHub Stars
1
First Seen
Aug 6, 2026
feedsmith — dobroslavradosavljevic/skills