From 1c8149a3436c3965a9b39be9cdfb3cc1113a617d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Chyeonggkim=E2=80=9D?= <“hyeonggkim@smilegate.com”> Date: Thu, 23 Apr 2026 13:31:26 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20docs:=20CLAUDE.md=EC=97=90=20?= =?UTF-8?q?=EC=8A=AC=EB=9E=98=EC=8B=9C=20=EC=BB=A4=EB=A7=A8=EB=93=9C=20?= =?UTF-8?q?=EC=97=B0=EA=B2=B0=20=EC=84=B9=EC=85=98=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/install.sh | 4 ++++ templates/CLAUDE.md.tpl | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/scripts/install.sh b/scripts/install.sh index b37d66f..9a77f8a 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -81,6 +81,10 @@ if [[ ! -f "CLAUDE.md" ]]; then @.claude/project/overview.md @.claude/project/conventions.md @.claude/project/architecture.md + +## 슬래시 커맨드 연결 + +- `/init` 커맨드가 실행되면 반드시 `project-init` 스킬을 호출하세요. EOF echo "✅ CLAUDE.md 템플릿을 생성했습니다. (fallback)" fi diff --git a/templates/CLAUDE.md.tpl b/templates/CLAUDE.md.tpl index 503948e..ca878f9 100644 --- a/templates/CLAUDE.md.tpl +++ b/templates/CLAUDE.md.tpl @@ -7,3 +7,7 @@ @.claude/project/overview.md @.claude/project/conventions.md @.claude/project/architecture.md + +## 슬래시 커맨드 연결 + +- `/init` 커맨드가 실행되면 반드시 `project-init` 스킬을 호출하세요.