Claude
23 articles available
Guides for Anthropic Claude - Claude Code CLI, API usage, and AI assistant workflows
Fix "Could not locate the Claude CLI on PATH" — VS Code Extension
intermediateFix "Failed to run Claude Code: Could not locate the Claude CLI on PATH" in the VS Code extension. Covers the v2.1.214 detection regression, PATH fixes and pinning.
How to Configure CLAUDE.md for Your Project
intermediateComplete guide to CLAUDE.md configuration files for Claude Code. Learn file hierarchy, best practices, examples, and how to create effective project instructions.
How to Create Custom Slash Commands and Skills in Claude Code
advancedLearn to create custom slash commands and skills in Claude Code to automate repetitive tasks. Build project-specific workflows, team shortcuts, and reusable prompts that boost productivity.
Fix "API Error: 529 overloaded_error" in Claude Code — Overloaded API Fixes
beginnerFix `API Error: 529 {"type":"overloaded_error"}` in Claude Code. Understand why 529 differs from a rate limit, set a fallback model, and stop repeated overload failures.
Claude Code Stuck? Fix Every Frozen State (Responding, Tool Calls, Startup)
intermediateClaude Code stuck and not responding? Fix every stuck state: "running in the background", stuck mid-tool-call, stuck at startup, frozen terminal, and hung commands.
Fix "Failed to run Claude Code: Error: Could not..." and Install Errors
beginnerFix "Failed to run Claude Code: Error: Could not..." — the message a wrapper prints when the claude CLI will not launch. Match the text after Error: to the real cause and fix it.
Fix "OAuth token has expired" in Claude Code — Session Expired, Run /login
beginnerFix `OAuth token has expired` and `Your session has expired. Please run /login to sign in again.` in Claude Code. Re-authenticate, clear stale credentials, unset conflicting keys.
Fix "zsh: permission denied: claude" — Claude Permission Denied Errors
beginnerFix `zsh: permission denied: claude` in one command. Covers the same claude permission denied error in bash, sh and fish, plus npm EACCES and Homebrew permission failures.
Fix "Prompt is too long" in Claude Code — Context Window & Token Limit Errors
beginnerResolve the `Prompt is too long` error in Claude Code. Clear the context with /compact, trim MCP tool definitions, and stop oversized file reads from filling the window.
Claude Limit Reset: When Usage Comes Back
intermediateClaude limit reset explained: the rolling 5-hour and weekly windows, how to read your own reset time with /usage, and how API rate limits differ.
Shift+Enter Not Working in Claude Code — Fix Multi-Line Prompts & /terminal-setup
beginnerShift+Enter not working in Claude Code? Use backslash + return immediately, then run /terminal-setup to install the keybinding for VS Code, Cursor, Zed and iTerm2.
winget Anthropic.ClaudeCode: Windows CLI Setup
beginnerRun winget with the exact Windows package ID, then verify the CLI in 2 commands. Also covers native, Homebrew, npm, Linux and WSL methods.
How to Manage Permissions and Sandboxing in Claude Code
intermediateLearn how to configure permissions, enable sandboxing, and create secure execution environments in Claude Code. Covers settings.json configuration, sandbox modes, and platform-specific setup for macOS, Linux, and Windows.
How to Set Up MCP Servers with Claude Code
intermediateComplete guide to configuring Model Context Protocol (MCP) servers in Claude Code. Connect Claude to databases, APIs, GitHub, Slack, and other external tools for enhanced AI-assisted development.
How to Change the Model in Claude Code
beginnerChange the model in Claude Code with /model, a --model flag, or settings.json. Every alias, per-project defaults, and why claude config set model is gone.
How to Use Background Agents and Subagents in Claude Code
advancedMaster Claude Code's background agent and subagent capabilities to run parallel tasks, delegate work, and build complex automated workflows. Learn Task tool patterns for efficient multi-agent orchestration.
How to Use Git Worktrees with Claude Code
intermediateComplete guide to using Git worktrees with Claude Code for parallel development. Learn setup, session management across worktrees, CLAUDE.md behavior, known limitations, and best practices.
How to Use Claude Code Hooks for Automation
intermediateMaster Claude Code hooks to automate your development workflow. Learn to configure PreToolUse, PostToolUse, and other hook events for automated testing, formatting, CI/CD integration, and custom workflows.
How to Use Plan Mode Effectively in Claude Code
intermediateMaster Claude Code's Plan Mode for designing implementation strategies before writing code. Learn when to use planning, how to approve plans, and best practices for complex multi-file changes.
Claude Code VS Code Integration: Install Extension & Configure Settings
beginnerSet up Claude Code in VS Code. Install the Claude Code extension, configure keybindings, use the integrated terminal, and sync settings between CLI and editor for seamless AI coding.
How to Work with Large Codebases in Claude Code
intermediateMaster context management, file exclusions, and performance optimization when using Claude Code with large projects and monorepos. Learn chunking strategies and platform-specific tips.
Claude Code Configuration Files: Complete Guide to Settings, Permissions, MCP Servers & Scopes
beginnerComplete guide to Claude Code and Claude Desktop configuration: settings.json hierarchy, permission scopes, MCP server setup (user vs project), CLAUDE.md files, credentials, and the differences between Claude Code CLI and Claude Desktop app.
Fix "zsh: command not found: claude" — Claude Code CLI
beginnerFix "zsh: command not found: claude" after installing Claude Code. Add ~/.local/bin to PATH, find conflicting installs, and verify with claude --version.