From 50913473a799a3636e67d9a38595022d5f155aba Mon Sep 17 00:00:00 2001 From: Phelipe Folgierini Date: Wed, 17 Jun 2026 16:10:47 -0300 Subject: [PATCH 1/3] (feat) add Anchors to community skills --- site/src/data/skills.ts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/site/src/data/skills.ts b/site/src/data/skills.ts index fcd5960..945c90a 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: + "Teach your AI coding agent how to integrate with and build Stellar anchors (fiat on/off-ramps).", + pathLabel: "CheesecakeLabs/stellar-anchor-skill", + copyValue: + "https://github.com/CheesecakeLabs/stellar-anchor-skill/blob/main/SKILL.md", + category: "Ecosystem", + }, ] as const; From 7974f10ab5d52caa4f9aa2e2b2f2cecf0f577d8b Mon Sep 17 00:00:00 2001 From: Phelipe Folgierini Date: Wed, 17 Jun 2026 16:37:06 -0300 Subject: [PATCH 2/3] Change skill description --- site/src/data/skills.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/data/skills.ts b/site/src/data/skills.ts index 945c90a..187de26 100644 --- a/site/src/data/skills.ts +++ b/site/src/data/skills.ts @@ -173,7 +173,7 @@ export const ECOSYSTEM_CARDS: readonly EcosystemCardSource[] = [ { title: "Anchors", description: - "Teach your AI coding agent how to integrate with and build Stellar anchors (fiat on/off-ramps).", + "Integrate with or build Stellar anchors — fiat on/off-ramps, deposit/withdrawal, KYC, RFQ, cross-border remittance. The implementation layer for SEPs 1/6/10/12/24/31/38: what to build, in what order, and the gotchas (memo contracts, trustline traps, state machine) that bite.", pathLabel: "CheesecakeLabs/stellar-anchor-skill", copyValue: "https://github.com/CheesecakeLabs/stellar-anchor-skill/blob/main/SKILL.md", From 80131f5973f9e1c7b838a5085ed7a28013f511a8 Mon Sep 17 00:00:00 2001 From: Phelipe Folgierini Date: Wed, 17 Jun 2026 17:12:33 -0300 Subject: [PATCH 3/3] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- site/src/data/skills.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/src/data/skills.ts b/site/src/data/skills.ts index 187de26..27bd17d 100644 --- a/site/src/data/skills.ts +++ b/site/src/data/skills.ts @@ -173,7 +173,7 @@ export const ECOSYSTEM_CARDS: readonly EcosystemCardSource[] = [ { title: "Anchors", description: - "Integrate with or build Stellar anchors — fiat on/off-ramps, deposit/withdrawal, KYC, RFQ, cross-border remittance. The implementation layer for SEPs 1/6/10/12/24/31/38: what to build, in what order, and the gotchas (memo contracts, trustline traps, state machine) that bite.", + "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",