Current links for setup, agents, publishing, and safety.
Use this page when a command, product screen, model list, or pricing page has changed since the lesson was written. Official docs win over screenshots and memory.
Setup basics
Core tools students install or use before running an agent.
- 01Node.js downloads ↗
Use the current LTS installer.
- 02Node.js docs ↗
Runtime reference for later study.
- 03npm docs ↗
Package-manager commands and concepts.
- 04Windows Terminal ↗
Terminal setup and profile reference.
- 05PowerShell docs ↗
Windows shell behavior and commands.
Agent docs
Official sources for current install paths, product surfaces, and limits.
- 01OpenCode ↗
The workshop's hands-on agent. It can inspect projects, plan changes, edit files, and run commands from a terminal-first workflow.
- 02OpenAI Codex ↗
OpenAI's coding-agent family for delegating software tasks. Exact packaging and access can change, so use official docs.
- 03Claude Code ↗
Anthropic's coding agent for working with projects from the command line and related developer workflows.
- 04Cursor ↗
A code editor with chat, autocomplete, and agent workflows built into the editing environment.
- 05Windsurf ↗
An AI-assisted editor focused on coding workflows and project context.
- 06GitHub Copilot ↗
GitHub's AI coding assistant for completions, chat, and editor-integrated help.
- 07Continue ↗
An open-source assistant that can connect editors with different model providers.
- 08Aider ↗
A terminal tool for pair programming with LLMs while editing files in a Git repository.
- 09OpenHands ↗
An open-source platform for autonomous software-development agents.
- 10Pi ↗
A minimal coding-agent option included for comparison using the provided official docs.
Publishing and GitHub
Use these when creating accounts, enabling account safety, or deploying a portfolio.
- 01GitHub ↗
Create or open your account.
- 02GitHub account guide ↗
Official account creation steps.
- 03GitHub two-factor authentication ↗
Protect the account before publishing.
- 04Vercel Git deployments ↗
Recommended path for Next.js projects.
- 05Netlify docs ↗
Alternative hosting reference.
- 06GitHub Pages docs ↗
Only for static-compatible projects.