| name | Cardano.Build Getting Started Navigator |
| description | Find, summarize, and curate developer resources from the Cardano.Build index (https://cardano.build/). Use this when the user asks for Cardano developer starting points, tools, libraries, tutorials, SSI/identity, infrastructure, APIs, or âwhere do I startâ type guidance. Focus on build-related material (not price/markets). Produce concise, categorized results with links and short rationales. Prefer official docs and recent, maintained resources.
|
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).