You'll create your practice repository on github.com. No terminal, no local installs, and no Codespace required — everything in this workshop runs in your browser.
Verify you are on the right path before continuing:
- You are on a desktop or laptop without a terminal
- You plan to author and run workflows from the GitHub Copilot or Agents tab in your browser
Important
Phones and tablets are not supported for this workshop. Switch to a desktop or laptop before continuing.
If you have access to a terminal, consider one of the other setup paths instead.
Tip
The Codespace path gives you an in-browser terminal with all tools pre-installed. The local terminal path uses your own machine. Either one works for the full workshop.
- Go to github.com/new.
- Set the owner to yourself.
- Name the repository
my-agentic-workflows. - Set visibility to Private.
- Check Add a README file.
- Click Create repository.
You now have a practice repository. Keep this tab open — you will use it throughout the workshop.
Note
The browser path skips the gh CLI installation (Steps 6a–6b). When the workshop reaches Install the gh-aw CLI Extension, your path automatically continues to No Installation Needed — GitHub UI Path.
- Your
my-agentic-workflowsrepository exists on github.com - You are signed in to GitHub in your browser
- You are ready to continue without a terminal
Next: GitHub Actions Intro