Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion site/CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ then append to `SKILL_CARD_SOURCES`:

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

```ts
{
Expand Down
4 changes: 3 additions & 1 deletion site/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,9 @@ page. There's no upstream copy — the card just links out to the
external SKILL.md, and the user copies that URL to install it with
their agent.

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

```ts
{
Expand Down
Loading
Loading