Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions site/src/data/skills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,14 @@ export const ECOSYSTEM_CARDS: readonly EcosystemCardSource[] = [
copyValue:
"https://github.com/RozoAI/rozo-intents-skills/blob/main/SKILL.md",
},
{
title: "Caatinga",
description:
"Deploy and manage Soroban contract lifecycles with the Caatinga CLI (ctg). Covers the init → doctor → build → deploy → generate → invoke workflow, the multi-contract Deployment Graph, versioned caatinga.artifacts.json as the source of truth for contract IDs, generated TypeScript bindings, and wallet adapters (Freighter, Stellar Wallets Kit) — with hard rules against raw secret keys on the command line and hand-edited artifacts or bindings.",
pathLabel: "Dione-b/caatinga-skill",
copyValue:
"https://github.com/Dione-b/caatinga-skill/blob/master/skills/caatinga/SKILL.md",
},
{
title: "Sozu Testnet USDC Faucet",
description:
Expand Down