Prompt Library
Copy-ready prompts to help you complete and extend this session's work.
PROMPT 1
Get a plain-language translation of any terminal command
I am new to using the terminal. I saw this command and I do not understand what it does:
Prompt
I am new to using the terminal. I saw this command and I do not understand what it does: [paste the command here] Please explain it in plain language - what it does, what each part means, and whether it is safe to run. Do not use technical jargon. Explain it as if I have never used a terminal before.
PROMPT 2
Get step-by-step terminal instructions for a specific task
I need to [describe what you want to do] using the terminal.
Prompt
I need to [describe what you want to do] using the terminal. My operating system is [Mac / Windows]. My current situation: [describe where you are - e.g., "I just opened my terminal and I am in my home directory"] Please give me the exact commands to type, one at a time, in the order I should type them. After each command, tell me what I should see if it worked correctly. If something might go wrong, tell me what to watch for.
PROMPT 3
Troubleshoot a terminal error
I tried to run a command in my terminal and got an error. I need help understanding what went wrong and how to fix it.
Prompt
I tried to run a command in my terminal and got an error. I need help understanding what went wrong and how to fix it. My operating system: [Mac / Windows] The command I typed: [paste the exact command] The error message I got: [paste the exact error message] What I was trying to do: [describe the goal] Please explain what the error means in plain language and give me the corrected command or steps to fix the issue.
PROMPT 4
Set up Claude Code from scratch
I want to install Claude Code on my computer so I can use it from the terminal. I have never done this before.
Prompt
I want to install Claude Code on my computer so I can use it from the terminal. I have never done this before. My operating system: [Mac / Windows / Linux] My technical level: beginner - I know how to open the terminal and type basic commands like cd and ls Do I have Python or Node installed? [yes / no / I do not know] Please give me a step-by-step installation guide written for a non-developer. Include: how to check if I have the prerequisites, the exact commands to type, what I should see at each step, and how to run my first Claude Code command to confirm the installation worked.
PROMPT 5
Learn the next 5 commands
I just completed a session on the command line basics. I now know: pwd, ls, dir, cd, and mkdir.
Prompt
I just completed a session on the command line basics. I now know: pwd, ls, dir, cd, and mkdir. I want to learn five more commands that are most useful for an AI Officer who works with files, runs scripts, and sets up AI tools. I am not learning to code - I am learning to operate AI tools from the terminal. For each command, give me: - The command name - What it does in one sentence - An example of when I would use it as someone who works with AI tools - The exact syntax to type - What I should see if it worked Keep the explanations simple. No jargon.