What problem does it solve? Finding working, vetted Algorand smart contract examples is time-consuming when you need a specific pattern like BoxMap, inner transactions, or ARC-4 methods. This Skill locates relevant implementations from official Algorand Foundation repositories instead of relying on unverified code scattered across GitHub. ## Core Features & Use Cases - Code Pattern Search: Uses GitHub code search to find specific patterns like BoxMap, inner transactions, or GlobalState across algorandfoundation repositories. - File and Directory Retrieval: Fetches specific contract files or lists directory contents from repos like puya-ts and devportal-code-examples. - Repository Discovery: Finds Algorand repositories by topic, language, or organization for broader exploration. - Use Case: When you ask "show me how to use BoxMap in a voting contract", the Skill searches puya-ts examples, retrieves the contract file, and also fetches the corresponding test file to demonstrate correct usage. ## Quick Start Ask the assistant to find an example of a voting contract using BoxMap from the Algorand Foundation repositories.