> ## Documentation Index
> Fetch the complete documentation index at: https://agentic.proxify.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Onboarding Checklist

> Quick-start checklist for engineers setting up Claude Code — all actions, no explanations.

Get from zero to productive in 30 minutes. Each item links to the full guide if you need details.

## Foundation

<Steps>
  <Step title="Install Claude Code">
    [Official quickstart](https://code.claude.com/docs/en/quickstart). Pin a stable version if needed.
  </Step>

  <Step title="Set up Git">
    Back up important files. Every project should have version control before you start delegating.
  </Step>

  <Step title="Write your first CLAUDE.md">
    15 minutes. Tech stack, build commands, top 3 conventions. [Full guide →](/setup/claude-md/)
  </Step>
</Steps>

## Configure your environment

<Steps>
  <Step title="Set up terminal aliases">
    `c` for claude, or `alias c='claude --dangerously-skip-permissions'` for YOLO mode.
  </Step>

  <Step title="Configure status line">
    `/statusline` to show context usage and branch.
  </Step>

  <Step title="Build your skills stack">
    Browse [skills.sh](https://skills.sh) and `npx skills search <keyword>`. [Skills stack →](/setup/skills-stack/)
  </Step>

  <Step title="Set up hooks">
    Auto-lint, block `.env` commits. [Hooks playbook →](/setup/hooks-playbook/)
  </Step>

  <Step title="Wire up MCP">
    GitHub MCP at minimum. [MCP wiring →](/setup/mcp-wiring/)
  </Step>

  <Step title="Set up your personal workspace">
    Scaffold a plugin for your own skills. [Make it yours →](/setup/make-it-yours/)
  </Step>
</Steps>

## Start working

<Steps>
  <Step title="Try voice input">
    Run `/voice`, then hold **Space** to dictate. [Voice dictation docs →](https://code.claude.com/docs/en/voice-dictation)
  </Step>

  <Step title="Run your first plan-then-execute cycle">
    Enter `/plan`, define the task, review the plan, execute. [Workflow patterns →](/patterns/workflow-patterns/)
  </Step>

  <Step title="Try 2 parallel sessions">
    Open two terminal tabs, run Claude in each. [Parallel execution →](/patterns/parallel-execution/)
  </Step>

  <Step title="Read common pitfalls">
    Skim before your first real task. [Common pitfalls →](/reference/common-pitfalls/)
  </Step>
</Steps>

<Tip>After this checklist, start delegating real work — you learn fastest by doing.</Tip>
