byalgorand-devrel· 11 skills
Foundational mental model for the Algorand Virtual Machine (AVM). Use when encountering AVM concepts, stack machine questions, resource limit errors, opcode budget issues, program size problems, or constraint errors. Use when an agent defaults to PyTEAL, Beaker, or raw TEAL. Read BEFORE writing any smart contract code. Covers the two-type system (uint64/bytes), compilation from TypeScript/Python to TEAL, hard resource limits, and common LLM anti-patterns.
$npx -y skills add algorand-devrel/algorand-agent-skills --skill algorand-coreInstalls into the current project.
Run `npx skills use "https://github.com/algorand-devrel/algorand-agent-skills" --skill "algorand-devrel/algorand-agent-skills/algorand-core"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/algorand-devrel/algorand-agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/algorand-devrel/algorand-agent-skills"` and select the relevant skills, then follow their instructions.