Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude CodeNot declared
CursorNot declared
CodexNot declared
GitHub CopilotNot declared
WindsurfNot declared
Gemini CLINot declared
ClineNot declared
OpenCodeNot declared
Repository health
Stars1
LicenseLICENSE
Default branchmain
Open issues0
Status
Active
Package contents
Files included with this skill beyond the listing page.
skill mdSKILL.md3,384 B
docsSUMMARY.md503 B
History
First seen on skills.sh
First recorded snapshot · 30 installs
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
Inspect the local surface:
- Installed feedsmith version and npm dist-tag (latest may still be 2.x — see [source-map.md](references/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.
Prefer dedicated parsers when format is known; use parseFeed only for unknown/mixed sources.
Refresh docs when tags drift. Start from [source-map.md](references/source-map.md).