[SYS.TOPIC.CLAUDE]

ClaudeCode.

Learn Claude Code with a complete tutorial, practical workflows, comparisons, MCP examples, and a private session viewer built from daily use.

Claude Code is Anthropic's agentic coding tool for reading a codebase, editing files, running commands, and completing multi-step software tasks. This hub collects the tutorials, comparisons, tools, and real workflows I use to make it productive.

Start with the complete guide for installation, CLAUDE.md, plan mode, skills, MCP servers, subagents, hooks, and worktrees. Then use the focused resources below when you need to extend Claude Code, inspect a saved session, or compare it with Codex and Cursor.

Last updated

[START.HERE]

The best place to begin

GUIDE // PRIMARY RESOURCE

Claude Code Tutorial: Complete Guide (2026)

The complete setup and workflow reference, from installation through agent teams and worktrees.

OPEN RESOURCE

Install Claude Code and choose a plan

Get the current installer for your operating system, understand the paid options, and move into a complete day-to-day workflow.

Understand the Claude Code workflow

Learn how Claude Code stores its work, how to structure a repository for agents, and how to audit a session without uploading private code.

Extend Claude Code with real capabilities

Connect Claude Code to external models and services through MCP, then keep the entire workflow inside the same coding session.

Compare Claude Code with other coding agents

Choose the right coding agent for the job with hands-on comparisons, free alternatives, and long-horizon Codex workflows.

[RELATED.TOPIC]

Continue with Model Context Protocol

Learn Model Context Protocol with practical guides, an online MCP inspector, current specification coverage, and open-source servers for Claude and AI agents.

EXPLORE MODEL CONTEXT PROTOCOL

Frequently asked questions

What actually is Claude Code?

Claude Code is Anthropic's agentic coding tool. It reads a repository, edits files, runs terminal commands, and works through multi-step software tasks from a terminal, IDE, desktop app, or browser.

Is Claude Code free to use?

Claude Code is not a permanently unlimited free service. Access depends on Anthropic's current Claude plans or usage-based API billing, so check the current plan terms before choosing a setup.

Is ChatGPT or Claude better for coding?

Neither is best for every coding task. Claude Code is strong for fast conversational work and frontend iteration, while OpenAI's Codex is often better for comprehensive backend changes and long-running autonomous tasks.

What is the use of Claude Code?

Claude Code is used to explore codebases, implement features, debug failures, run tests, review changes, automate repetitive engineering work, and call connected tools through MCP.