From a774141281535287cc9f2855ba54bd367f081b16 Mon Sep 17 00:00:00 2001 From: karagozemin Date: Sat, 1 Aug 2026 12:09:49 -0300 Subject: [PATCH] Add Sub Rosa community skill --- site/src/data/skills.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/site/src/data/skills.ts b/site/src/data/skills.ts index ab690db..8cd4201 100644 --- a/site/src/data/skills.ts +++ b/site/src/data/skills.ts @@ -267,4 +267,12 @@ export const ECOSYSTEM_CARDS: readonly EcosystemCardSource[] = [ pathLabel: "stellarlight.xyz/scout", copyValue: "https://stellarlight.xyz/skills/stellar-scout.md", }, + { + title: "Sub Rosa", + description: + "Integrate sealed coordination into Stellar apps with @sub-rosa/sdk: run sealed-bid asset auctions with SAC escrow and atomic lot settlement, confidential proposal rounds, Drand-timed reveal, permissionless lifecycle automation, and verifiable Core v2 receipts.", + pathLabel: "karagozemin/Sub-Rosa", + copyValue: + "https://github.com/karagozemin/Sub-Rosa/blob/feat/core-v2/skills/sub-rosa/SKILL.md", + }, ] as const;