Claude Code
A coding agent that works in your project files to help you build, edit, and iterate quickly. Pair it with GitHub when you want version control and publishing.
A simple setup guide for teachers who want to build and publish practical tools.
This page covers the minimum setup to start building with coding agents responsibly: core tools, version control, and publishing. You do not need every platform. Choose one path first, then expand if useful.
Important: this guide is mainly for teachers who want to share projects online. If you only want to build and use tools on your own device, GitHub is optional. You can easily test your own projects on your computer without sharing things on GitHub. But, it's good to know how to use GitHub, because sharing is caring (and fun) :)
This is a practical loop for building and sharing small education tools with agentic coding.
Think of these as pathways. Most teachers start with one agent platform. Add GitHub when you are ready to publish online, collaborate, or keep version history in the cloud.
A coding agent that works in your project files to help you build, edit, and iterate quickly. Pair it with GitHub when you want version control and publishing.
A coding agent workflow for creating and refining tools through practical prompts and code edits. Pair it with GitHub when you want version history and public sharing.
git add, git commit, git push).Any editor is fine. Pick one that feels clear and comfortable, then stay consistent while learning.
Terminal on Mac is equivalent to using Windows Terminal / PowerShell on Windows. Same idea: run commands directly.