Claude Code
터미널에서 일하는 AI 에이전트 An AI agent that works from your terminal
질문에 답만 하는 챗봇이 아니라, 내 컴퓨터에서 파일을 읽고 쓰고 명령을 실행하는 AI 에이전트입니다. 반복 작업 자동화부터 나만의 커스텀 스킬 제작까지 — 처음 설치하는 순간부터 실전 활용까지 순서대로 정리합니다. Not a chatbot that only answers questions — an AI agent that reads, writes, and executes on your machine. From first install to custom skills, documented in order.
가이드 — 6편 (순서대로 읽으세요) Guides — 6 (read in order)
-
Claude Code 입문 ① — 챗봇이 아니라 '일하는 AI'를 설치하자Claude Code Basics ① — Install an AI That Works, Not Just Chats
Claude Code가 무엇인지, 챗봇과 뭐가 다른지, 요금제 선택부터 설치·첫 실행·문제 해결까지. 완전 처음인 사람 기준으로 필요한 모든 것을 정리했습니다.What Claude Code is, how it differs from a chatbot, plan selection, installation, first run, and troubleshooting — everything a complete beginner needs.
-
Claude Code 입문 ② — 내 비서로 만드는 초기 세팅 완전판Claude Code Basics ② — The Complete Setup That Makes It Your Assistant
작업 폴더 설계, CLAUDE.md 지침 파일 작성법, 권한 모드 3가지, 컨텍스트 관리, 좋은 지시문 작성 원칙까지. 설치 직후 해야 할 모든 세팅을 한 편에 담았습니다.Workspace design, writing CLAUDE.md, three permission modes, context management, and prompt-writing principles — every post-install setup in one guide.
-
Claude Code 입문 ③ — 자주 하는 일을 '나만의 명령어'로 만드는 법Claude Code Basics ③ — Turn Repeated Work into Your Own Commands
스킬(Skill)의 개념과 구조, 만드는 방법 2가지, 바로 복사해 쓸 수 있는 예시 스킬 3종, 그리고 실패하지 않는 운영 원칙까지. 반복 작업 자동화의 모든 것.Skill concepts and structure, two ways to build them, three copy-ready examples, and operating principles that prevent failure — everything about automating repeated work.
-
Claude Code 중급 ① — 대화가 길어지면 멍청해지는 문제, 구조로 해결하기Claude Code Intermediate ① — Fixing Long-Conversation Degradation with Structure
컨텍스트 윈도가 무엇이고 왜 긴 대화에서 품질이 떨어지는지, 그리고 세션이 끊겨도 프로젝트를 이어가는 상태 파일 패턴까지. 한 달쯤 쓴 사람이 부딪히는 첫 번째 벽을 다룹니다.What the context window is, why quality degrades in long conversations, and the state-file pattern that lets projects survive across sessions — the first wall after a month of use.
-
Claude Code 중급 ② — AI에게 파일을 맡기는 불안, Git 안전망으로 없애기Claude Code Intermediate ② — Removing File Anxiety with a Git Safety Net
코딩을 몰라도 됩니다. Git을 '무한 실행취소 버튼'으로만 쓰는 법 — 세팅부터 스냅샷 루틴, 사고 시 복구 시나리오까지 Claude Code에게 시키는 방식으로 정리했습니다.No coding required. Using Git purely as an infinite undo button — setup, snapshot routines, and disaster recovery, all delegated to Claude Code.
-
Claude Code 중급 ③ — 폴더 밖으로: MCP로 외부 서비스 연결하기Claude Code Intermediate ③ — Beyond the Folder: Connecting External Services with MCP
MCP가 무엇이고 어떤 원리로 작동하는지, 서버를 연결하는 방법과 반드시 알아야 할 보안 원칙까지. Claude Code의 손이 내 컴퓨터 밖까지 닿게 만드는 확장 가이드입니다.What MCP is and how it works, how to connect servers, and the security principles you must know — extending Claude Code's reach beyond your machine.