공식 기준은 이제 commands 중심입니다
공식 Commands 문서는 /clear, /compact 같은 built-in commands와 /run, /verify, /simplify 같은 bundled skills를 한 표에서 설명합니다.
🔒 브라우저 내부 처리
commands, skills, MCP, hooks, run/verify, code review, background agents를 한 페이지에서 빠르게 찾도록 정리했습니다.
A fast Claude Code reference for commands, skills, MCP, hooks, run/verify, code review, and background agents.
Overview
Claude Code 공식 문서는 built-in commands와 bundled skills를 한 명령 체계로 설명합니다. 이 페이지는 “지금 뭘 쳐야 하는지”, “어디서 확장하는지”, “언제 백그라운드로 넘기는지”를 먼저 보여줍니다.
Overview
Claude Code now documents built-in commands and bundled skills in one command system. This page puts the “what do I type now,” “where do I extend it,” and “when do I move work into the background” answers first.
최근 확인한 핵심
공식 Commands 문서는 /clear, /compact 같은 built-in commands와 /run, /verify, /simplify 같은 bundled skills를 한 표에서 설명합니다.
/run, /verify, /run-skill-generator는 테스트만 돌리는 대신 앱을 띄우고 관찰하는 흐름을 표준화합니다.
.claude/commands/deploy.md도 계속 동작하지만, 새로 만들 때는 .claude/skills/deploy/SKILL.md 구조가 더 확장성이 좋습니다.
/agents는 agent manager, /tasks는 백그라운드 작업 목록, /background는 현재 세션 분리, /batch는 대규모 변경 분해에 가깝습니다.
MCP 서버 프롬프트는 /mcp__server__prompt 형식으로 실행되고, hooks는 세션·턴·도구 호출 이벤트에서 자동 실행됩니다.
Recently Checked
The Commands page documents built-ins like /clear and /compact alongside bundled skills like /run, /verify, and /simplify.
/run, /verify, and /run-skill-generator standardize launching, driving, and observing an app instead of relying only on tests.
.claude/commands/deploy.md still works, but .claude/skills/deploy/SKILL.md is the more capable structure for new workflows.
/agents opens the manager, /tasks lists background work, /background detaches the current session, and /batch decomposes large changes.
MCP prompts run as /mcp__server__prompt, while hooks run automatically on session, turn, and tool-call events.
Command Reference
명령어, 목적, 키워드를 입력하거나 카테고리 버튼을 누르면 바로 좁혀집니다.
/clear세션이전 대화는 /resume에서 다시 찾을 수 있고, 같은 프로젝트 안에서 새 맥락으로 시작할 때 씁니다.
/compact [instructions]세션계속 이어가야 하지만 맥락이 너무 길어진 경우 사용합니다. 선택 지시문으로 요약 초점을 줄 수 있습니다.
/context세션대화가 길어질 때 어떤 정보가 컨텍스트를 차지하는지 확인하고, /compact를 쓸 시점을 판단합니다.
/btw / /side세션현재 작업 히스토리에 크게 남길 필요 없는 확인이나 보조 질문을 분리해서 처리할 때 씁니다.
/resume [session]세션세션 ID나 이름을 지정하거나 피커에서 골라 끊긴 작업으로 돌아갑니다. 별칭은 /continue입니다.
/rewind세션체크포인트 기반으로 이전 상태를 복구해야 할 때 씁니다. 별칭으로 /checkpoint, /undo가 있습니다.
/usage세션/cost, /stats는 사용량 화면으로 이어지는 별칭입니다.
/config설정테마, 모델, 출력 스타일 등 인터랙티브 설정을 바꿀 때 시작점으로 쓰입니다.
/effort설정모델이 지원하는 범위 안에서 reasoning effort를 낮추거나 높여 속도와 깊이의 균형을 맞춥니다.
/model [model]설정모델 선택 피커를 열거나 모델 이름을 지정합니다. 지원 모델에서는 effort 조정도 함께 다룹니다.
/permissions설정읽기, 쓰기, Bash, MCP 도구의 allow, ask, deny 규칙을 관리합니다. 별칭은 /allowed-tools입니다.
/doctor설정Claude Code 환경이 이상할 때 먼저 돌려볼 건강검진 명령입니다.
/init / /memory설정/init은 CLAUDE.md 초안을 만들고, /memory는 메모리 파일과 자동 메모리를 관리합니다.
/review [PR]워크플로로컬 컨텍스트를 기준으로 코드 리뷰 관점의 피드백을 받을 때 씁니다.
/code-review / /ultrareview워크플로공식 문서는 깊은 cloud 기반 리뷰의 선호 호출을 /code-review ultra로 안내하고, /ultrareview는 별칭으로 남겨둡니다.
/security-review워크플로현재 브랜치의 pending 변경에서 주입, 인증, 데이터 노출 같은 위험을 찾습니다.
/simplify워크플로최근 파일을 검토해 불필요한 복잡도, 품질 문제, 효율성 개선 지점을 정리하는 bundled skill입니다.
/diff워크플로전체 git diff와 Claude 턴별 변경을 훑으며 작업 흐름을 점검합니다.
/run / /verify워크플로/run은 앱을 띄워 변경을 확인하고, /verify는 빌드·실행·관찰을 통해 코드 변경이 의도대로 동작하는지 확인합니다.
/run-skill-generator워크플로표준 실행만으로 부족한 프로젝트에서 설치, 환경변수, 실행 절차를 기록해 /run과 /verify가 다시 발견하지 않게 합니다.
/loop [interval] [prompt]워크플로배포 완료 대기, 주기적 상태 확인처럼 같은 확인을 반복해야 할 때 유용합니다. 별칭은 /proactive입니다.
/schedule / /routines워크플로정기적으로 실행할 설명을 주면 Claude가 대화형으로 루틴을 만들거나 수정하고 실행 흐름을 잡습니다.
/agents / /tasks / /background워크플로agent view로 병렬 세션을 관리하고, tasks에서 실행 중인 작업을 보며, 현재 세션은 background로 떼어 둘 수 있습니다.
/batch <instruction>워크플로코드베이스를 분석하고 독립 작업 단위로 나눈 뒤, 승인 후 여러 worktree 에이전트로 진행하는 번들 스킬입니다.
/skills / /skill-name확장개인 스킬은 ~/.claude/skills/, 프로젝트 스킬은 .claude/skills/에 둡니다. 기존 .claude/commands/도 계속 동작하지만 새 workflow는 스킬이 더 확장성 좋습니다.
/plugin / /reload-plugins확장플러그인은 skills, hooks, MCP 서버 등을 묶는 배포 단위입니다. 변경 후에는 /reload-plugins로 세션에 다시 반영합니다.
/reload-skills확장새 스킬이 감지되지 않거나 설명을 바꾼 직후 명령 목록을 갱신해야 할 때 사용합니다.
/mcp / /mcp__server__prompt확장/mcp는 연결 상태와 OAuth를 관리하고, 서버 프롬프트는 /mcp__github__pr_review 456처럼 실행합니다.
/hooks확장PreToolUse, UserPromptSubmit, SessionStart 같은 이벤트에서 실행되는 훅 설정을 확인합니다.
검색 결과가 없습니다. 다른 키워드나 전체 필터를 사용해 보세요.
Command Reference
Filter by command, purpose, or category when you need the exact thing to type.
/clearSessionUse this when the old context is no longer useful. The previous thread remains available through /resume.
/compact [instructions]SessionKeep going in the same task while freeing context. Optional instructions can steer what the summary preserves.
/contextSessionUse this before compacting to see which parts of the conversation and project state are consuming context.
/btw / /sideSessionUseful for small checks or related questions that should not become part of the main work history.
/resume [session]SessionChoose by session ID, name, or picker. Alias: /continue.
/rewindSessionRestore a previous conversation or code checkpoint. Aliases include /checkpoint and /undo.
/usageSession/cost and /stats are aliases into the usage view.
/configSetupThe main entry point for theme, model, output style, and other interactive preferences.
/effortSetupBalance speed and depth by changing effort on models that support it.
/model [model]SetupOpen the model picker or pass a model name. Supported models also expose effort controls.
/permissionsSetupAdjust allow, ask, and deny rules for reads, writes, Bash, and MCP tools. Alias: /allowed-tools.
/doctorSetupThe first health check to run when your Claude Code environment feels off.
/init / /memorySetup/init drafts CLAUDE.md. /memory manages memory files and auto-memory entries.
/review [PR]WorkflowAsk Claude Code to inspect changes from a reviewer’s perspective inside the current session.
/code-review / /ultrareviewWorkflowThe official docs prefer /code-review ultra for deep cloud review, with /ultrareview retained as an alias.
/security-reviewWorkflowLooks for risks like injection, auth problems, and data exposure in current branch changes.
/simplifyWorkflowA bundled skill for reviewing recent files and applying quality, simplicity, and efficiency improvements.
/diffWorkflowReview the full git diff and the changes made across recent Claude turns.
/run / /verifyWorkflow/run drives the running app, while /verify builds, launches, and observes whether a code change works.
/run-skill-generatorWorkflowUse it when standard project inference is not enough and the app needs env files, services, or custom launch steps.
/loop [interval] [prompt]WorkflowUseful for waiting on deployment, polling state, or running a recurring check. Alias: /proactive.
/schedule / /routinesWorkflowDescribe a recurring routine and Claude walks through creating, updating, listing, or running it.
/agents / /tasks / /backgroundWorkflowOpen the agent manager, inspect background tasks, or detach the current session so it keeps running.
/batch <instruction>WorkflowA bundled skill that researches the codebase, decomposes work, then uses isolated worktree agents after approval.
/skills / /skill-nameExtendPersonal skills live in ~/.claude/skills/. Project skills live in .claude/skills/. Legacy .claude/commands/ files still work, but skills are the more capable structure for new workflows.
/plugin / /reload-pluginsExtendPlugins distribute skills, hooks, MCP servers, and other extensions. Use /reload-plugins after plugin changes.
/reload-skillsExtendUse this when a newly added or edited skill has not appeared in command discovery yet.
/mcp / /mcp__server__promptExtend/mcp handles connection status and OAuth. Server prompts run like /mcp__github__pr_review 456.
/hooksExtendReview hooks for events like PreToolUse, UserPromptSubmit, and SessionStart.
No commands found. Try another keyword or the All filter.
Practical Routines
/init으로 CLAUDE.md를 만들고, /permissions로 도구 권한을 확인한 뒤, 앱 실행 절차는 /run-skill-generator로 스킬화하세요.
/context와 /diff로 현재 상태를 확인하고, 계속 갈 작업이면 /compact, 방향이 틀렸으면 /rewind를 먼저 고려하세요.
/code-review로 깊은 리뷰를 받고, 인증/권한/입력 처리 쪽 변경이면 /security-review, 품질 정리는 /simplify를 추가하세요.
큰 작업은 /batch나 /agents로 나누고, 주기 점검은 /schedule, 외부 도구는 MCP, 강제 정책은 hooks로 분리하세요.
Practical Routines
Run /init for CLAUDE.md, check access with /permissions, then turn launch steps into a skill with /run-skill-generator.
Use /context and /diff to inspect state, /compact if the direction is right, or /rewind if the path is wrong.
Run /code-review for deep review, add /security-review for auth, permissions, or input-handling changes, and use /simplify for quality cleanup.
Use /batch or /agents for large parallel work, /schedule for recurring checks, MCP for integrations, and hooks for hard guardrails.
Official Sources
내장 명령, 번들 스킬, MCP 프롬프트 명령, 백그라운드 작업 명령을 확인합니다.
스킬 위치, SKILL.md 구조, 기존 .claude/commands/와의 관계를 확인합니다.
MCP 서버 연결, 프롬프트 명령 실행, 관리형 MCP 구성을 확인합니다.
훅 이벤트, 설정 스키마, 입력/출력, 차단 동작을 확인합니다.
Official Sources
Built-in commands, bundled skills, MCP prompt commands, and background work commands.
Skill locations, SKILL.md structure, and how legacy .claude/commands/ files fit in.
MCP server setup, prompt command execution, and managed MCP configuration.
Hook events, configuration schema, inputs, outputs, and blocking behavior.