Skip to content
Automation
Command

/cheat

Claude Code 핵심 커맨드를 한 눈에 볼 수 있는 한국어 치트시트. Use when the user asks for a cheatsheet, quick reference, or "전체 명령어 보여줘".

From plugin
cck
127 skills1 agent7 commands
Install
> /plugin marketplace add shinhyukahn/cck
> /plugin install cck@shinhyukahn

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/cheat

Context preview

What this command does when you run it.

Claude Code 핵심 커맨드를 한 눈에 볼 수 있는 한국어 치트시트. Use when the user asks for a cheatsheet, quick reference, or "전체 명령어 보여줘".

Command definition

cheat.md
name: cheat
description: >
  Claude Code 핵심 커맨드를 한 눈에 볼 수 있는 한국어 치트시트.
  Use when the user asks for a cheatsheet, quick reference, or "전체 명령어 보여줘".

아래 내용을 그대로 출력해. 한 글자도 바꾸지 말고, 앞뒤에 아무것도 붙이지 마.

---

⚡ Claude Code 치트시트

시작하기

| 커맨드 | 설명 | |--------|------| | `claude` | 대화 시작 | | `claude "질문"` | 질문과 함께 시작 | | `claude -c` | 마지막 대화 이어서 | | `claude -r <이름>` | 특정 세션 복구 | | `claude -n "이름"` | 세션에 이름 붙이기 | | `cat file \| claude -p "질문"` | 파일 내용 넘겨서 질문 |

대화 중 자주 쓰는 것

| 커맨드 | 설명 | |--------|------| | `/compact` | 컨텍스트 정리 (요약) | | `/clear` | 대화 완전 초기화 | | `/model` | 모델 변경 | | `/diff` | 변경사항 보기 | | `/rewind` | 이전 시점으로 되돌리기 | | `/cost` | 토큰 사용량 확인 | | `/copy` | 마지막 응답 복사 | | `/context` | 컨텍스트 사용량 시각화 |

프로젝트 관리

| 커맨드 | 설명 | |--------|------| | `/init` | CLAUDE.md 생성 | | `/memory` | 메모리 파일 관리 | | `/permissions` | 권한 규칙 관리 | | `/plugin` | 플러그인 관리 | | `/skills` | 사용 가능한 스킬 목록 |

코드 작업

| 커맨드 | 설명 | |--------|------| | `/review` | 코드 리뷰 (플러그인 필요) | | `/security-review` | 보안 취약점 분석 | | `/simplify` | 코드 품질 개선 | | `/batch <지시>` | 대규모 변경 병렬 처리 | | `/pr-comments` | PR 코멘트 확인 |

실행 옵션 (플래그)

| 플래그 | 설명 | |--------|------| | `--worktree` (`-w`) | 독립 작업 공간에서 실행 | | `--effort high` | 더 깊이 생각하게 | | `--model sonnet` | 모델 지정 | | `--tmux` | tmux 세션으로 열기 | | `--chrome` | 브라우저 자동화 활성화 | | `--dangerously-skip-permissions` | 권한 확인 건너뛰기 |

단축키

| 키 | 설명 | |-----|------| | `Shift+Tab` | 권한 모드 전환 | | `Ctrl+C` | 현재 응답 중단 | | `Ctrl+L` | 화면 정리 | | `Esc` (2번) | 현재 작업 중단 | | `Shift+Enter` | 여러 줄 입력 |

---

💡 더 자세한 설명이 필요하면 한국어로 물어보면 돼. 예: "worktree가 뭐야?", "PR 어떻게 올려?"

Read more
Ships withcck

한국어로 말하면 Claude Code가 알아서 실행합니다. 새로운 명령어를 외울 필요 없습니다. 설치 후 바로 한국어로 사용하세요.

Get the whole plugin
Stats
12
Stars
0
Forks
Maintained
Maintenance
MIT
License
5mo ago
Last commit
5mo ago
Created

Repo: shinhyukahn/cck

Other commands on cck.

setup
Command

setup

프로젝트에 맞는 CLAUDE.md 한국어 템플릿을 생성합니다. 웹앱, API 서버, 데이터 파이프라인, 모노레포, 사이드 프로젝트 유형을 지원합니다. Use when the user wants to create or set up CLAUDE.md in Korean.

@shinhyukahn@shinhyukahnView Command