You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Settings Deep Dive - All configuration options
2. Permissions - Security controls
3. Wildcard Permissions - Advanced permission patterns
4. Sandbox - Execution isolation
5. Security Best Practices - Secure usage
6. Amazon Bedrock - AWS enterprise setup
7. Google Vertex AI - GCP enterprise setup
8. Enterprise Deployment - Team rollout
9. Enterprise Settings - Managed settings and policies
10. Migration Guide - Version upgrades and rollbacks
11. Diagnostics - Health monitoring and /doctor
Path 4: CI/CD Integration
1. GitHub Actions - GitHub CI/CD
2. GitLab CI/CD - GitLab pipelines
3. CI/CD Best Practices - Security and optimization
4. Headless Mode - Scripting Claude
5. Agent SDK - Programmatic control
Path 5: IDE Mastery
1. IDE Integrations - Overview
2. VS Code Deep Dive - Complete VS Code guide
3. JetBrains Deep Dive - IntelliJ/PyCharm guide
4. Chrome Integration - Browser automation
5. LSP Integration - Language server features
6. Keyboard Shortcuts - Productivity
7. Terminal Customization - Terminal-specific setup
Quick Reference
Essential Commands
# Start Claude Code
claude
# Common slash commands
/help # Show help
/clear # Clear conversation context
/compact # Summarize and compact context
/cost # Show token usage and cost
/model <name># Switch model (opus, sonnet, haiku)
/rewind # Undo changes
/resume # Resume previous session
/teleport # Move session to web
/tasks # View background tasks# Background execution& Fix the bug in auth.ts # Runs in background
Key File Locations
File
Purpose
CLAUDE.md
Project context and instructions
.claude/settings.json
Project settings
~/.claude/settings.json
User settings
~/.claude/output-styles/
Custom output styles
Reference .claude Directory
This repository includes a ready-to-use .claude directory with comprehensive configuration for experienced full-stack developers. Copy it to your project to get started immediately: