---
id: "prereq-terminal-basics"
type: "prereq"
source_timestamps: ["00:01:05"]
tags: ["skills", "cli"]
related: ["concept-claude-code"]
reason: "Required to launch and interact with Claude Code and install npm packages."
sources: ["sabrina"]
sourceVaultSlug: "claude-code-remotion-video-automation-2026May14"
originDay: 3
---
# Basic Terminal / CLI Navigation

## Prerequisite

**Basic terminal/CLI navigation.** The user must know how to:

- Open a terminal
- `cd` into directories
- Execute basic shell commands
- Read terminal output

## Why

[[entity-product-claude-code|Claude Code]] operates entirely within a command-line interface. There is no GUI to fall back on. Every action — installing skills, running scripts, invoking MCP tools — happens in the terminal.

## Related

- [[concept-claude-code]]
- [[action-install-remotion-skill]]
