create-project
Installation
SKILL.md
AlgoKit Project Initialization
Create new Algorand projects using AlgoKit's official templates.
Overview / Core Workflow
- Confirm project details with user (name, template, customizations)
- Run
algokit initwith appropriate flags - Handle any initialization errors
- Provide next steps for building/testing
How to proceed
- 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