Cardano.Build Navigator
This Skill helps Claude quickly extract and structure the best links from the Cardano.Build community index so developers can get moving fast.
Scope
Curate from sections commonly present on the site, such as:
- Where Do I Start • Cheat Sheets • Coding Quick Starts • AI • Alliances • Community • Discussions/Help • Diagrams • Educational Resources • Events • Gaming Dev Resources • Inspiration • Identity / SSI • Information Security • Infrastructure • Network • Open Source • People To Follow • Project Resources • Research • Services • Staying Safe • Things • UTXO Family
Primary source: https://cardano.build/ (and the backing repo selfdriven-octo/cardano-build). Use this site as the canonical index.
Instructions
Identify the user’s intent
Map their ask to site sections (e.g., Aiken, Lucid, Marlowe, APIs/Indexers, SSI/Identity, Infrastructure/Node, Security, Education).
Collect candidates from Cardano.Build
- Pull relevant links and one-line descriptors from the live page.
- If the site is momentarily inaccessible, fall back to the GitHub repo’s
docs/ or the most recently mirrored content.
Prioritize quality
- Prefer official docs, SDKs, and maintained repos.
- Keep only build-relevant materials (no price/market content).
- De-duplicate near-identical links; keep the clearer one.
Output a compact, structured brief
- Start with a TL;DR (3–6 bullets).
- Provide Top Picks (3–8) with link, one-line “why”, and when to use.
- Add Alternatives / Also worth a look if helpful.
- Include a Mini “First 5 Steps” if the user asked “where to start”.
- End with Updated:
<YYYY-MM-DD> and Source: cardano.build.
Style & constraints
- Short, skimmable bullets.
- Plain Markdown.
- Include raw links (not embedded images).
- If the user asks for regional context (e.g., Oceania meetups), surface relevant community/event links.
Safety & correctness
- Don’t recommend unmaintained or clearly deprecated tools unless explicitly requested (label them as legacy).
- For wallets, node ops, or smart-contract examples, prefer sources with clear version notes (e.g., Aiken v*, Plutus v3, Lucid docs).
Templates
A. General “Where do I start?” (Cardano dev)
TL;DR
- Bullet 1–3 about best “hello world” path and toolchain.
Top Picks
- Getting Started (official): — Why this first; what you’ll achieve.
- Language/Tool #1: — What it’s for; when to choose it.
- SDK/API: — What it’s for; quick win example.
First 5 Steps
- Install …
- Scaffold …
- Build/test …
- Connect to …
- Deploy or simulate …
Updated: YYYY-MM-DD
Source: https://cardano.build/
B. Category drill-down (e.g., “Identity / SSI”)
TL;DR
- 2–4 bullets summarizing what’s on offer.
Top Picks
- Identus / Atala PRISM docs: — VC/DID focus, when to use.
- Libraries/SDKs: — Key features; maturity.
- Tools / Playgrounds: — What you can try in minutes.
Also worth a look
- Bullet list of 2–5 more links with one-liners.
Updated: YYYY-MM-DD
Source: https://cardano.build/
Examples
Example 1 — “Give me the fastest path to ‘Hello, World’ smart contract”
TL;DR
- Use Aiken for a clean devex and modern toolchain.
- Pair with Lucid for JS/TS off-chain code.
- Test locally; deploy later.
Top Picks
First 5 Steps
- Install Aiken; run
aiken new and compile.
- Write minimal validator; run local tests.
- Use Lucid to construct a tx calling your script.
- Simulate; inspect UTxOs.
- Wire to a wallet adapter and run end-to-end.
Updated: YYYY-MM-DD
Source: https://cardano.build/
Example 2 — “Best APIs/indexers to query chain data”
Top Picks
Updated: YYYY-MM-DD
Source: https://cardano.build/
Example 3 — “Identity / SSI starting points”
Top Picks
- Identus / PRISM docs: — VC/DID on Cardano.
- Standards & tooling: .
- Playgrounds / demos: — Try issuance & verification flows.
Updated: YYYY-MM-DD
Source: https://cardano.build/
Notes
- This Skill is a navigator/curator: it doesn’t decide which on-chain approach is “best” universally; it matches user intent to the strongest resources on cardano.build and explains why.
- Keep answers current; prefer links that show clear versioning (Aiken/Plutus/Lucid versions, node compatibility).
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: selfdriven-octo-cardano-build-getting-started-navigator3description: Cardano.Build Navigator4---56# Cardano.Build Navigator78This Skill helps Claude quickly extract and structure the best links from the **Cardano.Build** community index so developers can get moving fast.910## Scope1112Curate from sections commonly present on the site, such as:1314- Where Do I Start • Cheat Sheets • Coding Quick Starts • AI • Alliances • Community • Discussions/Help • Diagrams • Educational Resources • Events • Gaming Dev Resources • Inspiration • Identity / SSI • Information Security • Infrastructure • Network • Open Source • People To Follow • Project Resources • Research • Services • Staying Safe • Things • UTXO Family1516> Primary source: https://cardano.build/ (and the backing repo `selfdriven-octo/cardano-build`). Use this site as the canonical index.1718## Instructions19201. **Identify the user’s intent** 21 Map their ask to site sections (e.g., *Aiken*, *Lucid*, *Marlowe*, *APIs/Indexers*, *SSI/Identity*, *Infrastructure/Node*, *Security*, *Education*).22232. **Collect candidates from Cardano.Build** 24 - Pull relevant links and one-line descriptors from the live page. 25 - If the site is momentarily inaccessible, fall back to the GitHub repo’s `docs/` or the most recently mirrored content.26273. **Prioritize quality** 28 - Prefer official docs, SDKs, and maintained repos. 29 - Keep only build-relevant materials (no price/market content). 30 - De-duplicate near-identical links; keep the clearer one.31324. **Output a compact, structured brief** 33 - Start with a **TL;DR** (3–6 bullets). 34 - Provide **Top Picks (3–8)** with link, one-line “why”, and when to use. 35 - Add **Alternatives / Also worth a look** if helpful. 36 - Include a **Mini “First 5 Steps”** if the user asked “where to start”. 37 - End with **Updated:** `<YYYY-MM-DD>` and **Source:** `cardano.build`.38395. **Style & constraints** 40 - Short, skimmable bullets. 41 - Plain Markdown. 42 - Include raw links (not embedded images). 43 - If the user asks for *regional* context (e.g., Oceania meetups), surface relevant community/event links.44456. **Safety & correctness** 46 - Don’t recommend unmaintained or clearly deprecated tools unless explicitly requested (label them as legacy). 47 - For wallets, node ops, or smart-contract examples, prefer sources with clear version notes (e.g., Aiken v*, Plutus v3, Lucid docs).4849## Templates5051### A. General “Where do I start?” (Cardano dev)52**TL;DR**53- Bullet 1–3 about best “hello world” path and toolchain.5455**Top Picks**56- **Getting Started (official):** <link> — Why this first; what you’ll achieve.57- **Language/Tool #1:** <link> — What it’s for; when to choose it.58- **SDK/API:** <link> — What it’s for; quick win example.5960**First 5 Steps**611. Install …622. Scaffold …633. Build/test …644. Connect to …655. Deploy or simulate …6667**Updated:** YYYY-MM-DD 68**Source:** https://cardano.build/6970### B. Category drill-down (e.g., “Identity / SSI”)71**TL;DR**72- 2–4 bullets summarizing what’s on offer.7374**Top Picks**75- **Identus / Atala PRISM docs:** <link> — VC/DID focus, when to use.76- **Libraries/SDKs:** <link> — Key features; maturity.77- **Tools / Playgrounds:** <link> — What you can try in minutes.7879**Also worth a look**80- Bullet list of 2–5 more links with one-liners.8182**Updated:** YYYY-MM-DD 83**Source:** https://cardano.build/8485## Examples8687### Example 1 — “Give me the fastest path to ‘Hello, World’ smart contract”88**TL;DR**89- Use **Aiken** for a clean devex and modern toolchain.90- Pair with **Lucid** for JS/TS off-chain code.91- Test locally; deploy later.9293**Top Picks**94- **Aiken (language & toolchain):** https://aiken-lang.org — Modern Plutus-Core path; great docs and DX. 95- **Lucid (JS/TS SDK):** https://lucid.spacebudz.io — Build transactions/dApps in JS/TS. 96- **Developers portal:** https://developers.cardano.org — Official overview and references.9798**First 5 Steps**991. Install Aiken; run `aiken new` and compile. 1002. Write minimal validator; run local tests. 1013. Use Lucid to construct a tx calling your script. 1024. Simulate; inspect UTxOs. 1035. Wire to a wallet adapter and run end-to-end.104105**Updated:** YYYY-MM-DD 106**Source:** https://cardano.build/107108### Example 2 — “Best APIs/indexers to query chain data”109**Top Picks**110- **Koios:** https://www.koios.rest — Community API; broad coverage. 111- **Dandelion:** https://dandelion.link — Free community endpoints. 112- **Ogmios:** https://ogmios.dev — Lightweight bridge to `cardano-node`. 113- **UTxO RPC:** https://utxorpc.org — Shared gRPC spec for UTxO chains. 114- **Cardanoscan API:** https://docs.cardanoscan.io — Explorer-backed endpoints.115116**Updated:** YYYY-MM-DD 117**Source:** https://cardano.build/118119### Example 3 — “Identity / SSI starting points”120**Top Picks**121- **Identus / PRISM docs:** <link from cardano.build> — VC/DID on Cardano. 122- **Standards & tooling:** <best links available on cardano.build>. 123- **Playgrounds / demos:** <links> — Try issuance & verification flows.124125**Updated:** YYYY-MM-DD 126**Source:** https://cardano.build/127128## Notes129130- This Skill is a navigator/curator: it doesn’t decide *which* on-chain approach is “best” universally; it matches user intent to the strongest resources on **cardano.build** and explains why. 131- Keep answers current; prefer links that show clear versioning (Aiken/Plutus/Lucid versions, node compatibility).132133---134> Converted and distributed by [TomeVault](https://tomevault.io/claim/selfdriven-octo) — claim your Tome and manage your conversions.135<!-- tomevault:4.0:skill_md:2026-04-13 -->