Skip to content

Claude CodeStandard Operating Procedures

Complete documentation for Anthropic's official AI coding assistant

Documentation Coverage

┌─────────────────────────────────────────────────────────────────────┐
│                     CLAUDE CODE SOPs v1.0                           │
├─────────────────────────────────────────────────────────────────────┤
│                                                                     │
│  ┌─────────────┐  ┌─────────────┐  ┌─────────────┐  ┌────────────┐ │
│  │  GETTING    │  │   CONFIG    │  │ EXTENSIONS  │  │    IDE     │ │
│  │  STARTED    │  │             │  │             │  │            │ │
│  ├─────────────┤  ├─────────────┤  ├─────────────┤  ├────────────┤ │
│  │ Install     │  │ Settings    │  │ MCP Servers │  │ VS Code    │ │
│  │ CLI Usage   │  │ Security    │  │ Hooks       │  │ JetBrains  │ │
│  │ Interactive │  │ Memory      │  │ Commands    │  │ Headless   │ │
│  │             │  │             │  │ Plugins     │  │            │ │
│  │             │  │             │  │ Skills      │  │            │ │
│  └─────────────┘  └─────────────┘  └─────────────┘  └────────────┘ │
│                                                                     │
│  ┌──────────────────────────────────────────────────────────────┐  │
│  │                      WORKFLOWS                                │  │
│  ├──────────────────────────────────────────────────────────────┤  │
│  │  GitHub Actions  │  Amazon Bedrock  │  Google Vertex  │  Web │  │
│  └──────────────────────────────────────────────────────────────┘  │
│                                                                     │
└─────────────────────────────────────────────────────────────────────┘

Quick Start Path

┌─────────────────────────────────────────────────────────────────────┐
│                                                                     │
│    ┌───────────┐     ┌───────────┐     ┌───────────┐               │
│    │ INSTALL   │────►│ CONFIGURE │────►│   USE     │               │
│    │           │     │           │     │           │               │
│    │ SOP-001   │     │ SOP-004   │     │ SOP-003   │               │
│    └───────────┘     └───────────┘     └───────────┘               │
│         │                                    │                      │
│         │                                    ▼                      │
│         │                          ┌─────────────────┐             │
│         │                          │    EXTEND       │             │
│         ▼                          │                 │             │
│    ┌───────────────────┐           │ • MCP Servers   │             │
│    │   QUICK START     │           │ • Hooks         │             │
│    │                   │           │ • Slash Cmds    │             │
│    │ npm install -g    │           │ • Plugins       │             │
│    │ @anthropic-ai/    │           └─────────────────┘             │
│    │ claude-code       │                                           │
│    └───────────────────┘                                           │
│                                                                     │
└─────────────────────────────────────────────────────────────────────┘

Document Index

CategorySOPsTopics
Getting StartedSOP-001 to SOP-003Installation, CLI, Interactive Mode
ConfigurationSOP-004 to SOP-006Settings, Security/IAM, Memory
ExtensionsSOP-007 to SOP-011MCP, Hooks, Commands, Plugins, Skills
IDE IntegrationSOP-012 to SOP-014VS Code, JetBrains, Headless
AdvancedSOP-015Sub-Agents

Getting Started Checklist

Complete these steps in order

  • [ ] Step 1: Install Claude Code (npm install -g @anthropic-ai/claude-code)
  • [ ] Step 2: Run claude in your project directory
  • [ ] Step 3: Complete authentication
  • [ ] Step 4: Configure settings (/config)
  • [ ] Step 5: (Optional) Set up MCP servers for extended functionality

Start with Installation Guide →

Based on Official Claude Code Documentation