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).
This commit is contained in:
Teknium
2026-04-26 10:44:56 -07:00
committed by GitHub
parent 9662e3218a
commit 9397767513
2 changed files with 0 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
---
description: Skills for monitoring, aggregating, and processing RSS feeds, blogs, and web content sources.
---

View File

@@ -26,7 +26,6 @@ CATEGORY_LABELS = {
"dogfood": "Dogfood",
"domain": "Domain",
"email": "Email",
"feeds": "Feeds",
"gaming": "Gaming",
"gifs": "GIFs",
"github": "GitHub",