Claude Code Workshop + Best Practices
This guide takes 10-15 minutes. Everything is simple and requires no technical knowledge, so don't stress. Take it step by step and you'll be fine.
Hey everyone! We're really excited about the workshop and the chance to introduce you to the amazing world of Claude Code. If you haven't tried it yet, you're in for a serious "wow" moment. Instead of just chatting with Claude, it will work directly on files on your computer. Creating, editing, building real things. Let's get everything set up so we can dive right into work.
Paid Claude Subscription
This is mandatory. Go to claude.ai/upgrade and get Claude Pro for $20/month.
Yes, another subscription. But seriously, this is the most powerful tool on the market today for the price of a fast food meal. What this tool can do for your daily work is worth a thousand times the cost. The free version is simply too limited for real work with Claude Code.
Download the Claude Desktop App
You must have Claude Desktop on your computer. Go to claude.ai/download, choose your OS version (Mac or Windows) and install.
Open the app and sign in with the account you used for the paid subscription. Once logged in, notice the three tabs at the top: Chat, Cowork, and Code. The Code tab is exactly what we'll use in the workshop. It gives you the full power of Claude Code in a nice graphical interface, without touching the terminal at all.
Install Git
For the Code tab to work, your computer needs Git installed. It's a tool Claude uses to safely manage file changes.
🍎 Mac
Probably already installed. To check, open Terminal (Cmd+Space, type Terminal, Enter) and type git --version.
If you see a version number, you're good. If a dialog asks to install Xcode Command Line Tools, click Install and wait a few minutes.
🪟 Windows
Go to git-scm.com/downloads/win, download and run the installer. Click Next on everything with defaults.
After installation, close and reopen the Claude app.
Connect Claude Code to a Folder
Here's the fun part. First, create a new folder on your computer for Claude to work in.
my-workspace or ai-projects.Open the Claude Desktop app and click the Code tab at the top.
Try writing something like "Create a file called test.md with the words hello world" and watch the file appear in your folder.
Install Obsidian for Easy File Viewing
This step is completely optional but really nice. Obsidian is a free app that displays your files in a visual, easy-to-browse way. You'll be able to see every file Claude creates or edits in real time.
Before you go, a few things to know
Win+R and type winver, on Mac click the Apple menu then "About This Mac".Want to hear about new workshops?
Leave your email and get updates about workshops, guides, and new AI tools.