← Back to list

use-algokit-cli
by gabrielkuettel
A 100% vibe coded NFT gallery
⭐ 0🍴 0📅 Jan 20, 2026
SKILL.md
name: use-algokit-cli description: 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".
AlgoKit Commands
Standard commands for Algorand development with AlgoKit CLI.
Overview / Core Workflow
- Write contract code
- Build:
algokit project run build - Write tests using generated clients
- Test:
algokit project run test - Deploy:
algokit project deploy localnet
How to proceed
-
Build contracts:
algokit project run buildThis compiles contracts via Puya, generates ARC56 specs, and creates typed clients.
-
Run tests:
algokit project run testExecutes the test suite using Vitest.
-
Start localnet (if needed):
algokit localnet start -
Deploy to localnet:
algokit project deploy localnet -
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
| Scenario | Command |
|---|---|
| Start local network | algokit localnet start |
| Stop local network | algokit localnet stop |
| Reset network state | algokit localnet reset |
| Check network status | algokit localnet status |
| Build fails | Check Puya compiler errors, fix contract code |
| Tests fail | Check test assertions, fix contract or test code |
References / Further Reading
Score
Total Score
40/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon