Claude on WholeTech network
Coding · Agentic

Claude Code shipping

An agent that lives in your terminal, your IDE, your desktop, or the web — same Claude, same context, same permission to act.

01 — In one sentence

Claude in a place where it can act.

Claude.ai is a chat. Claude Code is a coworker with hands. It reads files, edits them, runs commands, installs dependencies, runs the test suite, opens a browser, captures a screenshot, commits, opens a PR, ships. Same model, vastly more leverage.

Where it runs

CLI (terminal)

The original. Type claude in any folder. Works on macOS, Linux, Windows (PowerShell or WSL).

Desktop apps

Native Mac and Windows apps with a friendlier UI. Same engine, same context.

Web — claude.ai/code

Cloud sandbox. Nothing to install. Great for ChromeOS, iPad, or trying it out.

IDE plugins

VS Code, Cursor, JetBrains, Zed. Adds a panel that shares context with your editor.

02 — Install

Install in five minutes.

Anthropic now ships a native installer that doesn't depend on Node. The npm path still works and is documented as the alternative.

Recommended — native

Alternative — npm

npm install -g @anthropic-ai/claude-code

Requires Node 18+. Fine if you already have a Node toolchain — otherwise prefer the native installer.

Step-by-step beginner walk-throughs: /newby (Windows), /newby-mac (Mac), /newby-linux (Linux/Unix).

03 — First task

Your first real use.

  1. Open a terminal in a project folder. Any folder with code, docs, or files you want Claude to know about.
  2. Run claude. First time, it opens the browser to log in.
  3. Run /init to generate a CLAUDE.md file documenting the codebase. Claude reads this every session.
  4. Type a plain-English task. "Find the auth code, add rate limiting, write a test, run it." Claude shows what it'll do; you approve.
  5. Watch one round. After that, you'll trust the patterns and can leave it running on bigger tasks.
04 — Slash commands worth knowing

The built-in vocabulary.

Plugins extend this vocabulary — see /skills.

05 — Plugins & skills

Extend with plugins.

Anthropic and the community publish plugins that add slash commands, MCP servers, and skills. Examples bundled in Paul's setup:

Build your own by dropping a SKILL.md into ~/.claude/skills/<name>/. Documented in /skills.

06 — Real uses on this network

What we actually use it for.