スキル一覧に戻る
gabrielkuettel

use-algokit-cli

by gabrielkuettel

A 100% vibe coded NFT gallery

0🍴 0📅 2026年1月20日
GitHubで見るManusで実行

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

  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

スコア

総合スコア

40/100

リポジトリの品質指標に基づく評価

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

レビュー

💬

レビュー機能は近日公開予定です