From 93977675135acb9370167392542241e9650a69e8 Mon Sep 17 00:00:00 2001 From: Teknium <127238744+teknium1@users.noreply.github.com> Date: Sun, 26 Apr 2026 10:44:56 -0700 Subject: [PATCH] chore(skills): remove empty feeds category (#16153) skills/feeds/ only contained a category-marker DESCRIPTION.md with no actual skills in it. Removing the directory and the 'feeds' -> 'Feeds' display-label mapping in website/scripts/extract-skills.py (the only other reference in the repo). --- skills/feeds/DESCRIPTION.md | 3 --- website/scripts/extract-skills.py | 1 - 2 files changed, 4 deletions(-) delete mode 100644 skills/feeds/DESCRIPTION.md diff --git a/skills/feeds/DESCRIPTION.md b/skills/feeds/DESCRIPTION.md deleted file mode 100644 index 5c2c97bf6..000000000 --- a/skills/feeds/DESCRIPTION.md +++ /dev/null @@ -1,3 +0,0 @@ ---- -description: Skills for monitoring, aggregating, and processing RSS feeds, blogs, and web content sources. ---- diff --git a/website/scripts/extract-skills.py b/website/scripts/extract-skills.py index 30cf52316..79413aec0 100644 --- a/website/scripts/extract-skills.py +++ b/website/scripts/extract-skills.py @@ -26,7 +26,6 @@ CATEGORY_LABELS = { "dogfood": "Dogfood", "domain": "Domain", "email": "Email", - "feeds": "Feeds", "gaming": "Gaming", "gifs": "GIFs", "github": "GitHub",