>
find ~/algorand-devrel/ -name "*.skill"
Syntax rules and patterns for Algorand TypeScript (PuyaTs) smart contracts. Use when writing TypeScript contract...
Build Algorand smart contracts using Algorand TypeScript (PuyaTs) or Algorand Python (PuyaPy). Use when creating new...
Deploy and interact with Algorand smart contracts using AlgoKit CLI and generated TypeScript clients. Use when...
Bootstraps production-ready AlgoKit projects for Algorand dApps and smart contracts. Use when initializing new...
Create React frontends for Algorand dApps with wallet integration. Use when creating React frontends that interact...
Implement Algorand ARC standards in smart contracts and clients. Use when needing to understand ARC-4 ABI encoding...
Search GitHub for Algorand smart contract examples and patterns. Use when finding example implementations of...
Testing patterns for Algorand smart contracts using generated clients and algorandFixture. Use when writing tests...
Diagnose and fix common Algorand errors including smart contract failures, transaction rejections, and SDK...
AlgoKit CLI commands for building, testing, and deploying Algorand applications. Use when building or compiling...
AlgoKit Utils library for interacting with the Algorand blockchain from TypeScript or Python applications. Use when...