Skip to content

Commit d35beeb

Browse files
Sort community skills alphabetically
Community skills were ordered by when each PR got merged, so newer entries always landed on the last page. This sorts them alphabetically by title instead, so a skill's position depends on its name, not on when it was added. Also updated CLAUDE.md so new entries get inserted in the right spot going forward, instead of appended at the end.
1 parent 254aff4 commit d35beeb

3 files changed

Lines changed: 110 additions & 106 deletions

File tree

site/CLAUDE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ then append to `SKILL_CARD_SOURCES`:
9090

9191
**Ecosystem:** external link, no upstream copy. New entries are picked
9292
up automatically by the community search, pagination, and llms.txt; no
93-
other wiring needed.
93+
other wiring needed. Insert the entry alphabetically by `title`
94+
(case-insensitive) in `ECOSYSTEM_CARDS`, not appended at the end, so a
95+
card's position reflects its name rather than merge order.
9496

9597
```ts
9698
{

site/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,9 @@ page. There's no upstream copy — the card just links out to the
145145
external SKILL.md, and the user copies that URL to install it with
146146
their agent.
147147

148-
Append to `ECOSYSTEM_CARDS` in `src/data/skills.ts`:
148+
Insert alphabetically by `title` (case-insensitive) into
149+
`ECOSYSTEM_CARDS` in `src/data/skills.ts`, not appended at the end, so
150+
a card's position reflects its name rather than merge order:
149151

150152
```ts
151153
{

0 commit comments

Comments
 (0)