Skip to main content

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

intermediate

Fix "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.

8 minUpdated August 2026
Read Article

How to Configure CLAUDE.md for Your Project

intermediate

Complete guide to CLAUDE.md configuration files for Claude Code. Learn file hierarchy, best practices, examples, and how to create effective project instructions.

12 minUpdated January 2026
Read Article

How to Create Custom Slash Commands and Skills in Claude Code

advanced

Learn 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.

10 minUpdated January 2026
Read Article

Fix "API Error: 529 overloaded_error" in Claude Code — Overloaded API Fixes

beginner

Fix `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.

8 minUpdated August 2026
Read Article

Claude Code Stuck? Fix Every Frozen State (Responding, Tool Calls, Startup)

intermediate

Claude 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.

9 minUpdated August 2026
Read Article

Fix "Failed to run Claude Code: Error: Could not..." and Install Errors

beginner

Fix "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.

12 minUpdated August 2026
Read Article

Fix "OAuth token has expired" in Claude Code — Session Expired, Run /login

beginner

Fix `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.

8 minUpdated August 2026
Read Article

Fix "zsh: permission denied: claude" — Claude Permission Denied Errors

beginner

Fix `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.

9 minUpdated August 2026
Read Article

Fix "Prompt is too long" in Claude Code — Context Window & Token Limit Errors

beginner

Resolve 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.

8 minUpdated August 2026
Read Article

Claude Limit Reset: When Usage Comes Back

intermediate

Claude 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.

10 minUpdated August 2026
Read Article

Shift+Enter Not Working in Claude Code — Fix Multi-Line Prompts & /terminal-setup

beginner

Shift+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.

7 minUpdated August 2026
Read Article

winget Anthropic.ClaudeCode: Windows CLI Setup

beginner

Run winget with the exact Windows package ID, then verify the CLI in 2 commands. Also covers native, Homebrew, npm, Linux and WSL methods.

9 minUpdated August 2026
Read Article

How to Manage Permissions and Sandboxing in Claude Code

intermediate

Learn 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.

12 minUpdated January 2026
Read Article

How to Set Up MCP Servers with Claude Code

intermediate

Complete 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.

15 minUpdated January 2026
Read Article

How to Change the Model in Claude Code

beginner

Change 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.

7 minUpdated August 2026
Read Article

How to Use Background Agents and Subagents in Claude Code

advanced

Master 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.

9 minUpdated January 2026
Read Article

How to Use Git Worktrees with Claude Code

intermediate

Complete 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.

15 minUpdated January 2026
Read Article

How to Use Claude Code Hooks for Automation

intermediate

Master 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.

15 minUpdated January 2026
Read Article

How to Use Plan Mode Effectively in Claude Code

intermediate

Master 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.

7 minUpdated January 2026
Read Article

Claude Code VS Code Integration: Install Extension & Configure Settings

beginner

Set 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.

10 minUpdated January 2026
Read Article

How to Work with Large Codebases in Claude Code

intermediate

Master context management, file exclusions, and performance optimization when using Claude Code with large projects and monorepos. Learn chunking strategies and platform-specific tips.

15 minUpdated January 2026
Read Article

Claude Code Configuration Files: Complete Guide to Settings, Permissions, MCP Servers & Scopes

beginner

Complete 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.

10 minUpdated January 2026
Read Article

Fix "zsh: command not found: claude" — Claude Code CLI

beginner

Fix "zsh: command not found: claude" after installing Claude Code. Add ~/.local/bin to PATH, find conflicting installs, and verify with claude --version.

7 minUpdated August 2026
Read Article