CAIL Spotlight Workshop #2
Vibe-Coding Prototypes
Tuesday, March 10, 2026 · 4:00–5:30 pm
cuny-ai-lab.github.io/vibe-coding-prototypes
Tuesday, March 10, 2026 · 4:00–5:30 pm
pwd print working directory · cd change directory · cd .. go up one level · ls list filesYou type something, it “types” back.
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' \
>> ~/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
3. Confirm with:
brew --version
brew install gemini-cli # macOS
npm install -g @google/gemini-cli # Windowsgemini in your terminalcd into the unzipped folder from your terminalgemini to start the agent“Propose a plan to reorganize this directory; wait for my approval to implement it.”css/, js/, assets/index.html to open in the browserCmd+Option+J / Ctrl+Shift+J)AGENTS.md/init command to capture what the agent learned during reorganization:AGENTS.md that documents the project for future agentic use: purpose, file structure, and conventions all in one place.css/, JS in js/brew install gh # macOS
npm install -g gh # Windowsgh auth logingh auth statusgit initgh repo create REPO --public --source=.git remote -vgit add .git commit -m "first prototype"git pushgithub.com/USERNAME/REPOUSERNAME.github.io/REPO