create-project

Installation
SKILL.md

AlgoKit Project Initialization

Create new Algorand projects using AlgoKit's official templates.

Overview / Core Workflow

  1. Confirm project details with user (name, template, customizations)
  2. Run algokit init with appropriate flags
  3. Handle any initialization errors
  4. Provide next steps for building/testing

How to proceed

  1. Confirm project details with user:
    • Project name (directory name)
    • Template choice (TypeScript or Python)
    • Any customizations (--no-git, --no-bootstrap, author name)
    • For TypeScript: confirm Production preset for production projects
Installs
4
GitHub Stars
30
First Seen
Feb 12, 2026
create-project — algorand-devrel/algorand-agent-skills