use-algokit-cli

Installation
SKILL.md

AlgoKit Commands

Standard commands for Algorand development with AlgoKit CLI.

Overview / Core Workflow

  1. Write contract code
  2. Build: algokit project run build
  3. Write tests using generated clients
  4. Test: algokit project run test
  5. Deploy: algokit project deploy localnet

How to proceed

  1. Build contracts:
    algokit project run build
    
    This compiles contracts via Puya, generates ARC56 specs, and creates typed clients.
Installs
5
GitHub Stars
30
First Seen
Jan 28, 2026
use-algokit-cli — algorand-devrel/algorand-agent-skills