Skip to content

Commit 0118987

Browse files
authored
Merge pull request #89 from Nearx-Labs/feat/add-caatinga-skill
Add Caatinga skill to community ecosystem cards
2 parents 07f4916 + b9cc297 commit 0118987

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

site/src/data/skills.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,14 @@ export const ECOSYSTEM_CARDS: readonly EcosystemCardSource[] = [
205205
copyValue:
206206
"https://github.com/RozoAI/rozo-intents-skills/blob/main/SKILL.md",
207207
},
208+
{
209+
title: "Caatinga",
210+
description:
211+
"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.",
212+
pathLabel: "Dione-b/caatinga-skill",
213+
copyValue:
214+
"https://github.com/Dione-b/caatinga-skill/blob/master/skills/caatinga/SKILL.md",
215+
},
208216
{
209217
title: "Sozu Testnet USDC Faucet",
210218
description:

0 commit comments

Comments
 (0)