Develops Algorand smart contracts in TypeScript using Algorand TypeScript (PuyaTs). Covers contract syntax, AVM types, storage patterns, transactions, ABI methods, testing, deployment, and AlgoKit Utils. Use when: (1) writing or modifying .algo.ts smart contracts, (2) using uint64, bytes, GlobalState, BoxMap, LocalState, itxn, gtxn in contracts, (3) testing contracts with algorandFixture/Vitest, (4) deploying or calling contracts with typed clients, (5) migrating from TEALScript or Algorand TypeScript beta, (6) troubleshooting Puya compiler errors or AVM transaction errors, (7) using AlgorandClient, AppFactory, or generated app clients in TypeScript.
$npx -y skills add algorand-devrel/algorand-agent-skills --skill algorand-typescriptInstalls into the current project.
Run `npx skills use "https://github.com/algorand-devrel/algorand-agent-skills" --skill "algorand-devrel/algorand-agent-skills/algorand-typescript"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/algorand-devrel/algorand-agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/algorand-devrel/algorand-agent-skills"` and select the relevant skills, then follow their instructions.