algorand-python

Installation
SKILL.md

Algorand Python

Write, test, deploy, and troubleshoot Algorand Python smart contracts.

Quick Start

# Create Python project
algokit init -n my-project -t python --answer preset_name production --defaults

# Development cycle
cd my-project
algokit project run build    # Compile contracts with PuyaPy
algokit project run test     # Run pytest tests
algokit localnet start       # Start local network
algokit project deploy localnet  # Deploy

Critical Rules

Installs
1
GitHub Stars
33
First Seen
Aug 21, 2026
algorand-python — algorand-devrel/algorand-agent-skills