use-algokit-cli

AlgoKit CLI commands for building, testing, and deploying Algorand applications. Use when building or compiling smart contracts, running test suites, deploying to localnet, managing local Algorand network, or understanding the development workflow. Strong triggers include "build the contract", "run the tests", "start localnet", "deploy to localnet", "algokit project run", "localnet status".

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "use-algokit-cli" with this command: npx skills add algorand-devrel/algorand-agent-skills/algorand-devrel-algorand-agent-skills-use-algokit-cli

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.

  2. Run tests:

    algokit project run test
    

    Executes the test suite using Vitest.

  3. Start localnet (if needed):

    algokit localnet start
    
  4. Deploy to localnet:

    algokit project deploy localnet
    
  5. Check build artifacts:

    • artifacts/ — Compiled contracts, ARC56 specs
    • Generated client files for TypeScript/Python

Important Rules / Guidelines

  • Always build before testing — Tests use generated clients
  • Only deploy when explicitly requested — Don't auto-deploy
  • Check localnet status before deployment operations
  • Reset localnet if you need a clean state

Common Variations / Edge Cases

ScenarioCommand
Start local networkalgokit localnet start
Stop local networkalgokit localnet stop
Reset network statealgokit localnet reset
Check network statusalgokit localnet status
Build failsCheck Puya compiler errors, fix contract code
Tests failCheck test assertions, fix contract or test code

References / Further Reading

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

implement-arc-standards

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

use-algokit-utils

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

search-algorand-examples

No summary provided by upstream source.

Repository SourceNeeds Review