From 94098ae9197f212d42bd1e05901b45b69f3e82fa Mon Sep 17 00:00:00 2001 From: akbarsaputrait Date: Fri, 22 May 2026 23:14:07 +0700 Subject: [PATCH 1/4] feat: add ROZO Intents skill --- 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 8b3c85a..934098c 100644 --- a/site/src/data/skills.ts +++ b/site/src/data/skills.ts @@ -173,4 +173,13 @@ export const ECOSYSTEM_CARDS: readonly EcosystemCardSource[] = [ copyValue: "https://github.com/kalepail/skills/blob/main/skills/agent-browser-webauthn/SKILL.md", }, + { + title: "ROZO Intents", + description: + "Send USDC and USDT across Stellar, Ethereum, Arbitrum, Base, BSC, Polygon, and Solana using natural language. Covers cross-chain bridging, wallet detection, fee estimation, tiered confirmation logic, and QR code payment parsing inside Claude Code.", + pathLabel: "rozoai/rozo-intents", + copyValue: + "https://github.com/RozoAI/rozo-intents-skills/blob/main/README.md", + category: "Ecosystem", + }, ] as const; From 4bbe98637aac3f8c4e0a042f84efad14605de6e9 Mon Sep 17 00:00:00 2001 From: Akbar Anung Yudha Saputra Date: Fri, 22 May 2026 23:51:24 +0700 Subject: [PATCH 2/4] fix: pathLabel consistency 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 934098c..992c64b 100644 --- a/site/src/data/skills.ts +++ b/site/src/data/skills.ts @@ -177,7 +177,7 @@ export const ECOSYSTEM_CARDS: readonly EcosystemCardSource[] = [ title: "ROZO Intents", description: "Send USDC and USDT across Stellar, Ethereum, Arbitrum, Base, BSC, Polygon, and Solana using natural language. Covers cross-chain bridging, wallet detection, fee estimation, tiered confirmation logic, and QR code payment parsing inside Claude Code.", - pathLabel: "rozoai/rozo-intents", + pathLabel: "RozoAI/rozo-intents-skills", copyValue: "https://github.com/RozoAI/rozo-intents-skills/blob/main/README.md", category: "Ecosystem", From 96cd882ca44bbd2385f553fdab2e187fb51d5999 Mon Sep 17 00:00:00 2001 From: Akbar Anung Yudha Saputra Date: Sat, 23 May 2026 12:57:59 +0700 Subject: [PATCH 3/4] Update copyValue URL to point to SKILL.md --- 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 992c64b..eef1b68 100644 --- a/site/src/data/skills.ts +++ b/site/src/data/skills.ts @@ -179,7 +179,7 @@ export const ECOSYSTEM_CARDS: readonly EcosystemCardSource[] = [ "Send USDC and USDT across Stellar, Ethereum, Arbitrum, Base, BSC, Polygon, and Solana using natural language. Covers cross-chain bridging, wallet detection, fee estimation, tiered confirmation logic, and QR code payment parsing inside Claude Code.", pathLabel: "RozoAI/rozo-intents-skills", copyValue: - "https://github.com/RozoAI/rozo-intents-skills/blob/main/README.md", + "https://github.com/RozoAI/rozo-intents-skills/blob/main/SKILL.md", category: "Ecosystem", }, ] as const; From f577ec0042b786c5785b79530ae109a89fb2c105 Mon Sep 17 00:00:00 2001 From: akbarsaputrait Date: Fri, 10 Jul 2026 17:05:57 +0700 Subject: [PATCH 4/4] fix: remove extraneous category from ecosystem card --- site/src/data/skills.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/site/src/data/skills.ts b/site/src/data/skills.ts index eef1b68..9760873 100644 --- a/site/src/data/skills.ts +++ b/site/src/data/skills.ts @@ -180,6 +180,5 @@ export const ECOSYSTEM_CARDS: readonly EcosystemCardSource[] = [ pathLabel: "RozoAI/rozo-intents-skills", copyValue: "https://github.com/RozoAI/rozo-intents-skills/blob/main/SKILL.md", - category: "Ecosystem", }, ] as const;