Skip to content

Skills

15 skills, listed alphabetically. Each is a standalone Markdown file under skills/ in the repo. The agent loads only name + description at session start; the full SKILL.md loads when the skill is invoked.

SkillWhat it does
build-transactionBuild Cardano transaction, send ADA, mint NFT, mint token, interact with smart contract, delegate stake, register DRep, vote on-chain using Mesh SDK, Evolution SDK, PyCardano, or cardano-client-lib.
cardano-contextEnable durable Cardano development context in the current project by writing a delimited directive block into CLAUDE.md. Tells Claude to consult the cardano-dev-skills skill set and bundled docs before relying on training data. Trigger phrases: “enable cardano context”, “set up cardano for this project”, “tell claude this is a cardano project”, “mark this as a cardano project”, “/cardano-context”.
connect-walletGuides integrating a Cardano wallet into a web dApp using CIP-30. Triggers: “connect wallet”, “CIP-30”, “wallet integration”, “browser wallet”, “sign transaction”, “wallet connector”, “dApp wallet”, “Nami”, “Eternl”, “Lace”.
debug-transactionDebug failing Cardano transaction, fix transaction error, diagnose ValueNotConservedUTxO, InsufficientCollateral, script failure, budget exceeded, datum mismatch, missing signer, min-UTxO error.
design-tokenDesign Cardano native token, NFT, NFT collection, fungible token, CIP-25 metadata, CIP-68 reference tokens, CIP-113 programmable tokens, minting policy, token architecture.
explain-cipExplain Cardano Improvement Proposals (CIPs) to developers. Trigger phrases: “explain CIP”, “what is CIP-30”, “CIP-68 metadata”, “what CIP covers”, “which CIP for wallets”, “governance CIP”, “token metadata standard”.
explain-eutxoExplain Cardano’s extended UTxO model to developers. Trigger phrases: “explain datum”, “what is a redeemer”, “eUTxO vs account model”, “how do validators work”, “what is a script context”, “UTxO model”, “how does Cardano differ from Ethereum”.
governance-guideGuides Cardano on-chain governance under CIP-1694 and the Conway era. Triggers: “governance”, “DRep”, “CIP-1694”, “Conway era”, “governance action”, “vote on proposal”, “constitutional committee”, “treasury withdrawal”, “GovTool”.
optimize-validatorOptimize Aiken validators for lower execution costs and smaller script size. Covers CPU/memory reduction, script size, data structures, and benchmarking. Trigger: “optimize validator”, “reduce script size”, “lower execution cost”, “reduce CPU”, “reduce memory”, “script too large”, “transaction too expensive”.
query-chainGuides finding the best way to query Cardano blockchain data. Triggers: “query chain”, “read UTxOs”, “fetch blockchain data”, “Blockfrost vs Ogmios”, “chain indexer”, “query Cardano”, “get transaction data”, “read on-chain state”.
review-contractSecurity review for Cardano smart contracts written in Aiken, Plutus, or OpShin. Trigger: “review contract”, “audit validator”, “check security”, “find vulnerabilities”, “security review”, “smart contract audit”, “check for exploits”.
scaffold-projectScaffold a new Cardano project with on-chain + off-chain toolchain wired up. Helps pick a use case from the 21 Cardano Foundation templates (or a custom one), a stack (Aiken on-chain; Evolution SDK, Mesh SDK, PyCardano, or cardano-client-lib off-chain), a network (Yaci DevKit, preview, preprod), and optionally a Next.js frontend. Produces a canonical directory layout, config files, devnet wiring, and starter validator + transaction skeletons. Triggers: “scaffold project”, “new Cardano project”, “project structure”, “init Cardano”, “starter template”, “project layout”, “bootstrap dApp”, “set up Cardano monorepo”, “Cardano project skeleton”, “scaffold dApp”.
setup-devnetGuides setting up a local Cardano development environment. Triggers: “setup devnet”, “local testnet”, “Yaci DevKit”, “development environment”, “local Cardano node”, “devnet”, “preview testnet”, “preprod testnet”.
suggest-toolingRecommends Cardano developer tools and SDKs for a specific project. Triggers: “which SDK”, “recommend tools”, “best library for”, “Cardano SDK”, “Mesh vs Evolution SDK”, “Aiken vs Plutus”, “what tools should I use”, “Cardano ecosystem”.
write-validatorGuide writing a Cardano validator from a specification. Covers datum/redeemer design, validator logic, security checks, and test planning. Default language is Aiken. Trigger: “write validator”, “create contract”, “build smart contract”, “new validator”, “implement spending validator”, “write minting policy”.

How to invoke

In Claude Code, prefix the skill name with the plugin: cardano-dev-skills:write-validator. Or describe the task in natural language — skills carry trigger phrases that auto-match. See How it works for the matching mechanism and what to do when it misses.