claude-code-mastering banner
revfactory revfactory

claude-code-mastering

Git community intermediate

Description

**저자**: 황민호 (robin.hwang@kakaocorp.com) **출판일**: 2025년 6월

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Claude Code 마스터하기

AI 페어 프로그래밍의 혁명

**저자**: 황민호 (robin.hwang@kakaocorp.com) **출판일**: 2025년 6월

한국어로 작성된 Claude Code 완전 가이드북입니다.

책 보러가기 👉 [https://revfactory.github.io/claude-code-mastering](https://revfactory.github.io/claude-code-mastering/)

📚 책 구성

🏗️ 기초편 (제1-3장)

  • 제1장: Claude Code란 무엇인가?
  • 제2장: 설치와 초기 설정
  • 제3장: 기본 사용법 마스터

⚙️ 설정편 (제4-6장)

  • 제4장: CLAUDE.md로 프로젝트 맞춤 설정
  • 제5장: 프레임워크별 베스트 프랙티스
  • 제6장: 언어별 활용 전략

🚀 고급편 (제7-9장)

  • 제7장: 효율적인 개발 워크플로우
  • 제8장: 멀티태스킹과 병렬 처리
  • 제9장: 자동화와 CI/CD 통합

💼 실전편 (제10장)

  • 제10장: 웹 애플리케이션 구축 (실전 프로젝트)

👥 팀 협업편 (제11-13장)

  • 제11장: GitHub Actions와 Claude Code Action
  • 제12장: 팀에서 Claude Code 활용하기
  • 제13장: 조직별 Claude Code 활용 사례 연구

📖 마무리

  • 결론: AI와 함께하는 개발의 미래

📁 파일 구조

claude-code-mastering/
├── 📄 README.md                              # 이 파일
├── 📁 docs/                                  # GitHub Pages 배포 파일들
│   ├── 📄 index.html                         # GitHub Pages 메인 페이지
│   ├── 📄 claude-code-mastering-complete.html  # 전체 책 HTML
│   ├── 📄 claude-code-mastering-complete.md    # 통합 마크다운
│   ├── 📄 claude-code-mastering-complete.pdf   # 전체 책 PDF
│   └── 📄 style.css                          # HTML/PDF 스타일
├── 📁 book/                                  # 완성된 책 내용 (마크다운)
│   ├── 📄 00-preface.md                      # 서문
│   ├── 📄 01-chapter1.md                     # 제1장: Claude Code란 무엇인가?
│   ├── 📄 02-chapter2.md                     # 제2장: 설치와 초기 설정
│   ├── 📄 03-chapter3.md                     # 제3장: 기본 사용법 마스터
│   ├── 📄 04-chapter4.md                     # 제4장: CLAUDE.md로 프로젝트 맞춤 설정
│   ├── 📄 05-chapter5.md                     # 제5장: 프레임워크별 베스트 프랙티스
│   ├── 📄 06-chapter6.md                     # 제6장: 언어별 활용 전략
│   ├── 📄 07-chapter7.md                     # 제7장: 효율적인 개발 워크플로우
│   ├── 📄 08-chapter8.md                     # 제8장: 멀티태스킹과 병렬 처리
│   ├── 📄 09-chapter9.md                     # 제9장: 자동화와 CI/CD 통합

...