claude-code-guide
Claude Code Guide - Setup, Commands, workflows, agents, skills & tips-n-tricks from beginner to power user!
Install / Use
npx skills add zebbern/claude-code-guideInstalls into whichever agent you are using.
CLAUDE.md
Claude Code project instructions
Quality Score
Category
AutomationSupported Platforms
Skill content
View source on GitHubFor reference and contributions, visit the official Claude Code documentation
</div> <div align="center"> <kbd>| Section | Status | Other Resources | | ------------------------------------- | ------ | ------------------------------------------------------------------------------------------------------- | | Getting Started | ✅ | Claude-Code Docs | | Configuration & Environment Variables | ✅ | Claude-Code via Discord | | Commands & Usage | ✅ | Security Agents SKILL.md | | Interface & Input | ✅ | Let Agent Create SKILL.md | | Advanced Features | ✅ | 954+ Agent Skills | | Automation & Integration | ✅ | No cost ai resources | | Help & Troubleshooting | ✅ | 250+ Mermaid templates | | Third-Party Integrations | ✅ | Discord Communication MCP |
</kbd> </div><h3 id="content">Contents</h3>
Fast paths: Install · Commands · Config · MCP · Agents · Troubleshoot
| Area | Start here | Also useful | | --- | --- | --- | | Getting Started | Quick Start | Initial Setup, System Requirements | | Configuration | Environment Variables | Configuration Files | | Commands | Slash Commands | CLI Quick Reference | | Interface | Keyboard Shortcuts | Vim Mode | | Advanced Features | Plan Mode, Auto Mode, MCP | Sub Agents, Skills, Hooks | | Security | Security & Permissions | Dangerous Mode, Best Practices | | Automation | Automation & Scripting | PR Review, Issue Triage | | Help | Troubleshooting | Best Practices, Monitoring | | Third-Party Integrations | DeepSeek Integration | Provider Setup Examples |
<details> <summary>Full content map</summary>-
- Thinking Mode
- Effort Levels
- Fast Mode
- Auto Mode
- Plan Mode
- Background Tasks
- Workflows & Scheduling
- Remote Sessions
- Claude in Chrome
- Sandbox Mode
- LSP Tool
- Sub Agents
- Agent Teams
- Skills
- Plugin System
- Worktree Isolation
- Native Installer
- Authentication CLI
- Agent Management CLI
- Remote Control
- Managed Settings
- Model Updates
- Theming & Customization
- Code Review
- Insights
- MCP Integration
- Hooks System
<h1 id="getting-started">Getting Started</h1>
Enable sound alerts when claude completes the task:
<h2 id="quick-start">Quick Start</h2><kbd>claude config set --global preferredNotifChannel terminal_bell</kbd>
[!TIP] Send <mark>claude</mark> or <mark>npx claude</mark> in terminal to start the interface
Go to Help & Troubleshooting to fix issues...
# Native Installer (preferred — no Node.js required) ⭐️
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
# Windows
/* Via CMD (native) */ curl -fsSL https://claude.ai/install.cmd -o install.cmd && install.cmd && del install.cmd
/* Via Powershell */ irm https://claude.ai/install.ps1 | iex
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
# macOS / Linux / WSL
/* Via Terminal */ curl -fsSL https://claude.ai/install.sh | bash
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
# Arch
/* Via Terminal */ yay -S claude-code*/
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
# Alternative (npm) — useful when your environment already standardizes on Node.js
# Requires Node.js 18+
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
# Windows
/* Via CMD (npm) */ npm install -g @anthropic-ai/claude-code
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
# macOS
/* Via Terminal */ brew install node && npm install -g @anthropic-ai/claude-code
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
# Linux
/* Via Terminal */ sudo apt update && sudo apt install -y nodejs npm
/* Via Terminal */ npm install -g @anthropic-ai/claude-code
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
# WSL/GIT
/* Via Terminal */ npm install -g @anthropic-ai/claude-code
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
# Docker
/* Windows (CMD) */ docker run -it --rm -v "%cd%:/workspace" -e ANTHROPIC_API_KEY="sk-your-key" node:20-slim bash -lc "npm i -g @anthropic-ai/claude-code && cd /workspace && claude"
/* macOS/Linux (bash/zsh)*/ docker run -it --rm -v "$PWD:/workspace" -e ANTHROPIC_API_KEY="sk-your-key" node:20-slim bash -lc 'npm i -g @anthropic-ai/claude-code && cd /workspace && claude'
/* No bash Fallback */ docker run -it --rm -v "$PWD:/workspace" -e ANTHROPIC_API_KEY="sk-your-key" node:20-slim sh -lc 'npm i -g @anthropic-ai/claude-code && cd /workspace && claude'
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
# Check if claude is installed correctly
/* Linux */ which claude
/* Windows */ where claude
/* Universal */ claude --version
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
# Common Management
/*claude config */ Configure settings
/*claude mcp list */ Setup MCP servers, you can also replace "list" with add/remove
/*claude agents */ Open the agent/session dashboard
/*claude update */ Run a manual update check
[!Tip] <ins>Open Project Via Terminal Into VS Code / Cursor</ins>
$ - <kbd>cd /path/to/project</kbd>
$ - <kbd>code .</kbd>
Make sure you have the <mark>(Claude Code extension)</mark> installed in your VS Code / Cursor
<h2 id="system-requirements">System Requirements</h2>
- OS: macOS 10.15+, Ubuntu 20.04+/Debian 10+, or Windows 10/11 or WSL
- Hardware: 4GB RAM minimum 8GB+ recommended
- Software: Git 2.23+ is optional for PR/worktree workflows. Node.js 18+ is only required for npm-based installation; the native installer bundles its own runtime.
- Internet: Connection for API calls
<h2 id="initial-setup">Initial Setup</h2>
[!Tip] Find API key from Anthropic Console
Do NOT commit real keys use git-ignored files, OS key stores, or secret managers
# Universal
/* Authenticate via Anthropic account */ claude auth login
/* Authenticate via Console/API billing */ claude auth login --console
/* Switch accounts inside Claude */ /login
-------------------------------------------------------------------------------------------------------------------------
Truncated for display — read the full file on GitHub.
Related Skills
caveman
107.2k🪨 why use many token when few token do trick. Viral skill + proxy for coding agents that cuts 65% of tokens by talking like a caveman.
claude-mem
94.4kPersistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More
Agent-Reach
84.4kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
Understand-Anything
83.6kGraphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.
