From 25633ff36132d78b0768f16468da6839077ae54e Mon Sep 17 00:00:00 2001 From: akbarsaputrait Date: Fri, 22 May 2026 23:14:07 +0700 Subject: [PATCH 1/3] 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 fcd5960..f22f6b2 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: "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 99fbb16f2d2692eb790abfe457b624c793b0444e Mon Sep 17 00:00:00 2001 From: Akbar Anung Yudha Saputra Date: Fri, 22 May 2026 23:51:24 +0700 Subject: [PATCH 2/3] 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 f22f6b2..2e26fba 100644 --- a/site/src/data/skills.ts +++ b/site/src/data/skills.ts @@ -174,7 +174,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 1cc2f2dad3aff77fde783bc418cafb7223061422 Mon Sep 17 00:00:00 2001 From: Akbar Anung Yudha Saputra Date: Sat, 23 May 2026 12:57:59 +0700 Subject: [PATCH 3/3] 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 2e26fba..8939d68 100644 --- a/site/src/data/skills.ts +++ b/site/src/data/skills.ts @@ -176,7 +176,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;