agent-academy-stargazers
Installation
SKILL.md
Agent Academy Stargazers
This skill fetches the list of users who have starred the microsoft/agent-academy repository on GitHub. If the user provides a GitHub username, it also checks whether that specific user has starred the repo.
🏁 Prerequisites
Before running, verify the gh CLI is installed and authenticated:
- Run
gh --versionto confirm it is installed. If not, install it (e.g.,brew install ghon macOS, or the appropriate package manager for the user's OS). - Run
gh auth statusto confirm it is authenticated. If not, rungh auth loginand guide the user through the interactive authentication flow.
Do not proceed with the rest of the skill until both checks pass.