diff --git a/site/src/data/skills.ts b/site/src/data/skills.ts index fcd5960..27bd17d 100644 --- a/site/src/data/skills.ts +++ b/site/src/data/skills.ts @@ -170,4 +170,13 @@ export const ECOSYSTEM_CARDS: readonly EcosystemCardSource[] = [ "https://github.com/Trustless-Work/trustless-work-dev-skill/blob/main/SKILL.md", category: "Ecosystem", }, + { + title: "Anchors", + description: + "Integrate with or build Stellar anchors (fiat on/off-ramps, deposits/withdrawals, KYC). Covers core SEP flows (1/6/10/12/24/31/38) and common integration pitfalls.", + pathLabel: "CheesecakeLabs/stellar-anchor-skill", + copyValue: + "https://github.com/CheesecakeLabs/stellar-anchor-skill/blob/main/SKILL.md", + category: "Ecosystem", + }, ] as const;