·test-smart-contracts
!

test-smart-contracts

Testing patterns for Algorand smart contracts using generated clients and algorandFixture. Use when writing tests for smart contracts, setting up test fixtures and deployment, debugging failing tests, testing multi-user scenarios, or asking about E2E vs unit testing. Strong triggers include "how do I test my contract", "algorandFixture", "test is failing", "LocalNet testing", "vitest setup", "fund contract for boxes".

5Installs·0Trend·@algorand-devrel

Installation

$npx skills add https://github.com/algorand-devrel/algorand-agent-skills --skill test-smart-contracts

How to Install test-smart-contracts

Quickly install test-smart-contracts AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/algorand-devrel/algorand-agent-skills --skill test-smart-contracts
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: algorand-devrel/algorand-agent-skills.

SKILL.md

View raw

Write integration tests for Algorand smart contracts using the algorandFixture and generated typed clients.

Always write integration tests unless the user explicitly requests unit tests. Integration tests run against LocalNet and test real contract behavior.

Test Framework: Both Vitest (default) and Jest are supported. The examples below use Vitest syntax, but Jest equivalents work identically.

Testing patterns for Algorand smart contracts using generated clients and algorandFixture. Use when writing tests for smart contracts, setting up test fixtures and deployment, debugging failing tests, testing multi-user scenarios, or asking about E2E vs unit testing. Strong triggers include "how do I test my contract", "algorandFixture", "test is failing", "LocalNet testing", "vitest setup", "fund contract for boxes". Source: algorand-devrel/algorand-agent-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/algorand-devrel/algorand-agent-skills --skill test-smart-contracts
Category
!Security
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from algorand-devrel/algorand-agent-skills

Quick answers

What is test-smart-contracts?

Testing patterns for Algorand smart contracts using generated clients and algorandFixture. Use when writing tests for smart contracts, setting up test fixtures and deployment, debugging failing tests, testing multi-user scenarios, or asking about E2E vs unit testing. Strong triggers include "how do I test my contract", "algorandFixture", "test is failing", "LocalNet testing", "vitest setup", "fund contract for boxes". Source: algorand-devrel/algorand-agent-skills.

How do I install test-smart-contracts?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/algorand-devrel/algorand-agent-skills --skill test-smart-contracts Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/algorand-devrel/algorand-agent-skills