search-algorand-examples
Installation
SKILL.md
Searching Algorand Examples
Find working contract examples and code patterns from Algorand Foundation repositories using GitHub tools.
Overview / Core Workflow
- Identify what pattern or example the user needs
- Choose the appropriate tool (
github_search_code,github_get_file_contents, orgithub_search_repositories) - Search priority repositories first (devportal-code-examples, puya-ts)
- Retrieve the relevant file(s)
- Also fetch corresponding test files when applicable
How to proceed
- Determine the search type:
- Looking for a specific pattern → use
github_search_code - Need a specific file → use
github_get_file_contents - Discovering repositories → use
github_search_repositories
- Looking for a specific pattern → use