1.2: File Exploration & Visual Workspace
- Time to Complete: 15 minutes
Interactive lesson: Run
/start-1-2in Claude Code
The Dual-Pane Workflow
Problem: Terminal is great for talking to Claude, but you can’t see your files.
Solution: Use a visual editor alongside Claude Code.
| Pane | Purpose |
|---|---|
| Left side | File explorer (see everything) |
| Bottom | Claude Code terminal (work with everything) |
Choose Your Tool
Nimbalyst (Recommended)
Best for: Non-technical Claude Code users who want the smoothest experience

Nimbalyst is a free, purpose-built workspace for Claude Code with:
- WYSIWYG markdown editing - See formatted text, not raw markdown syntax
- File diffs - See exactly what Claude changed when editing files
- Hidden folder visibility - Can see the
.claude/folder (unlike some editors) - Claude Code built-in - Work with Claude directly in Nimbalyst
Cursor
Best for: Users who want to use Cursor’s AI features alongside Claude Code
Cursor is a free code editor that works alongside Claude Code:
- Shows your files visually while you work with Claude
- Has its own AI features you can use alongside Claude Code
- VS Code works too if you prefer it
Tool Comparison
| Feature | Nimbalyst | Cursor |
|---|---|---|
| Best for | Non-technical work | Cursor AI + Claude Code |
| Claude Code | Built-in | Run in terminal |
| See .claude/ folder | Yes | Yes |
| WYSIWYG markdown | Yes | Preview mode |
| Price | Free | Free |
Setup Guide
Nimbalyst Setup
- Download Nimbalyst and run the installer
- Open Nimbalyst
- Open your course folder in Nimbalyst
- Claude Code is built-in - start working!
Cursor Setup
- Download from cursor.com
- Run the installer
- Open Cursor and open your course folder
- Important: Click “Editor” in the upper left (not “Agents”)
- Open terminal: `Ctrl+“ (backtick key, above Tab)
- Type
claudeand press Enter
Exploring Unfamiliar File Structures
Once Claude Code is running, you can ask:
Show me the file structureSummarize the contents of the docs/ folderWhat files are in this project?Claude can map out any folder of documents for you.
Markdown Files
.mdextension = Markdown format- Common standard for documents - LLMs love it
- Preview mode:
Cmd/Ctrl+Shift+Vshows formatted view (in Cursor) - Nimbalyst: Shows formatted by default
Real-World Applications
- Inherit a project from a coworker - Claude maps it out
- Client sends messy brand assets - get oriented in minutes
- Downloads folder chaos - Claude helps clean up
- Starting a new job - understand the team’s shared drive
- Any unfamiliar file structure
What’s Next
1.3: Working with Files → - Master the @ symbol and file operation patterns