Skip to main content
SYS_INIT//Welcome, Operative

Master the Command Line

Learn to navigate the Mac terminal like a pro. From basic file operations to piping data into AI agents via MCP — this is your tactical field guide to the command line interface.

DEMO // PREVIEWzsh // interactive
# Navigate, discover, and pipe data to AI agents
~ls -la ~/projects/my-app | grep ".ts"
-rw-r--r-- 1 dev staff 2048 Apr 13 09:00 index.ts
-rw-r--r-- 1 dev staff 1024 Apr 13 09:00 server.ts
-rw-r--r-- 1 dev staff 512 Apr 13 09:00 types.ts
~cat server.ts | mcp-agent analyze --role="code_reviewer"
[SUCCESS] Analysis complete. 2 suggestions found.

Core Commands

Learn essential Unix commands for navigating files, managing processes, and controlling your system.

Agentic CLI & MCP

Pipe terminal output directly into AI agents using the Model Context Protocol for automated workflows.

Command Reference

Searchable dictionary of every command, flag, and pattern you'll need in your development workflow.

Git & Version Control

Master git from the command line — branches, merges, rebases, and collaboration workflows.

Scripting & Automation

Write shell scripts to automate repetitive tasks and build powerful CI/CD pipelines.

Why CLI Matters

Understand why software developers rely on the terminal and how it makes you more productive.