C.W.K.
Stream
Lesson 04 of 10 · published

Slash Command — /tools, /memory, /chat, /save

~14 min · gemini, slash, tools, memory

Level 0🌱 입문자
0 XP0/70 lessons0/11 achievements
0/120 XP to next level120 XP to go0% complete

Gemini 특정 빌트인

보편 slash command (/help, /clear, /compact) 너머 Gemini 가 외울 가치 있는 거 ship. /tools 가 활성 도구 (빌트인 + MCP server) 리스트. /memory 가 세션 간 지속 메모리 관리. /chat save NAME + /chat resume NAME 이 named long-lived 대화. /stats 가 세션 메트릭.

Code

Five Gemini-specific commands·text
/tools          # list every active tool (Read, Edit, MCP servers, …)
/memory show    # what's in persistent memory
/memory add "always use British spelling in user-facing strings"
/chat save migration-design     # snapshot this conversation
/chat list                      # see saved chats
/chat resume migration-design   # come back later, full history
/stats                          # tokens, cost, latency for this session
Custom slash commands·markdown
# .gemini/commands/review.md
Review the file at $ARGUMENTS for:
1. Logic bugs
2. Security (SQL injection, XSS, auth bypass)
3. Performance (N+1, blocking I/O)
4. GEMINI.md style violations

Format: [SEVERITY] desc (file:line). If none, say so.

External links

Exercise

/memory add 로 Gemini 가 어떻게 동작할지 지속 사실 3개 추가. /chat save 로 진짜 long-running 작업 snapshot. 내일 chat resume + 메모리 둘 다 + snapshot 살아남았는지 verify.

Progress

Progress is local-only — sign in to sync across devices.
이 페이지에서 버그를 발견하셨거나 피드백이 있으세요?문제 신고

댓글 0

🔔 답글 알림 (로그인 필요)
로그인댓글을 남기려면 로그인해 주세요.

아직 댓글이 없어요. 첫 댓글을 남겨보세요.