Claude Code 치트 시트
검색 및 인쇄 가능한 Claude Code 레퍼런스 — CLI 명령어, 슬래시 명령어, 모드, 플래그, 설정, 유용한 워크플로. 무료.
Launching
10claude
Start an interactive session in the current dir
claude "fix the build"
Start with an initial prompt
claude -p "explain this repo"
Print mode: run once, print result, exit
cat log | claude -p "find the error"
Pipe stdin into print mode
claude -c / claude --continue
Continue the most recent conversation
claude -r / claude --resume
Resume: pick an earlier session
claude --resume <session-id>
Resume a specific session by id
claude update
Update the CLI to the latest version
claude doctor
Diagnose the installation and health
claude mcp
Configure MCP servers from the CLI
Slash commands
12/help
List available commands and usage
/clear
Clear conversation history and context
/compact
Summarize and compact the context
/init
Generate a CLAUDE.md for the project
/model
Switch the active model
/agents
Create and manage subagents
/mcp
View and manage MCP server connections
/config
Open the settings / configuration panel
/review
Review a pull request or the current diff
/vim
Enable Vim keybindings in the prompt
/memory
Edit the CLAUDE.md memory files
/cost
Show token usage and cost for the session
Prompt prefixes
6@path/to/file
Reference a file or directory in context
# remember this
Add a line to memory (choose which CLAUDE.md)
! ls -la
Bash mode: run a shell command directly
/command
Run a built-in or custom slash command
@folder/
Reference a whole directory
paste image
Paste a screenshot to include it
Modes
6Shift + Tab
Cycle modes: normal → auto-accept → plan
auto-accept edits
Apply file edits without confirming each one
plan mode
Research and propose a plan; make no changes
normal mode
Ask for confirmation on each action
--permission-mode plan
Start directly in plan mode
--permission-mode acceptEdits
Start with edits auto-accepted
Keyboard shortcuts
9Esc
Interrupt Claude mid-response
Esc Esc
Edit a previous message / rewind
Ctrl + C
Cancel current input or generation
Ctrl + D
Exit the Claude Code session
Ctrl + L
Clear the terminal screen
Ctrl + R
Toggle verbose / expanded output
Up / Down
Browse input history
Shift + Tab
Cycle permission modes
\ + Enter
Insert a newline in the prompt
Common flags
10--model <name>
Choose the model (e.g. opus, sonnet)
--add-dir <path>
Grant access to an extra directory
--permission-mode <m>
plan | acceptEdits | default | bypassPermissions
--allowedTools "Bash,Edit"
Pre-allow specific tools
--disallowedTools "Bash"
Block specific tools
--output-format json
Structured output for scripting (print mode)
--max-turns 5
Limit agentic turns in print mode
--append-system-prompt "..."
Append to the system prompt
--verbose
Show full turn-by-turn output
--dangerously-skip-permissions
Skip all permission prompts (use with care)
Configuration & memory
9.claude/settings.json
Project settings (shared, committed)
.claude/settings.local.json
Project settings (personal, git-ignored)
~/.claude/settings.json
User-level settings for all projects
CLAUDE.md
Project memory loaded into every session
CLAUDE.local.md
Personal project memory (git-ignored)
~/.claude/CLAUDE.md
Global memory for all projects
.claude/commands/*.md
Custom slash commands
.mcp.json
Project-scoped MCP server definitions
permissions.allow / deny
Allow / deny tool rules in settings.json
Hooks
8PreToolUse
Run a command before a tool executes
PostToolUse
Run after a tool finishes (e.g. lint/format)
UserPromptSubmit
Run when you submit a prompt
Stop
Run when Claude finishes responding
SubagentStop
Run when a subagent finishes
SessionStart
Run when a session begins
Notification
Run on notifications (e.g. awaiting input)
matcher: "Edit|Write"
Scope a hook to specific tools
MCP servers
8claude mcp add <name> -- <cmd>
Add a stdio MCP server
claude mcp add --transport http <name> <url>
Add a remote HTTP MCP server
claude mcp list
List configured MCP servers
claude mcp get <name>
Show details of one server
claude mcp remove <name>
Remove an MCP server
/mcp
View status and authenticate servers
--mcp-config <file>
Load MCP servers from a JSON file
@server:resource
Reference an MCP resource in a prompt
Handy workflows
8claude "/review"
Review the current diff before committing
plan first, then build
Shift+Tab to plan mode, approve, then execute
# add a project convention
Quickly persist a rule to CLAUDE.md
@file.php explain this
Drop a file into context with a question
claude -p "..." | tee out.txt
Script Claude and capture the output
git diff | claude -p "write a commit msg"
Generate a commit message from a diff
/clear between tasks
Reset context when switching topics
/compact when long
Compact a long session to free up context
“:q”와 일치하는 항목이 없습니다.
Claude Code 치트 시트 소개
이 Claude Code 치트시트는 AI 코딩 CLI에 대한 빠른 참고 자료입니다: 도구 실행, 슬래시 명령어, 프롬프트 접두사, 모드, 키보드 단축키, 자주 쓰는 플래그, 설정과 메모리, 훅, MCP 서버, 그리고 이들을 조합한 유용한 워크플로 섹션까지 다룹니다.
에이전트형 CLI는 기능이 빠르게 늘어나며, 모드를 전환하는 방법, 메모리를 관리하는 슬래시 명령어, MCP 서버나 훅을 연결하는 방법처럼 유용한 것들은 세션 사이에 잊어버리기 쉽습니다. 여기 각 행은 정확한 명령어나 키 입력과 한 줄 설명을 짝지어 놓았습니다.
이 시트는 무료이며 전적으로 브라우저에서 렌더링됩니다. 검색창으로 실시간 필터링하고, 고정된 목차로 섹션 간을 이동하고, 클릭 한 번으로 명령어를 복사하고, 팀을 위한 온보딩 자료로 인쇄하세요.
Claude Code 치트 시트 사용 방법
- 실행 및 슬래시 명령어부터 훅 및 MCP 서버, 유용한 워크플로까지 섹션을 훑어보세요.
- memory, mode, mcp 같은 용어를 검색해 명령어를 실시간 필터링하세요.
- 고정된 사이드바를 통해 자주 쓰는 플래그나 설정 및 메모리 같은 섹션으로 이동하세요.
- 명령어나 복사 아이콘을 클릭해 터미널이나 메모에 복사하세요.
- 도구를 도입하는 동료를 위한 빠른 시작 참고 자료로 시트를 인쇄하세요.
자주 묻는 질문
열 개 섹션입니다: 실행, 슬래시 명령어, 프롬프트 접두사, 모드, 키보드 단축키, 자주 쓰는 플래그, 설정과 메모리, 훅, MCP 서버, 그리고 이 요소들을 조합한 유용한 워크플로입니다.
Claude Code CLI를 사용하는 개발자입니다 — 이제 막 시작해서 핵심 슬래시 명령어가 필요하든, 이미 능숙하지만 훅 이벤트, 플래그, MCP 설정을 다시 확인하고 싶든 상관없습니다.
네. 훅과 MCP 서버 추가를 위한 명령어와 설정 항목을 나열하는 전용 섹션이 있으며, 언제 이들을 활용하면 좋은지 보여주는 워크플로 예시도 함께 있습니다.
네. 아무 명령어나 해당 행의 복사 아이콘을 클릭하면 터미널에 붙여넣을 수 있도록 클립보드에 복사됩니다.
네, 무료이며 검색과 인쇄가 가능하고 전적으로 브라우저에서 동작합니다.
인기 검색어
claude code cheat sheet
claude code slash commands
claude code keyboard shortcuts
claude code cli flags
claude code hooks
claude code mcp servers
claude md memory file
claude code commands list
도움이 필요하신가요?
이 도구에서 문제를 발견하셨나요? 저희 팀에 알려주세요.