Plain-English definitions and the commands worth committing to muscle memory. Keep this open while you work โ most friction comes from not knowing a shortcut already exists.
Plain-English definitions for the technical terms you'll hear in this workshop. Knowing these also helps when you talk to your IT or engineering team โ you'll speak their language.
cd (change directory) is how you navigate between them in the terminal.# for headings, **bold**, - for bullets). Claude outputs Markdown naturally, and VS Code can preview it as a formatted document.node or npm in a command, Node.js is involved.npm install, it's just downloading the dependencies a program needs to run./workshop/sample-files/lab-2/meeting-transcript.txt.SKILL.md files and are triggered by name or description.Something running away from you? These are your emergency brakes.
| Key | What it does |
|---|---|
| Esc | Interrupt Claude mid-response โ stops it immediately so you can type again. The conversation is preserved. |
| Ctrl + C | Cancel whatever you're typing, or exit Claude when the prompt is empty. Also the universal "stop" for terminal commands. |
Claude sometimes gets stuck trying to fix a small detail, or loops on the same step for several minutes. You don't need to wait it out.
| Situation | What to do |
|---|---|
| Claude is taking too long on a minor detail | Press Esc, then redirect โ "That's good enough, skip the rest." |
| Claude keeps retrying the same failing step | Press Esc, then redirect โ "Stop, try a completely different approach." |
| The conversation feels tangled or off-track | Type /clear to start fresh โ your files are kept, only the conversation resets. |
| You just installed a new Skill, plugin, or MCP server and it isn't showing up | Run /reload-plugins, or exit and restart Claude with /exit then claude. |
/reload-plugins, the file might be in the wrong folder. Ask a facilitator to check the path.The commands you'll reach for most often. Type / on an empty prompt to see every command available in your setup, including custom skills.
| Command | What it does |
|---|---|
/clear | Start a fresh conversation without losing any of your files โ the safest reset. |
/exit | Exit Claude Code and return to the terminal prompt. |
/resume | Resume a previous conversation from within Claude Code. |
/rename | Rename the current conversation to something memorable (makes /resume easier later). |
/reload-plugins | Reload Skills and plugins โ use this if a newly installed Skill isn't showing up. |
/help any time for the full list in your environment.You don't need to memorise these โ but knowing them makes you feel like a pro.
| Command | What it does | Example |
|---|---|---|
pwd | Show your current folder location | /workshop |
ls | List files and folders in the current directory | โ |
cd folder-name | Move into a folder | cd sample-files |
cd .. | Go up one folder level | cd .. |
cd ~ | Go to your home folder | cd ~ |
cat filename | Print the contents of a file | cat meeting-notes.md |
clear | Clear the terminal screen | โ |
Don't panic โ everything here has an easy fix.
| What you see | Fix |
|---|---|
command not found |
Typo โ copy the command directly from the workshop using the copy button. |
Permission denied |
Try from your home folder (cd ~). Ask a facilitator if it persists. |
No such file or directory |
Wrong path โ check spelling, or ask Claude: "What files are available in the sample-files folder?" |
| Claude keeps asking questions | Answer in plain English, or say "Use your best judgement and proceed." |