명령어 목록은 내장 명령과 번들 스킬을 함께 보여줍니다
공식 Commands 문서는 /clear, /compact 같은 내장 명령과 /debug, /simplify 같은 번들 스킬을 한 표에서 설명합니다.
🔒 브라우저 내부 처리
명령어, 스킬, MCP, 훅, 에이전트 작업 루틴을 한 페이지에서 빠르게 찾도록 정리했습니다.
A fast Claude Code reference for commands, skills, MCP prompts, hooks, and practical coding routines.
Overview
참고 링크처럼 최근 핵심 변화와 전체 명령어 흐름이 바로 보이도록 바꿨습니다. 긴 설명보다 “지금 뭘 쳐야 하는지”와 “어디서 확장하는지”를 먼저 보여줍니다.
Overview
This page is shaped around the same job as the reference you shared: show the important recent mental model first, then make commands easy to scan and filter.
최근 확인한 핵심
공식 Commands 문서는 /clear, /compact 같은 내장 명령과 /debug, /simplify 같은 번들 스킬을 한 표에서 설명합니다.
.claude/commands/deploy.md도 계속 동작하지만, 새로 만들 때는 .claude/skills/deploy/SKILL.md 구조가 더 확장성이 좋습니다.
연결된 MCP 서버가 프롬프트를 노출하면 /mcp__github__list_prs 같은 형식으로 세션 안에서 바로 실행할 수 있습니다.
훅은 세션 생명주기 중 특정 이벤트에서 쉘 명령, HTTP 엔드포인트, LLM 프롬프트를 실행할 수 있으므로 프로젝트 정책처럼 관리하는 편이 안전합니다.
Recently Checked
The official Commands page documents built-in controls like /clear and /compact alongside bundled skills like /debug and /simplify.
.claude/commands/deploy.md still works, but .claude/skills/deploy/SKILL.md is the more capable structure for new workflows.
Connected MCP servers can expose prompts you run with names like /mcp__github__list_prs directly inside Claude Code.
Hooks can run shell commands, HTTP endpoints, or LLM prompts at lifecycle events, so they belong in the same mental bucket as project policy.
Command Reference
명령어, 목적, 키워드를 입력하거나 카테고리 버튼을 누르면 바로 좁혀집니다.
/clear세션이전 대화는 /resume에서 다시 찾을 수 있고, 같은 프로젝트 안에서 새 맥락으로 시작할 때 씁니다.
/compact [instructions]세션계속 이어가야 하지만 맥락이 너무 길어진 경우 사용합니다. 선택 지시문으로 요약 초점을 줄 수 있습니다.
/resume [session]세션세션 ID나 이름을 지정하거나 피커에서 골라 끊긴 작업으로 돌아갑니다. 별칭은 /continue입니다.
/rewind세션체크포인트 기반으로 이전 상태를 복구해야 할 때 씁니다. 별칭으로 /checkpoint, /undo가 있습니다.
/usage세션/cost, /stats는 사용량 화면으로 이어지는 별칭입니다.
/config설정테마, 모델, 출력 스타일 등 인터랙티브 설정을 바꿀 때 시작점으로 쓰입니다.
/model [model]설정모델 선택 피커를 열거나 모델 이름을 지정합니다. 지원 모델에서는 effort 조정도 함께 다룹니다.
/permissions설정읽기, 쓰기, Bash, MCP 도구의 allow, ask, deny 규칙을 관리합니다. 별칭은 /allowed-tools입니다.
/doctor설정Claude Code 환경이 이상할 때 먼저 돌려볼 건강검진 명령입니다.
/init / /memory설정/init은 CLAUDE.md 초안을 만들고, /memory는 메모리 파일과 자동 메모리를 관리합니다.
/review [PR]워크플로로컬 컨텍스트를 기준으로 코드 리뷰 관점의 피드백을 받을 때 씁니다.
/security-review워크플로현재 브랜치의 pending 변경에서 주입, 인증, 데이터 노출 같은 위험을 찾습니다.
/diff워크플로전체 git diff와 Claude 턴별 변경을 훑으며 작업 흐름을 점검합니다.
/loop [interval] [prompt]워크플로배포 완료 대기, 주기적 상태 확인처럼 같은 확인을 반복해야 할 때 유용합니다. 별칭은 /proactive입니다.
/batch <instruction>워크플로코드베이스를 분석하고 독립 작업 단위로 나눈 뒤, 승인 후 여러 worktree 에이전트로 진행하는 번들 스킬입니다.
/skills / SKILL.md확장개인 스킬은 ~/.claude/skills/, 프로젝트 스킬은 .claude/skills/에 둡니다. 기존 .claude/commands/도 계속 동작합니다.
/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.
/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.
/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.
/security-reviewWorkflowLooks for risks like injection, auth problems, and data exposure in current branch changes.
/diffWorkflowReview the full git diff and the changes made across recent Claude turns.
/loop [interval] [prompt]WorkflowUseful for waiting on deployment, polling state, or running a recurring check. Alias: /proactive.
/batch <instruction>WorkflowA bundled skill that researches the codebase, decomposes work, then uses isolated worktree agents after approval.
/skills / SKILL.mdExtendPersonal skills live in ~/.claude/skills/. Project skills live in .claude/skills/. Legacy .claude/commands/ files still work.
/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으로 프로젝트 기억을 만들고, /permissions로 도구 권한을 확인한 뒤, 반복 절차는 .claude/skills/로 빼세요.
/diff로 변경을 확인하고, 계속 갈 작업이면 /compact, 방향이 틀렸으면 /rewind를 먼저 고려하세요.
/review로 일반 리뷰를 받고, 인증/권한/입력 처리 쪽 변경이면 /security-review를 추가하세요.
규칙은 CLAUDE.md, 반복 절차는 스킬, 외부 도구 연결은 MCP, 강제 정책은 hooks로 나누면 관리가 쉬워집니다.
Practical Routines
Run /init, check tool access with /permissions, then move repeatable procedures into .claude/skills/.
Use /diff to inspect changes, /compact if the direction is right, or /rewind if the path is wrong.
Run /review for general review and add /security-review for auth, permissions, or input-handling changes.
Keep facts in CLAUDE.md, procedures in skills, external integrations in MCP, and hard guardrails in hooks.
Official Sources
내장 명령, 번들 스킬, MCP 프롬프트 명령 형식을 확인합니다.
스킬 위치, SKILL.md 구조, 기존 .claude/commands/와의 관계를 확인합니다.
MCP 서버 연결, 프롬프트 명령 실행, 관리형 MCP 구성을 확인합니다.
훅 이벤트, 설정 스키마, 입력/출력, 차단 동작을 확인합니다.
Official Sources
Built-in commands, bundled skills, and MCP prompt command format.
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.