한국 목회자·신학생·진지한 평신도를 위한 Claude 성경연구 및 설교준비 도우미 스킬 모음
21개의 통합 설교준비 및 성경연구 스킬 · Claude.ai 웹/앱 + Claude Code CLI 동시 지원
성경 본문 분석과 연구부터 설교문 작성, 회중 반응 시뮬레이션까지 — 설교 준비 전 과정을 Claude와 함께 수행하는 통합 스킬 패키지.
- 목회자 — 매주 설교 준비 시간을 단축하고 신학적 깊이를 더하고 싶은 분
- 부교역자·전도사 — 강해 설교, 큐티, 교리 설교 등 다양한 장르를 익히고 싶은 분
- 신학생·박사 과정 — 본문비평, 헬라어 문법, 조직신학 학습이 필요한 분
- 소그룹 리더·평신도 성경교사 — 본문 해석을 학술적 깊이로 검증하고 싶은 분
처음 컴퓨터에서 명령어를 다뤄 보시는 분도 따라 하실 수 있도록 아주 천천히 적어 두었습니다. 이미 익숙하신 분은 방법 1. 한 줄 설치 박스만 보고 진행하셔도 됩니다.
| 이런 분이시라면 | 이 방법 |
|---|---|
| 컴퓨터에서 Claude를 자주 쓰시고, 명령어를 한 번 복사·붙여넣기 정도는 괜찮으신 분 | 방법 1. 한 줄 설치 (가장 추천 ⭐) |
| 한 단계씩 직접 따라 하며 무엇이 일어나는지 보고 싶으신 분 | 방법 2. 단계별 설치 |
| 컴퓨터 명령어가 부담스럽고 claude.ai 사이트나 휴대폰 앱에서 주로 쓰시는 분 | 방법 3. Claude.ai 웹/앱 |
| 위 어느 것도 마음에 안 드는, 모든 걸 손으로 직접 하고 싶으신 분 | 방법 4. 수동 설치 |
💡 잘 모르겠으면 방법 1을 고르세요. 가장 빠르고 가장 많은 분들이 쓰시는 방법입니다.
방법 1·2·3에서 등장하는 "터미널(terminal)"은 컴퓨터에게 글자로 명령을 내릴 수 있는 검은 창입니다. 마우스 클릭 대신 글자를 붙여넣고 엔터(Enter)를 누르는 것 외에 다른 조작은 필요 없습니다.
- macOS —
Command(⌘)+Space를 눌러 Spotlight 검색을 열고,터미널또는Terminal이라고 입력해 엔터하세요. 검은 창이 하나 뜹니다. - Windows — 작업 표시줄 검색에
PowerShell또는Windows Terminal이라고 입력해 엔터하세요. (Windows에서는 WSL을 깔아 두시는 것을 권장합니다 — 그러면 macOS와 똑같은 방식으로 명령이 통합니다.) - Linux — 보통
Ctrl + Alt + T로 열립니다.
검은 창이 떴다면 준비 끝입니다.
설치 전에 아래 3가지가 컴퓨터에 깔려 있는지만 확인하시면 됩니다. 각 항목에 **"확인하는 한 줄"**을 적어 두었으니, 터미널에 그대로 복사해 엔터해 보세요.
git --version엔터를 누르면 git version 2.xx.x 같은 글자가 나오면 OK입니다. command not found 가 뜨면 깔려 있지 않다는 뜻이니, macOS는 Git 공식 사이트에서, Windows는 Git for Windows에서 받아 설치하세요. (한 번만 설치하면 평생 다시 안 깔아도 됩니다.)
macOS·Linux는 기본으로 깔려 있으므로 별도 확인이 필요 없습니다. Windows 사용자는 WSL을 깔거나 Git for Windows에 포함된 Git Bash를 쓰시면 됩니다.
터미널에서 Claude를 띄우는 공식 도구입니다. 아래로 확인하실 수 있습니다.
claude --version설치 안 되어 있으시다면 Claude Code 공식 설치 안내를 따라 한 번 깔아 두세요. (Claude.ai 웹/앱만 쓰실 분은 이 항목은 건너뛰셔도 됩니다.)
가장 추천하는 방법입니다. 명령 한 줄을 복사·붙여넣고 엔터만 누르시면 GitHub에서 저장소 받기 → 스킬 설치 → 정상 설치 확인까지 한 번에 끝납니다.
1단계 — 위에서 연 터미널 창을 클릭해 활성화하세요.
2단계 — 아래 회색 박스 안의 내용을 통째로 드래그해서 복사 한 뒤(맥은 ⌘+C, 윈도우/리눅스는 Ctrl+C), 터미널에 붙여넣고 (맥은 ⌘+V, 윈도우/리눅스는 Ctrl+V) 엔터 를 누르세요.
git clone https://github.com/idoforgod/cys-claude-sermon-skills.git ~/cys-claude-sermon-skills \
&& cd ~/cys-claude-sermon-skills \
&& bash scripts/install.sh \
&& bash scripts/verify.sh3단계 — 글자들이 주르륵 흐르다가 마지막에 아래와 비슷한 메시지가 보이면 성공입니다.
검사한 스킬: 21 / 21
✓ 통과: 21
✓ 모든 스킬이 정상 설치되어 있습니다.
4단계 — Claude Code를 한 번 껐다 켜시면 21개 sermon 스킬이 모두 활성화되어 바로 쓰실 수 있습니다.
git clone ...— GitHub에서 본 저장소 전체를 홈 폴더 아래cys-claude-sermon-skills라는 폴더에 받아옵니다. 홈 폴더(~)는 macOS에서는/Users/사용자이름/, Linux는/home/사용자이름/, Windows WSL은/home/사용자이름/을 가리킵니다.cd ~/cys-claude-sermon-skills— 방금 받은 폴더로 들어갑니다.bash scripts/install.sh—~/.claude/skills/자리에 21개 스킬 폴더 바로가기(심볼릭 링크)를 만들어 줍니다. 원본 파일은 저장소 폴더에 그대로 남아 있고, Claude Code는 그 바로가기를 따라가 스킬을 읽습니다.bash scripts/verify.sh— 21개가 모두 잘 설치됐는지 자동으로 점검합니다.
💡 새로운 스킬이 추가됐을 때 어떻게 받나요? — 본 README의 업데이트 방법 절을 참고하세요.
방법 1과 결과는 동일합니다. 한 단계씩 무엇이 일어나는지 직접 확인하며 진행하고 싶으신 분께 권장합니다. 아래 명령들을 한 줄씩 차례로 복사·붙여넣어 엔터하세요.
# 1단계: GitHub에서 저장소 받아오기 (현재 폴더 아래에 cys-claude-sermon-skills 폴더가 생깁니다)
git clone https://github.com/idoforgod/cys-claude-sermon-skills.git
# 2단계: 받은 폴더로 들어가기
cd cys-claude-sermon-skills
# 3단계: ~/.claude/skills/ 에 21개 스킬 바로가기를 만들기
bash scripts/install.sh
# 4단계: 잘 설치됐는지 자동 점검
bash scripts/verify.sh마지막에 ✓ 모든 스킬이 정상 설치되어 있습니다. 가 보이면 성공입니다.
대부분의 분들은 그냥 bash scripts/install.sh만 쓰시면 됩니다. 아래 옵션은 필요한 경우만 사용하세요.
| 명령어 | 언제 쓰나요? |
|---|---|
bash scripts/install.sh |
기본 — ~/.claude/skills/에 바로가기(심볼릭 링크) 형태로 설치. 99%의 분께 권장. |
bash scripts/install.sh --copy |
바로가기 대신 파일 복사. 회사·학교 등 보안 정책 때문에 바로가기가 막혀 있을 때만. |
bash scripts/install.sh --target ./.claude/skills |
컴퓨터 전체가 아닌 특정 프로젝트 폴더 안에만 설치. 보통은 필요 없습니다. |
bash scripts/install.sh --force |
이미 같은 이름의 스킬이 있을 때 덮어쓰기. 업데이트 받을 때 자주 씁니다. |
bash scripts/uninstall.sh |
설치된 sermon 스킬을 모두 제거. 깔끔히 지우고 싶을 때. |
claude.ai 웹사이트나 모바일 앱에서만 Claude를 쓰시는 분 — 컴퓨터 명령어를 다루지 않아도 됩니다. ZIP 파일을 다운로드해 업로드하는 방식으로 사용하시면 됩니다.
ZIP 파일을 자동으로 만들어 주는 명령이 있습니다.
# 저장소를 먼저 받으세요 (방법 1·2 참고)
cd ~/cys-claude-sermon-skills
bash scripts/package.sh실행하면 dist/ 폴더에 개별 스킬 ZIP 21개(sermon-*.zip)와 전체 묶음 1개(cys-claude-sermon-skills-all.zip)가 생깁니다. 이 ZIP을 Claude.ai에 업로드하시면 됩니다.
- 본 GitHub 저장소 페이지(https://github.com/idoforgod/cys-claude-sermon-skills)에 접속하세요.
- 우측 상단의 초록색
Code버튼을 누르고Download ZIP을 누르세요. - 다운로드된 ZIP 파일을 두 번 클릭해 압축을 푸세요.
- 압축을 푼 폴더 안의
skills/폴더에 21개의sermon-*폴더가 들어 있습니다. 각 폴더를 ZIP으로 다시 묶거나,skills/폴더 자체를 Claude.ai에 업로드하시면 됩니다.
- claude.ai/projects 에서 새 Project(프로젝트) 를 만든 뒤
Add Files에 ZIP을 끌어 놓으세요. 해당 Project에서 대화할 때마다 21개 스킬이 자동으로 활성화됩니다. - 또는 일회성으로 쓰시려면 일반 대화창에 종이 클립 모양 아이콘 으로 ZIP을 첨부해도 됩니다.
💡 모바일에서 쓰실 분 — claude.ai 웹에서 한 번 Project에 업로드해 두면, 모바일 앱에서 같은 계정으로 로그인할 때 자동으로 동기화되어 그대로 쓰실 수 있습니다.
더 자세한 단계는 docs/INSTALLATION.md에 사진과 함께 정리되어 있습니다.
스크립트도 안 쓰고 직접 폴더를 옮겨 설치하는 방법입니다. 고급 사용자용이라 일반적으로는 권장하지 않습니다.
- 본 저장소를 어떤 방식으로든 컴퓨터로 받습니다 (
git clone또는Download ZIP). - 받은 폴더 안의
skills/sermon-*폴더들을 아래 두 위치 중 한 곳에 그대로 복사 하세요.- 사용자 전역(권장) —
~/.claude/skills/- 이 위치에 둔 스킬은 Claude Code의 모든 대화에서 자동 활성화됩니다.
- 프로젝트 로컬 —
<특정 프로젝트 루트>/.claude/skills/- 이 위치에 둔 스킬은 해당 프로젝트 안에서만 활성화됩니다.
- 사용자 전역(권장) —
- Claude Code를 한 번 껐다 켜시면 스킬이 인식됩니다.
한 줄 요약: 아래 회색 박스 안의 명령을 그대로 복사해 터미널에 붙여넣고 엔터만 누르시면 됩니다. 그 외에 별도로 하실 일은 없습니다.
저장소에 새로운 sermon-* 스킬이 추가되면, 이미 설치하신 분도 새 스킬을 받아 활성화해야 합니다. 처음 설치 때 어떤 방법을 쓰셨는지에 따라 아래 세 가지 중 본인에게 맞는 것을 고르세요. (잘 모르겠으면 시나리오 A부터 시도하시면 됩니다.)
홈 폴더의 ~/cys-claude-sermon-skills에 저장소가 이미 있는 분입니다. 터미널을 열고 아래 명령을 한 번에 복사·붙여넣기·엔터 하세요.
cd ~/cys-claude-sermon-skills \
&& git pull \
&& bash scripts/install.sh --force \
&& bash scripts/verify.sh위 한 줄이 하는 일을 풀어 쓰면:
cd ~/cys-claude-sermon-skills— 처음 설치 때 만들어진 폴더로 이동합니다.git pull— GitHub에서 최신 변경 사항(신규 스킬 포함)을 내려받습니다.bash scripts/install.sh --force—~/.claude/skills/에 새 스킬을 추가 설치합니다.--force는 "이미 있는 스킬은 새것으로 덮어쓰라"는 옵션이라 안전합니다(파일을 잃지 않습니다 — 스킬은 단순한 텍스트 파일이고, 본 저장소가 항상 원본을 보관하고 있습니다).bash scripts/verify.sh— 21개(또는 그 시점의 최신 개수) 모두 정상인지 자동 점검합니다.
마지막에 ✓ 모든 스킬이 정상 설치되어 있습니다. 메시지가 보이면 끝입니다. Claude Code를 한 번 껐다 켜시면 새 스킬이 활성화됩니다.
처음 설치 때 ~/cys-claude-sermon-skills가 아닌 다른 경로(예: ~/Desktop/cys-claude-sermon-skills, ~/Documents/sermon 등)에 클론하셨던 분입니다.
먼저 저장소 폴더가 어디 있는지 확인부터 하세요. 잘 모르겠으면 터미널에 아래 한 줄을 붙여넣어 검색하실 수 있습니다.
find ~ -type d -name "cys-claude-sermon-skills" 2>/dev/null검색 결과에 나온 경로 중 하나(예: /Users/your-name/Desktop/cys-claude-sermon-skills)를 아래 <여기에-경로> 자리에 그대로 넣어 실행하시면 됩니다.
cd <여기에-경로> \
&& git pull \
&& bash scripts/install.sh --force \
&& bash scripts/verify.sh💡 만약 폴더를 못 찾으셨다면 — 시나리오 A의 한 줄 명령을 그대로 실행하시면 됩니다. 새 위치(
~/cys-claude-sermon-skills)에 처음부터 다시 받게 되며, 이미 설치된 스킬은 자동으로 덮어쓰여 깔끔히 정리됩니다.
터미널 없이 claude.ai 웹/앱에서 사용하시는 분입니다. 다음 두 단계만 따라 하세요.
- 이 GitHub 저장소 페이지(https://github.com/idoforgod/cys-claude-sermon-skills)에서 우측 상단의
Code버튼 → **Download ZIP**을 눌러 최신 ZIP을 받습니다. - ZIP을 열어 신규 스킬 폴더(예:
skills/sermon-bible-history-matcher/) 만 골라 압축하거나, 폴더 전체를 Claude.ai 프로젝트(Project)에 다시 업로드합니다.- 기존 프로젝트에서 사용하시던 분은 기존 파일을 삭제하고 새것으로 교체하시면 됩니다.
- 새 프로젝트로 만드시는 것이 더 편하실 수도 있습니다.
💡 터미널이 익숙하신 Claude.ai 사용자라면 — 시나리오 A의 한 줄 명령으로 저장소를 최신으로 만든 뒤,
bash scripts/package.sh를 실행하시면dist/폴더 안에 업로드용 ZIP이 자동 생성됩니다.
| 증상 | 원인과 해결 |
|---|---|
cd: no such file or directory |
저장소 폴더 경로가 다릅니다. 시나리오 B의 find 명령으로 찾으세요. |
git pull 시 "Permission denied" 또는 충돌 메시지 |
본인이 직접 수정한 내용이 있을 때 발생합니다. 수정한 내용이 없으면 git reset --hard origin/main 후 다시 git pull. 수정 내용을 지키고 싶으시면 박사님께 문의 주세요. |
verify.sh에 ⚠ 경고가 뜸 |
경고(warning)는 설치 자체에는 영향이 없는 알림입니다. ✗(실패) 없이 ✓(통과)만 있으면 정상입니다. |
| 설치는 됐는데 Claude Code에서 새 스킬이 안 보임 | Claude Code를 완전히 종료한 뒤 다시 실행하세요. 스킬 목록은 시작 시점에만 다시 읽어들입니다. |
| 위 어떤 것도 해당 안 됨 | 본 저장소의 GitHub Issues에 화면 캡처와 함께 올려 주세요. |
💡 이 저장소를 fork해서 본인 GitHub 계정으로 publish하실 경우 — 모든 문서의
idoforgod를 본인 사용자명으로 일괄 치환하세요:# macOS find . -type f \( -name "*.md" -o -name "*.yml" \) ! -path "./.git/*" \ -exec sed -i '' "s|idoforgod|<your-username>|g" {} + # Linux find . -type f \( -name "*.md" -o -name "*.yml" \) ! -path "./.git/*" \ -exec sed -i "s|idoforgod|<your-username>|g" {} +
21개 스킬 전체에 임의 케이스 정밀 검증을 수행하고, 그 결과를 SKILL.md·references·TEST-REPORT로 통합 반영했습니다. 자세한 변경 내역은
CHANGELOG.md참고.
- 신규 스킬 1개:
sermon-bible-history-matcher(성경 인물·사건 ↔ 세계사 매칭, 할루시네이션 방지)- 신규 레퍼런스 폴더 8개 스킬분 추가:
calvin-style-insight,christian-history-interpreter,doctrinal-planner,history-culture-geo-context,lloyd-jones-coaching,luther-coaching,qt-original-text-based,topic-message-coach- 검증 보고서 33건 추가: 다라운드 검증을 수행한 스킬은 V1
V4·R1R2·ROUND1~ROUND4 등으로 명세- SKILL.md 20개 보강: 메타데이터 정밀화, 트리거 키워드 확장, 1차 자료 인용 강화, 할루시네이션 방지 규약 명문화
스킬은 5개 카테고리로 분류됩니다.
| 스킬명 | 한 줄 설명 |
|---|---|
sermon-text-analysis-multimethod |
7+10가지 방법론으로 본문을 다각도 분석, 가짜 해석 자동 검증 |
sermon-bible-dictionary |
성경 인물·지명·단어·개념 사전 (원어·어원·용례·신학 통합) |
sermon-textual-criticism |
사해사본·시내사본·바티칸사본 등 고대 사본 비교 본문비평 |
sermon-multi-bible-version-compare |
9개 번역본·종교 문헌 다층 비교 (개역개정·NIV·헬라어·Vulgata·코란·탈무드) |
sermon-greek-grammar-machen |
메이첸 신약 헬라어 33강 단계별 문법 학습 |
| 스킬명 | 한 줄 설명 |
|---|---|
sermon-augustine-coaching |
어거스틴 신학·설교론 기반 메시지 형성 (고백록·하나님의 도성) |
sermon-luther-coaching |
루터의 이신칭의·십자가 신학·법과 복음 코칭 |
sermon-calvin-institutes |
칼빈 『기독교 강요』 4권 80장 조직신학 학습 |
sermon-bavinck-coaching |
바빙크 『개혁교의학』 신칼빈주의·은혜와 자연 코칭 |
sermon-lloyd-jones-coaching |
마틴 로이드 존스 『설교와 설교자』 Logic on Fire |
| 스킬명 | 한 줄 설명 |
|---|---|
sermon-history-culture-geo-context |
성경 본문의 역사·문화·지리·사회 배경 재구성 |
sermon-bible-history-matcher |
성경 인물·사건을 세계사 자료(유물·고대 문헌·학술 컨센서스)와 할루시네이션 없이 매칭 |
sermon-christian-history-interpreter |
성경 시대 이후 모든 역사를 기독교적 시각으로 해석 |
sermon-topic-research-multidisciplinary |
11개 학문 분야 학제간 설교 주제 자료 조사 |
| 스킬명 | 한 줄 설명 |
|---|---|
sermon-topic-message-coach |
6단계 대화로 주제·메시지 정립 (설교 준비 입구) |
sermon-emotive-writing-coach |
설득력 있는 설교문 작성 인터랙티브 글쓰기 코칭 |
sermon-doctrinal-planner |
4단계 교리설교 기획안 자동 생성 |
sermon-calvin-style-insight |
칼빈식 lectio continua 강해 설교문 작성 |
sermon-planner-52week |
키워드 1개 → 52주 연간 설교 계획 자동 생성 |
| 스킬명 | 한 줄 설명 |
|---|---|
sermon-qt-original-text-based |
원어 분석 기반 '생명의 삶'·'매일성경' 스타일 큐티 자동 생성 |
sermon-audience-feedback-persona |
8명의 회중 페르소나가 강단 아래에서 솔직한 반응 시뮬레이션 |
각 스킬을 무엇이냐(What) · 언제 쓰나(When) · 무엇을 주는가(Key features) · v1.1.0 정밀 검증(Verification) 네 항목으로 한국어와 영어 병기로 정리했습니다. Each skill is documented in four sections — What it is, When to use, Key features, Verification (v1.1.0) — bilingually (Korean / English).
🔬 v1.1.0 — 모든 카드는 정밀 검증 사이클 결과를 반영하여 보강되었습니다. Every card below reflects the v1.1.0 precision-verification cycle (2026-05-13).
- 카드 하단
v1.1.0 정밀 검증 / Verification단락에서 ① 검증 라운드 수 ② 참조 자료(references) ③ 할루시네이션 방지 규약을 확인할 수 있습니다. / The Verification block at the foot of each card lists (1) the number of verification rounds, (2) the references shipped with the skill, and (3) the anti-hallucination protocol.- 카드 제목 옆
(NEW in v1.1.0)배지는 v1.1.0에서 신설된 스킬(sermon-bible-history-matcher),(+references in v1.1.0)배지는 v1.1.0에서 references 폴더가 새로 추가된 8개 스킬입니다. / A(NEW in v1.1.0)badge marks the one skill added this cycle (sermon-bible-history-matcher);(+references in v1.1.0)marks the eight skills that received a new references folder.- 전체 변경 내역은
CHANGELOG.md참고. / Full change log inCHANGELOG.md.
v1.1.0 검증 4/5 · 신규 references 0개 · (sermon-greek-grammar-machen은 후속 검증 사이클 예정)
Verified 4/5 in v1.1.0 · 0 new references · (sermon-greek-grammar-machen deferred to a later cycle)
무엇이냐 / What it is
- KO — 성경 본문 한 단위(절·단락·장)를 입력받아 7가지 핵심 분석법(원문 언어·구조·평행 본문·키아스무스·신학·문학·역사문화)을 자동 산출하고, 추가 10가지 분석법(문맥·수사학·사회정치·심리·해석사·신비·묵상·페미니스트·윤리·포스트콜로니얼)을 메뉴로 제시하는 메타 분석 스킬.
- EN — A meta text-analysis skill that auto-runs 7 core methods (original-language, structural, parallel passage, chiastic, theological, literary, historical-cultural) on any biblical unit and offers 10 additional methods on demand (contextual, rhetorical, socio-political, psychological, history of interpretation, mystical, contemplative, feminist, ethical, postcolonial).
언제 쓰나 / When to use
- 본문은 정해졌는데 어디부터 풀어야 할지 막막할 때 / When the passage is fixed but you don't know where to start.
- 어떤 해석이 정통한지 검증받고 싶을 때 / When you need to verify whether a reading is orthodox.
- 가짜 어원, 풍유적 곡해, 아전인수식 적용 등 한국 강단의 흔한 오류를 거르고 싶을 때 / To filter out pseudo-etymologies, allegorical distortions, and forced applications common in Korean pulpits.
핵심 기능 / Key features
- 7가지 자동 분석 + 10가지 메뉴 분석 (총 17종) / 7 auto-runs + 10 menu-driven (17 total).
- 가짜 해석·이단적 재해석 자동 식별·필터링 / Automatic detection of heterodox interpretations.
- 다른 sermon 스킬을 한 화면에 종합하는 메타 도구 / Aggregates other sermon skills into one panel.
v1.1.0 정밀 검증 / Verification (v1.1.0)
- 검증 라운드 / Rounds — TEST-REPORT V1·V2·V3 3라운드 정밀 검증. / 3 verification rounds (TEST-REPORT V1/V2/V3).
- 참조 자료 / References — references 5종 (
additional-methods.md·false-interpretations-catalog.md·verified-citations.md+data/·tools/). / 5 references including the false-interpretations catalog and verified-citations. - 할루시네이션 방지 / Anti-hallucination — 가짜 어원·풍유·아전인수 자동 식별이 본 스킬의 기본 기능이며, v1.1.0에서 카탈로그를 대규모 보강. / Pseudo-etymology, allegory, and forced applications are core filters — the catalog was substantially expanded in v1.1.0.
무엇이냐 / What it is
- KO — 성경 인물·지명·단어·신학적 개념을 주석서·성경 지도·성경사전·개론서 수준의 깊이로 풀어주는 통합 성경사전. 원어 분석 + 어원 추적 + 성경 전체 용례 점검 + 신학적 의미 해석을 한 응답에 모은다.
- EN — An integrated Bible dictionary that explains biblical persons, places, words, and theological concepts at the depth of a commentary + Bible atlas + Bible dictionary + introduction. Combines original-language analysis, etymology, full canonical usage, and theological meaning in one answer.
언제 쓰나 / When to use
- 특정 성경 인물·지명을 빠르게 정리할 때 (아브라함·바울·예루살렘·바벨론 등) / To quickly profile a person or place (Abraham, Paul, Jerusalem, Babylon, etc.).
- 핵심 단어·개념의 깊이를 더할 때 (아가페·헤세드·샬롬·언약·칭의 등) / To deepen key words/concepts (agape, hesed, shalom, covenant, justification).
- 설교 한 단락에 인용할 신뢰할 만한 사전 정보가 필요할 때 / When you need a trustworthy dictionary blurb for a sermon paragraph.
핵심 기능 / Key features
- 원어(히브리어·헬라어) 음역과 어원 정리 / Hebrew/Greek transliteration and etymology.
- 성경 전체에서의 용례 비교 / Cross-canonical usage comparison.
- 신학적 함의까지 한 응답에 통합 / Theological significance integrated.
v1.1.0 정밀 검증 / Verification (v1.1.0)
- 검증 라운드 / Rounds — TEST-REPORT V1·ROUND2·ROUND3·ROUND4·ROUND5 +
round5_runs/실행 로그까지 5라운드. / 5 verification rounds (V1, ROUND2–5) with full ROUND5 run logs preserved. - 참조 자료 / References — 별도 references 폴더는 없으며 SKILL.md 본문이 인물·지명·단어 분석 표준을 직접 명문화. / No separate references folder; SKILL.md itself encodes the standard for persons/places/words.
- 할루시네이션 방지 / Anti-hallucination — 검증 라운드에서 발견된 어원·용례 오류를 SKILL.md에 반영하여 출처 표기·원어 음역 규약을 강화. / Etymology and usage errors found during verification were folded back into SKILL.md, tightening citation and transliteration rules.
무엇이냐 / What it is
- KO — 성경 한 구절을 고대 사본으로 비교하여 본문비평적 차이를 분석하는 학술 도구. 신약은 P46·P52·P66·P75·시내(ℵ)·바티칸(B)·알렉산드리아(A)·베자(D) 등 + Old Latin·Peshitta·Coptic, 구약은 사해사본(DSS)·마소라(BHS)·사마리아 오경·70인역(LXX)·타르굼.
- EN — A textual-criticism workbench that compares a verse across ancient manuscripts: NT papyri (P46/52/66/75), uncials (Sinaiticus, Vaticanus, Alexandrinus, Bezae), Byzantine majority, and early versions (Old Latin, Peshitta, Coptic); OT via Dead Sea Scrolls, Masoretic Text, Samaritan Pentateuch, LXX, Targum.
언제 쓰나 / When to use
- 막 16:9-20, 요 7:53-8:11, 요일 5:7-8 등 본문비평적으로 유명한 구절을 다룰 때 / For famous textual cruxes (Mark 16:9-20, John 7:53-8:11, 1 John 5:7-8).
- 일반 구절의 사본 전승을 학술적으로 살피고 싶을 때 / For scholarly review of a normal verse's transmission.
- "어느 사본이 원본에 가까운가"를 외부·내부 증거로 평가할 때 / To weigh manuscripts by external/internal evidence.
핵심 기능 / Key features
- 사본별 이독(variant readings) 정리 / Variant readings tabulated by manuscript.
- 본문비평 4원칙(어려운 독법·짧은 독법·외부증거·내부증거) 적용 / Applies the four canons of textual criticism.
- 번역본 비교(
sermon-multi-bible-version-compare)보다 한 단계 더 깊은 사본 자체 분석 / Goes one layer deeper than translation comparison.
v1.1.0 정밀 검증 / Verification (v1.1.0)
- 검증 라운드 / Rounds — TEST-REPORT + VERIFICATION-DETAIL V1·V2·V3 4건의 본문비평 정밀 검증. / 4 verification documents (TEST-REPORT + VERIFICATION-DETAIL V1/V2/V3).
- 참조 자료 / References —
references/manuscript-facts.json— 주요 사본 메타데이터(연대·소장처·핵심 이독)를 구조화 데이터로 동봉. /manuscript-facts.jsonships structured metadata (date, repository, key variants) for major manuscripts. - 할루시네이션 방지 / Anti-hallucination — 사본 인용은 manuscript-facts.json에 등재된 사실만 허용, 미합의 이독은 외부·내부 증거 양면을 모두 표기. / Manuscript citations are bounded by
manuscript-facts.json; contested readings list both external and internal evidence.
무엇이냐 / What it is
- KO — 성경 한 구절을 9개 필수 번역본·종교 문헌으로 다층 비교하는 도우미. 개역개정·NIV·헬라어 원문·히브리어 원문·라틴어 Vulgata·천주교 성경(공동번역/200주년) + 추가 한국어/영어 번역 + 코란·탈무드 대응 본문까지 한 화면에.
- EN — A multi-version comparison tool stacking a verse across 9 canonical surfaces: Korean Revised, NIV, Greek, Hebrew, Latin Vulgate, Catholic Korean (Common/Bicentennial), additional KO/EN versions, plus matched passages in the Quran and Talmud.
언제 쓰나 / When to use
- 한 구절의 번역 차이를 한눈에 비교할 때 / To eyeball translation differences at a glance.
- 천주교·개신교 성경, 원어, 라틴어 전통의 신학적 함의를 짚고 싶을 때 / To trace theological nuance across Catholic/Protestant/original/Latin traditions.
- 비교종교학적으로 코란·탈무드의 대응 본문을 같이 보고 싶을 때 / To compare with Quranic / Talmudic parallels for comparative-religion work.
핵심 기능 / Key features
- 9개 표면을 행 단위로 정렬한 비교 표 / Row-aligned comparison table of 9 sources.
- 번역 선택 차이의 신학적 함의 분석 / Theological commentary on translator choices.
- 5절 이하 단일 본문 단위에 최적화 / Optimized for ≤5-verse units.
v1.1.0 정밀 검증 / Verification (v1.1.0)
- 검증 라운드 / Rounds — TEST-REPORT + ROUND-4-OUTPUTS 2건의 다층 비교 검증. / 2 verification artifacts (TEST-REPORT + ROUND-4-OUTPUTS).
- 참조 자료 / References — references 7종 (
anti-hallucination-checklist.md·common-misreadings.md·lxx-mt-numbering.md·methodology.md·quran-verified-citations.md·talmud-verified-citations.md·vulgata-facts.md) — 카테고리 1에서 가장 풍부. / 7 references — the richest in this category — covering LXX/MT numbering, Vulgate facts, and verified Quran/Talmud citations. - 할루시네이션 방지 / Anti-hallucination — 코란·탈무드·불가타 인용은 verified 카탈로그 외 임의 출처 차단, LXX/MT 절 번호 불일치 자동 경고. / Quran/Talmud/Vulgate citations are bounded by the verified catalogs; LXX/MT versification mismatches auto-flagged.
무엇이냐 / What it is
- KO — J. G. 메이첸의 표준 교과서 『New Testament Greek for Beginners』(33강) 를 토대로 신약 헬라어 문법을 가르치는 학습 도우미. 알파벳·격·관사·명사 변화·동사 활용·분사·부정사·가정법·명령법까지 33강 순서 또는 주제별 자유 학습.
- EN — A teaching tutor based on J. G. Machen's classic New Testament Greek for Beginners (33 lessons). Walks through alphabet, cases, articles, declensions, verb conjugations, participles, infinitives, subjunctives, imperatives — sequentially or by topic.
언제 쓰나 / When to use
- 신약 헬라어를 처음부터 체계적으로 익히고 싶을 때 / To learn NT Greek systematically from scratch.
- 특정 문법 사항(아오리스트·분사 등)만 빠르게 정리할 때 / To clarify a specific grammar topic (aorist, participle, etc.).
- 본문비평·주해 연구의 기초 문법을 다질 때 / As a foundation for textual criticism and exegesis.
핵심 기능 / Key features
- 모든 설명에 (1) 헬라어 원문 (2) 영어 음역 (3) 한글 발음 (4) 신약 실제 용례 4종 병기 / Each item carries Greek + English transliteration + Korean phonetics + NT usage example.
- 33강 순차 학습 또는 주제별 검색 양방향 / Sequential by lesson, or freeform by topic.
- 퀴즈·연습문제 지원 / Quiz and exercise support.
v1.1.0 정밀 검증 / Verification (v1.1.0)
- 검증 라운드 / Rounds — v1.1.0 사이클에서는 별도 라운드 미실행 — Machen 교과서 자체가 표준이므로 후속 사이클에서 신약 용례 정확성 회귀 테스트 예정. / No round in this cycle — Machen's textbook is the standard; a regression cycle for NT usage citations is planned.
- 참조 자료 / References — 별도 references 폴더 미신설, SKILL.md가 33강 구조를 직접 명문화. / No references folder yet; the 33-lesson outline is encoded in SKILL.md.
- 할루시네이션 방지 / Anti-hallucination — 다음 사이클에서 신약 용례·예문 검증 카탈로그 추가가 [Unreleased] 계획에 등재. / A NT example/usage verification catalog is on the [Unreleased] roadmap.
v1.1.0 검증 5/5 · 신규 references 2개 (sermon-luther-coaching·sermon-lloyd-jones-coaching)
Verified 5/5 in v1.1.0 · 2 new reference folders (sermon-luther-coaching, sermon-lloyd-jones-coaching)
무엇이냐 / What it is
- KO — 히포의 어거스틴(354–430) 의 신학과 설교론으로 설교 주제를 개발하고 메시지를 형성하도록 돕는 코칭 스킬. 은혜의 우선성·전적 부패·예정·사랑의 질서(ordo amoris)·두 도성·악의 결핍 + De Doctrina Christiana 4권의 docere/delectare/movere.
- EN — A coaching skill grounded in Augustine of Hippo (354–430): priority of grace, total depravity, predestination, ordo amoris, two cities, privatio boni, plus the rhetorical method of De Doctrina Christiana IV (docere / delectare / movere).
언제 쓰나 / When to use
- 어거스틴 신학에 기댄 깊이 있는 설교 주제를 잡을 때 / To anchor a sermon in Augustinian theology.
- 『고백록』·『하나님의 도성』·『기독교 교양』의 인용을 설교에 살릴 때 / To weave in quotations from Confessions, City of God, De Doctrina.
- 교부 시대의 시각을 설교에 더하고 싶을 때 / To add patristic depth.
핵심 기능 / Key features
- 본문 ↔ 어거스틴 텍스트 연결 제안 / Pairs your passage with Augustinian texts.
- 평이체·중간체·장엄체 3문체 제안 / Three rhetorical registers (plain/middle/grand).
- 칼빈·MLJ 코칭과 짝을 이루는 고대 교부 영역 / Pairs with Calvin/MLJ coaching, owns the patristic axis.
v1.1.0 정밀 검증 / Verification (v1.1.0)
- 검증 라운드 / Rounds —
SKILL_TEST_RESULTS_V3_2026-05-16.md1라운드 정밀 검증. / 1 verification round (V3, 2026-05-16). - 참조 자료 / References — 별도 references 폴더는 미신설, 1차 자료(고백록·하나님의 도성·기독교 교양·삼위일체론)는 SKILL.md 본문에 인용 표준 명문화. / No references folder; SKILL.md encodes the citation standard for Confessions, City of God, De Doctrina, De Trinitate.
- 할루시네이션 방지 / Anti-hallucination — 검증 라운드에서 발견된 어거스틴 1차 자료 표기 오류를 SKILL.md에 반영, 추측·사후 해석 회피 규약을 강화. / Patristic-source citation errors found in the round were folded back into SKILL.md; the no-speculation rule was reinforced.
무엇이냐 / What it is
- KO — 마틴 루터(1483–1546) 의 신학과 설교론을 토대로 한 코칭 스킬. 이신칭의·오직 은혜·오직 성경·만인제사장직·법과 복음·노예의지·십자가 신학(theologia crucis)·simul iustus et peccator + 평이한 회중 언어·복음의 직설.
- EN — A coaching skill grounded in Martin Luther (1483–1546): justification by faith alone, sola gratia, sola scriptura, priesthood of all believers, law/gospel distinction, bondage of the will, theologia crucis, simul iustus et peccator — paired with his plain-tongue, gospel-direct preaching style.
언제 쓰나 / When to use
- 칭의·은혜·복음의 직설을 강조하는 설교를 준비할 때 / For sermons emphasizing justification, grace, and direct gospel proclamation.
- 95개 조항·『기독자의 자유』·『노예의지론』·갈라디아서 강해의 인용이 필요할 때 / To draw from the 95 Theses, Freedom of a Christian, Bondage of the Will, Galatians lectures.
- 종교개혁 주일·루터파 회중 설교 / For Reformation Sunday or Lutheran congregations.
핵심 기능 / Key features
- 본문 ↔ 루터 텍스트 연결 / Passage ↔ Lutheran corpus mapping.
- 법/복음 구분의 설교 적용 / Applies law/gospel distinction in delivery.
- 교파 중립적 — 장로교·감리교·성결교·침례교·성공회 어디서든 사용 가능 / Denominationally neutral.
v1.1.0 정밀 검증 / Verification (v1.1.0)
- 검증 라운드 / Rounds — TEST-REPORT + R1·R2·R3 다라운드 정밀 검증 4건. / 4 verification artifacts (TEST-REPORT + R1/R2/R3).
- 참조 자료 / References — v1.1.0 신규 references 4종 (
luther-bibliography-verified.md·key-quotes-and-themes.md·denominational-comparison.md·common-misreadings.md). / 4 new references in v1.1.0: verified bibliography, key quotes and themes, denominational comparison, common misreadings. - 할루시네이션 방지 / Anti-hallucination — 95개 조항·『기독자의 자유』·『노예의지론』·갈라디아서 강해 인용은 검증 서지에만 한정, 통상 오독 카탈로그로 자가 점검. / Citations from the 95 Theses, Freedom of a Christian, Bondage of the Will, and Galatians lectures are bounded by the verified bibliography; the misreadings catalog drives self-check.
무엇이냐 / What it is
- KO — 존 칼빈(1509–1564)의 『기독교 강요』(1559년 최종판) 4권 80장 전체를 분석·해설하고 학습을 지원하는 조직신학 도우미. 1권 창조주 인식 → 2권 그리스도 안의 구속자 → 3권 성령의 사역과 연합·칭의·예정 → 4권 교회론·성례·국가론.
- EN — A systematic-theology tutor covering the entire 80 chapters of Calvin's Institutes of the Christian Religion (1559 final edition): Book I (knowledge of God the Creator), II (Christ the Redeemer), III (the Spirit's work, union with Christ, justification, predestination), IV (church, sacraments, civil government).
언제 쓰나 / When to use
- 개혁주의 조직신학의 한 주제를 깊이 있게 정리할 때 / To dig deep on a Reformed dogmatic topic.
- TULIP·이중 인식론·그리스도 연합·이중예정 등의 정확한 칼빈 본문을 인용할 때 / To cite Calvin's actual text on TULIP, duplex cognitio, unio cum Christo, double predestination.
- 1559판 4권을 순차 학습하거나 주제별로 자유 검색할 때 / For sequential or topical study of the 1559 edition.
핵심 기능 / Key features
- 칼빈 본인 텍스트 인용과 함께 풀어냄 / Explains with Calvin's own quotations.
- 1559판 4권 80장 구조에 따른 순차 학습 / Sequential walk-through of all 80 chapters.
- 칼빈의 설교 스타일은 별도 스킬(
sermon-calvin-style-insight)이 담당 — 본 스킬은 신학 본체 / Calvin's preaching style is a separate skill; this one owns the dogmatic core.
v1.1.0 정밀 검증 / Verification (v1.1.0)
- 검증 라운드 / Rounds — TEST-REPORT + PROMPT-TEST-REPORT V1·V3·V4·V5·V6 총 6건의 프롬프트 정밀 검증. / 6 verification artifacts (TEST-REPORT + PROMPT-TEST V1/V3/V4/V5/V6).
- 참조 자료 / References — references 3종 (
key-quotes-by-chapter.md·common-misreadings.md·scholar-traditions.md) — 4권 80장 핵심 인용을 장 단위로 보강. / 3 references — key quotes mapped chapter-by-chapter, common misreadings, scholar traditions. - 할루시네이션 방지 / Anti-hallucination — 1559년 최종판 본문만 1차 자료로 인정, TULIP·이중예정·그리스도 연합은 key-quotes-by-chapter.md 등재 인용만 허용. / Only the 1559 final edition counts as primary; quotations for TULIP, double predestination, union with Christ are bounded by
key-quotes-by-chapter.md.
무엇이냐 / What it is
- KO — 헤르만 바빙크(1854–1921) 의 신학을 토대로 한 코칭 스킬. 마그눔 오푸스 『개혁교의학』(Reformed Dogmatics, 4권) 을 1차 자료로 삼고, 핵심 명제 "은혜는 자연을 회복하고 완성한다"·삼위일체 중심 세계관·일반 은총·유기적 사고를 다룬다.
- EN — A coaching skill grounded in Herman Bavinck (1854–1921), with his magnum opus Reformed Dogmatics (4 vols.) as the primary source. Centers on his thesis "grace restores and perfects nature," Trinitarian worldview, common grace, and organic thinking.
언제 쓰나 / When to use
- 신칼빈주의·네덜란드 개혁주의 노선의 설교를 준비할 때 / For neo-Calvinist / Dutch Reformed sermon preparation.
- 일반 은총·기독교 세계관·창조-타락-구속-종말의 통합을 다룰 때 / To address common grace, Christian worldview, creation-fall-redemption-consummation.
- 카이퍼와 바빙크의 차이를 짚고 싶을 때 / To distinguish Kuyper and Bavinck.
핵심 기능 / Key features
- 바빙크 저작 안에서 추측 없이 답을 찾고, 못 찾은 경우 명시 / Sources strictly from Bavinck's corpus; flags when no answer is found.
- 『개혁교의학』 외 Our Reasonable Faith, Christian Worldview 등으로 확장 / Extends to other Bavinck works as needed.
- 교파 중립적 / Denominationally neutral.
v1.1.0 정밀 검증 / Verification (v1.1.0)
- 검증 라운드 / Rounds — TEST-REPORT + TEST-REPORT-V3 2라운드 정밀 검증. / 2 verification rounds (TEST-REPORT + V3).
- 참조 자료 / References — references 3종 (
bavinck-bibliography-verified.md·key-themes-and-sources.md·common-misreadings.md) — v1.1.0에서 핵심 주제·서지 보강. / 3 references with v1.1.0 augmentation of key themes and verified bibliography. - 할루시네이션 방지 / Anti-hallucination — Reformed Dogmatics 4권 외 인용은 bavinck-bibliography-verified.md 등재본만 허용, 답을 찾지 못한 경우 그 사실을 명시. / Citations outside the 4-volume Dogmatics are bounded by the verified bibliography; "not found in Bavinck" is stated explicitly when applicable.
무엇이냐 / What it is
- KO — 마틴 로이드 존스(MLJ, 1899–1981) "The Doctor" 의 명저 『설교와 설교자』(Preaching and Preachers, 1971) 를 토대로 설교자를 코칭하는 스킬. Logic on Fire(불붙은 논리), 진단-처방(diagnosis-prescription) 방식, 부흥(revival) 의존, 강단 우선성, 교리적 설교 회복.
- EN — A coaching skill grounded in Martyn Lloyd-Jones (MLJ, 1899–1981), "The Doctor," and his classic Preaching and Preachers (1971). Foregrounds Logic on Fire, diagnosis-prescription preaching, revival dependence on the Spirit, and the recovery of doctrinal preaching.
언제 쓰나 / When to use
- 강해 설교 전통(영국·웨스트민스터 채플 계열)의 코칭이 필요할 때 / For expository preaching coaching in the British/Westminster Chapel tradition.
- 회중을 진단하고 처방하는 실존적 설교를 만들 때 / To craft existential, diagnosis-prescription sermons.
- "첫째도 설교 둘째도 설교 셋째도 설교"의 강단 회복을 추구할 때 / To recover the primacy of preaching.
핵심 기능 / Key features
- MLJ 고유의 회중 진단·실존적 호소·부흥 신학 / MLJ's signature diagnosis, existential appeal, revival theology.
- 자기 설교의 MLJ적 평가 요청 가능 / Submit your draft for an MLJ-style critique.
- 칼빈식 설교 스킬과 짝을 이루되 중복 회피 / Pairs with Calvin's style without overlap.
v1.1.0 정밀 검증 / Verification (v1.1.0)
- 검증 라운드 / Rounds — TEST-REPORT + V2·V3·V4·V5 총 5라운드 다라운드 정밀 검증. / 5 verification rounds (TEST-REPORT + V2/V3/V4/V5).
- 참조 자료 / References — v1.1.0 신규 references 3종 (
mlj-bibliography-verified.md·key-themes-and-sources.md·common-misreadings.md). / 3 new references in v1.1.0: verified MLJ bibliography, key themes, common misreadings. - 할루시네이션 방지 / Anti-hallucination — Preaching and Preachers·로마서/에베소서 강해·Studies in the Sermon on the Mount 등은 검증 서지에 한정, MLJ 통상 오독("Logic on Fire" 단순화·부흥의 비성령적 환원 등) 자가 점검. / Citations from Preaching and Preachers, Romans/Ephesians lectures, and Sermon on the Mount are bounded by the verified bibliography; common MLJ misreadings are caught by the catalog.
v1.1.0 검증 4/4 · 신규 스킬 1개 (sermon-bible-history-matcher) · 신규 references 2개 (sermon-history-culture-geo-context·sermon-christian-history-interpreter)
Verified 4/4 in v1.1.0 · 1 brand-new skill (sermon-bible-history-matcher) · 2 new reference folders (sermon-history-culture-geo-context, sermon-christian-history-interpreter)
무엇이냐 / What it is
- KO — 성경 본문의 역사적·문화적·지리적·사회적 배경을 학문적 깊이로 풀어주는 배경 해설 도우미. 고대근동, 이스라엘 왕국, 바벨론 포로기, 페르시아·헬라·로마 시대의 정치·일상·관습·지리·교역로를 종합한다.
- EN — A background-reconstruction tool that recreates the historical, cultural, geographical, and social setting of a biblical passage at scholarly depth — Ancient Near East, Israelite kingdoms, Babylonian exile, Persian/Hellenistic/Roman periods: politics, daily life, customs, geography, trade routes.
언제 쓰나 / When to use
- 본문이 당대 청중에게 어떤 의미였는지 재구성할 때 / To reconstruct what the text meant to its first audience.
- 유대 절기·결혼·장례·식사·노예·세금·성전·회당 관습이 필요할 때 / For Jewish feast, marriage, funeral, meal, slavery, tax, temple, synagogue customs.
- 주변 제국과 이스라엘의 관계를 짚을 때 / To trace Israel's relations with surrounding empires.
핵심 기능 / Key features
- 본문 바깥의 무대 재구성에 특화 / Specialized in offstage context (vs. textual analysis).
- 시대별·지역별 학문적 자료 제시 / Period- and region-specific scholarly references.
sermon-bible-dictionary(원어·신학)와 역할 분리 / Role-separated from Bible-dictionary skill.
v1.1.0 정밀 검증 / Verification (v1.1.0)
- 검증 라운드 / Rounds — TEST-REPORT-R1·R2·R3·R4·R5 총 5라운드 정밀 검증. / 5 verification rounds (R1–R5).
- 참조 자료 / References — v1.1.0 신규 references 4종 (
era-timeline-verified.md·primary-sources-citation-standard.md·scholarly-debates-balanced.md·anti-hallucination-checklist.md). / 4 new references in v1.1.0 covering era timelines, primary-source citation standards, balanced scholarly debates, and an anti-hallucination checklist. - 할루시네이션 방지 / Anti-hallucination — 시대 연대·지명·관습 진술은 era-timeline-verified.md 등재 사실만 허용, 학설 분기점은 scholarly-debates-balanced.md에서 다관점으로 균형 인용. / Period datings and customs are bounded by the verified timeline; contested historical questions are presented multi-perspectivally per
scholarly-debates-balanced.md.
무엇이냐 / What it is
- KO — 성경의 인물·사건·본문 내용을 입력받아 세계사 자료(고고학적 유물·고대 문헌·학술 연구)에서 동일하게 매칭되는 역사적 사실을 찾아 제시하는 스킬. 증거가 없으면 주장도 없다를 절대 원칙으로 삼아 박물관 소장 실물(소장처·카탈로그 번호 명시)·아시리아/바빌로니아/이집트/그리스/로마 1차 문헌·동료심사 학술 컨센서스만 인용한다. 미합의 항목은
[UNCERTAIN - 학계 미합의]로 명시. - EN — Takes a biblical person, event, or passage and surfaces matching historical evidence from world-history sources — archaeological artifacts, ancient texts, peer-reviewed scholarship. Operating principle: no evidence, no claim. Only physical artifacts (with museum and catalog references), Assyrian/Babylonian/Egyptian/Greek/Roman primary documents, and peer-reviewed consensus are cited; unresolved matters are tagged
[UNCERTAIN — no scholarly consensus].
언제 쓰나 / When to use
- 성경 인물(헷 사람 우리아·산헤립·고레스·헤롯 등)의 역사적 실재성을 검증할 때 / To verify the historicity of biblical persons (Uriah the Hittite, Sennacherib, Cyrus, Herod).
- 출애굽·앗수르 침공·바벨론 포로·예수 십자가 사건 등의 외부 증거를 모을 때 / To gather external evidence for the Exodus, Assyrian invasions, Babylonian exile, the crucifixion.
- 변증·교양 강의·청년부 호교론 자료 준비 / For apologetics, lay-level lectures, youth-group catechesis.
핵심 기능 / Key features
- 3층위 증거(물리적 유물 + 고대 문헌 + 학술 컨센서스)만 인용 / Three evidence tiers only: artifacts + ancient texts + scholarly consensus.
- 모든 매칭에 신뢰도 등급 부여 / Confidence grading for every match.
- 추측·전통적 주장·미검증 이론은
[UNCERTAIN]으로 분명히 표기 / Speculation and unverified claims are explicitly flagged[UNCERTAIN].
v1.1.0 정밀 검증 / Verification (v1.1.0)
- 검증 라운드 / Rounds — v1.1.0에서 신설된 스킬로, TEST-REPORT + V2·V3 총 3건의 신뢰도 검증 동봉. / Brand-new in v1.1.0 — ships with 3 verification artifacts (TEST-REPORT + V2/V3).
- 참조 자료 / References — references 3종 (
anti-hallucination-checklist.md·confirmed-cases.md·methodology.md) — 검증된 매칭 케이스와 방법론 표준이 동봉. / 3 references — verified case catalog, methodology standard, and anti-hallucination checklist — ship with the skill. - 할루시네이션 방지 / Anti-hallucination — 증거 없으면 주장도 없다가 본 스킬의 절대 원칙. 박물관 소장 실물(소장처·카탈로그 번호)·아시리아/바빌로니아/이집트/그리스/로마 1차 문헌·동료심사 학술 컨센서스 외 인용 차단. / "No evidence, no claim" is the absolute rule — only museum artifacts (with repository and catalog ID), ANE/Greek/Roman primary documents, and peer-reviewed consensus are allowed.
무엇이냐 / What it is
- KO — 고대부터 현대까지의 역사 사건·인물·사회 흐름을 기독교적 관점에서 해석하고 신학적 통찰을 주는 학술 도우미. 콘스탄티누스·동서 분열·십자군·종교개혁·30년 전쟁·청교도·대각성·근대 선교·세계대전·한국 교회사(개신교 전래·평양 대부흥·신사참배·해방·산업화·민주화)까지.
- EN — A scholarly interpreter that reads history from antiquity to today through a Christian lens: Constantine, East-West schism, Crusades, Reformation, Thirty Years' War, Puritans, Great Awakenings, modern missions, world wars, and Korean church history (Protestant arrival, Pyongyang Revival, Shinto compulsion, liberation, industrialization, democratization).
언제 쓰나 / When to use
- 특정 역사 사건의 신학적 의미·섭리적 해석이 필요할 때 / For theological / providential reading of a historical event.
- 한국 교회사의 결정적 순간을 설교에 녹일 때 / To weave Korean church history into preaching.
- 회중에게 기독교적 역사관을 가르칠 때 / To teach a Christian view of history.
핵심 기능 / Key features
- 사실적 정확성·다관점 균형·공신력 있는 출처 3원칙 / Factual accuracy + multiperspectival balance + credible sources.
- 성경 시대 이후의 역사를 전담 (성경 시대 자체는 11번 스킬 영역) / Owns post-biblical history (skill #11 owns the biblical era).
v1.1.0 정밀 검증 / Verification (v1.1.0)
- 검증 라운드 / Rounds — TEST-REPORT + TEST-REPORT-v3 총 2라운드 정밀 검증. / 2 verification rounds (TEST-REPORT + v3).
- 참조 자료 / References — v1.1.0 신규 references 4종 (
core-events-verified.md·korean-church-history-verified.md·historiography-methodology.md·anti-hallucination-checklist.md). / 4 new references in v1.1.0: verified core events, verified Korean church history, historiography methodology, anti-hallucination checklist. - 할루시네이션 방지 / Anti-hallucination — 한국 교회사(평양 대부흥·신사참배·해방·산업화·민주화)는 korean-church-history-verified.md 등재 사실만 인용, 섭리적 해석은 사실 진술과 분리하여 표기. / Korean church history (Pyongyang Revival, Shinto compulsion, liberation, industrialization, democratization) is bounded by the verified catalog; providential readings are kept separate from factual claims.
무엇이냐 / What it is
- KO — 설교 주제 한 단어 또는 한 문장(예: "고난"·"용서"·"가난"·"AI"·"외로움")을 받아 11개 학문 분야(사회·기술·산업·경제·환경·정치·국제관계·법·제도·심리·영성)에서 학제간 기초 조사자료를 종합 산출.
- EN — Takes a sermon theme — a word or sentence ("suffering," "forgiveness," "poverty," "AI," "loneliness") — and produces multidisciplinary research across 11 fields (society, technology, industry, economy, environment, politics, international relations, law, institutions, psychology, spirituality).
언제 쓰나 / When to use
- 본문과 회중 사이를 잇는 "현실 세계 컨텍스트"가 필요할 때 / To bridge the text and the congregation with real-world context.
- 통계·최신 연구·핵심 사상가·현장 사례가 필요할 때 / For stats, recent studies, key thinkers, field cases.
- 시사적 주제(AI·환경·전쟁·외로움)를 설교에 녹일 때 / To address contemporary topics in preaching.
핵심 기능 / Key features
- 11개 분야로 학제간 자료 자동 정리 / Auto-organized across 11 disciplines.
- 필요 시 웹 검색으로 최신 통계·뉴스 보강 / Augments with web search for current data.
- 본문·교리·문체 외부의 "주제 자료" 영역 전담 / Owns the "topic research" axis outside text/doctrine/style.
v1.1.0 정밀 검증 / Verification (v1.1.0)
- 검증 라운드 / Rounds — TEST-REPORT + TEST-RUN-ROUND1~4 + ROUND5(케이스 10) + ROUND6(케이스 10) 총 25건 — v1.1.0 사이클 최다 라운드. / 25 verification artifacts (TEST-REPORT + ROUND1–4 + 10 ROUND5 cases + 10 ROUND6 cases) — the largest verification footprint in the v1.1.0 cycle.
- 참조 자료 / References — references 2종 (
verified-facts.md·verified-facts-evidence.md) — 11분야 인용 가능한 검증 사실과 증거 원본을 분리 동봉. / 2 references separating verified facts from their evidentiary sources across all 11 disciplines. - 할루시네이션 방지 / Anti-hallucination — 11분야 통계·연구·인물 인용은 verified-facts.md 등재만 허용, 웹 검색 결과는 출처·접근 일자 명시. / Statistics, studies, and figures across 11 disciplines are bounded by the verified-facts catalog; web-search additions must carry source and access date.
v1.1.0 검증 5/5 · 신규 references 3개 (sermon-topic-message-coach·sermon-doctrinal-planner·sermon-calvin-style-insight)
Verified 5/5 in v1.1.0 · 3 new reference folders (sermon-topic-message-coach, sermon-doctrinal-planner, sermon-calvin-style-insight)
무엇이냐 / What it is
- KO — 설교 주제 설정과 핵심 메시지 정립이 막힌 설교자를 6단계 대화로 코칭하는 인터랙티브 스킬. (1) 주제 명확화 → (2) 목적 구체화 → (3) 핵심 메시지 5개 추천 → (4) 메시지 선택과 핵심 단어 → (5) 성경 구절·사건 5개씩 → (6) 7가지 설교 작성법 중 선택과 목차.
- EN — A 6-step interactive coach that guides a stuck preacher from blank page to outline: (1) clarify theme → (2) define purpose → (3) suggest 5 candidate messages → (4) pick one + extract keywords → (5) recommend 5 verses + 5 biblical events → (6) choose among 7 sermon forms and outline.
언제 쓰나 / When to use
- 이번 주 설교 뭐 할지 막막할 때 (설교 준비의 입구) / When you're blank on this week's sermon — the entry point.
- 주제는 있는데 핵심 한 문장이 안 잡힐 때 / When you have a theme but no controlling thesis.
- 설교 형식(세 요점·내러티브·텍스트-주석·주제별·교리·연극·칼빈식) 중 선택을 도울 때 / When choosing among 7 sermon forms.
핵심 기능 / Key features
- 6단계 대화형 코칭 / Six-step Socratic dialogue.
- 7가지 설교 작성법(세 요점/내러티브/텍스트-주석/주제별/교리/연극 전달/칼빈식) / 7 sermon forms (three points / narrative / text-commentary / topical / doctrinal / dramatic / Calvinian).
- 본문·주제가 정해진 후의 다른 스킬들과 역할 분리 / Distinct from skills used after topic is set.
v1.1.0 정밀 검증 / Verification (v1.1.0)
- 검증 라운드 / Rounds — TEST-REPORT 1라운드 정밀 검증. / 1 verification round (TEST-REPORT).
- 참조 자료 / References — v1.1.0 신규 references 4종 (
message-diversity-framework.md·sermon-styles-taxonomy.md·theological-safety-guide.md·anti-hallucination-checklist.md). / 4 new references in v1.1.0: message diversity framework, sermon styles taxonomy, theological safety guide, anti-hallucination checklist. - 할루시네이션 방지 / Anti-hallucination — 메시지 추천 5개는 message-diversity-framework.md의 결을 모두 커버, 7가지 작성법은 sermon-styles-taxonomy.md 정의 외 분류 금지. / The five candidate messages must span the diversity framework; the seven sermon forms are bounded by the taxonomy — no ad-hoc categories allowed.
무엇이냐 / What it is
- KO — 설득력 있고 감동적인 설교문 작성을 글쓰기 차원에서 돕는 인터랙티브 코칭. (1) 전체 구조와 서·본·결 전개, (2) 문장·문단·전체 3계층 5가지 글쓰기 기술, (3) 영적·감정적 호소력 강화, (4) 사용자 초안에 대한 단락별 피드백.
- EN — An interactive coach for persuasive, moving sermon writing at the craft level: (1) full structure + intro/body/conclusion development, (2) five writing techniques across sentence/paragraph/whole layers, (3) heightened spiritual-emotional appeal, (4) paragraph-by-paragraph feedback on your draft.
언제 쓰나 / When to use
- 본문·메시지·목차가 잡힌 후 실제 글로 풀 때 / Once text/message/outline are set and you need to write.
- 자신의 초안을 단락별로 다듬고 싶을 때 / To revise your draft paragraph by paragraph.
- 설교의 어휘·리듬·수사가 약하다고 느낄 때 / When diction/rhythm/rhetoric feels weak.
핵심 기능 / Key features
- 강점 인정 → 개선점 식별 → 대안 제시 → 반복 학습 사이클 / Affirm → diagnose → propose → iterate cycle.
- 짧고 간결·반복 회피·리듬·수사·언어 다양성의 5가지 기술 / Five techniques: brevity, anti-repetition, rhythm, rhetoric, lexical diversity.
- 신학·전통과 무관하게 글쓰기 자체를 코칭 / Tradition-agnostic — focuses on writing craft itself.
v1.1.0 정밀 검증 / Verification (v1.1.0)
- 검증 라운드 / Rounds — PROMPT-TEST-REPORT + V2·V3·V4·V5 총 5라운드 프롬프트 정밀 검증. / 5 verification rounds (PROMPT-TEST-REPORT + V2/V3/V4/V5).
- 참조 자료 / References — references 3종 (
sentence-techniques.md·paragraph-techniques.md·whole-sermon-techniques.md) — 문장·문단·전체 3계층 글쓰기 기술을 v1.1.0에서 보강. / 3 references covering sentence/paragraph/whole-sermon techniques — substantially expanded in v1.1.0. - 할루시네이션 방지 / Anti-hallucination — 글쓰기 자체 코칭이므로 신학·통계 인용을 직접 생성하지 않으며, 인용은 사용자 초안에 등장한 것만 다룸. / Craft-only coaching — does not introduce theological or statistical claims; only handles citations already present in the user's draft.
무엇이냐 / What it is
- KO — 본문 또는 핵심 명제를 받아 체계적 교리설교(doctrinal preaching) 기획안을 자동 생성. 본문 분석 → 교리 함의 → 역사적 정립(니케아·웨스트민스터·하이델베르크) → 교리설교 4단계 구조(본문 → 교리 진술 → 변증/오해 교정 → 적용) → 실생활 적용 → 추가 자료.
- EN — Auto-generates a doctrinal-sermon plan: passage analysis → doctrinal implications → historical formulation (Nicene/Westminster/Heidelberg) → the 4-stage doctrinal-sermon structure (text → doctrinal statement → defense + correction of misreadings → application) → life application → further reading.
언제 쓰나 / When to use
- 사도신경·교리문답·신경 기반 시리즈를 기획할 때 / For creed/catechism-based series.
- 한 신학 명제(예: "구원은 오직 은혜")를 한 편의 설교로 풀어낼 때 / To turn a theological proposition into one sermon.
- 강해·내러티브·큐티가 아닌 교리(doctrina)를 명확히 가르치는 장르가 필요할 때 / When the doctrinal genre — not exposition/narrative/QT — is needed.
핵심 기능 / Key features
- 4단계 교리설교 고유 구조 / Four-stage doctrinal structure.
- 역사적 신경·표준 자동 참조 / Auto-references historic creeds and confessional standards.
- 적용·자료까지 한 번에 산출 / Application and resources included.
v1.1.0 정밀 검증 / Verification (v1.1.0)
- 검증 라운드 / Rounds — TEST-REPORT + TEST-REPORT-R3 2라운드 정밀 검증. / 2 verification rounds (TEST-REPORT + R3).
- 참조 자료 / References — v1.1.0 신규 references 6종 (
creeds-and-confessions.md·doctrine-by-locus.md·text-to-doctrine-mapping.md·orthodox-vs-heretical-propositions.md·standard-bibliography.md·anti-hallucination-checklist.md) — 카테고리 4에서 가장 풍부. / 6 new references in v1.1.0 — the richest in this category: creeds/confessions, doctrine by locus, text-to-doctrine mapping, orthodox-vs-heretical propositions, standard bibliography, anti-hallucination checklist. - 할루시네이션 방지 / Anti-hallucination — 신경·신앙고백 인용은 creeds-and-confessions.md, 정통/이단 구분은 orthodox-vs-heretical-propositions.md에 등재된 명제만 허용. / Creed and confession citations are bounded by
creeds-and-confessions.md; orthodox/heretical labels are bounded by the proposition catalog.
무엇이냐 / What it is
- KO — 칼빈의 설교 스타일 자체를 연구하고 칼빈식 설교문을 작성하도록 돕는 개혁주의 설교 도우미. lectio continua(연속 강해)·본문 충실성·교리/주해/적용 통합·절제된 수사·목회적 직설.
- EN — A Reformed-style preaching helper for writing Calvin-style sermons: lectio continua (continuous exposition), text-fidelity, integrated doctrine/exegesis/application, restrained rhetoric, pastoral directness.
언제 쓰나 / When to use
- 강해 설교 시리즈(엡 1, 롬 8 등)를 칼빈식으로 풀 때 / For Calvin-style expository series (Eph 1, Rom 8, etc.).
- 자신의 초안을 칼빈 설교 원칙에 비추어 검토받을 때 / To review your draft by Calvin's preaching norms.
- 장로교·개혁주의 회중에 적합한 설교문이 필요할 때 / For Presbyterian / Reformed congregations.
핵심 기능 / Key features
- 칼빈의 설교 영역 (#8
sermon-calvin-institutes는 조직신학) / Owns Calvin's preaching (vs. #8 which owns dogmatics). - 본문·교리·적용을 한 흐름에 엮는 통합형 / Integrates text, doctrine, and application in one flow.
v1.1.0 정밀 검증 / Verification (v1.1.0)
- 검증 라운드 / Rounds — TEST-REPORT + TEST-REPORT-V2 2라운드 정밀 검증. / 2 verification rounds (TEST-REPORT + V2).
- 참조 자료 / References — v1.1.0 신규 references 4종 (
calvin-preaching-principles.md·calvin-sermon-bibliography.md·calvin-sermon-corpus-facts.md·common-misreadings.md). / 4 new references in v1.1.0: preaching principles, verified sermon bibliography, sermon corpus facts, common misreadings. - 할루시네이션 방지 / Anti-hallucination — 칼빈 설교 인용은 calvin-sermon-bibliography.md·calvin-sermon-corpus-facts.md 등재 본문만 허용 (조직신학 인용은 #8 스킬 영역). / Calvin sermon quotations are bounded by the verified sermon bibliography and corpus facts; dogmatic quotations belong to skill #8.
무엇이냐 / What it is
- KO — 키워드 1개를 받아 52주 연간 설교 계획을 자동 생성하는 기획 도우미. 각 주차별 설교 주제·핵심 성경구절 5개·핵심 포인트 3개·세부 주제 5개·연관 찬송가 5곡 + 절기(부활절·성탄절·맥추감사절)와 한국 교회 트렌드(고립·세대갈등·회복·환경 등) 자동 반영.
- EN — Generates a 52-week annual preaching plan from a single keyword: per week — theme + 5 core verses + 3 key points + 5 sub-themes + 5 related hymns; auto-applies the liturgical calendar (Easter, Christmas, Harvest Thanksgiving) and Korean-church trends (isolation, generational conflict, recovery, environment).
언제 쓰나 / When to use
- 한 해 설교 시리즈를 기획할 때 (소망/감사/믿음/사랑/제자도/은혜/회개/순종 등) / For yearly series planning around a keyword.
- 사경회·특별새벽기도회 주제를 정할 때 / For revival meetings or early-morning special series.
- 신학적 균형과 한국 교회 현장 감각을 동시에 잡을 때 / To balance theological breadth with Korean-church reality.
핵심 기능 / Key features
- 주차별 5+3+5+5 구조 자동 산출 / Per-week 5+3+5+5 structure auto-emitted.
- 절기·트렌드 자동 반영 / Liturgical calendar + Korean-church trends auto-injected.
- 설교 준비 시간 단축 + 신학적 균형 / Shortens prep time, preserves balance.
v1.1.0 정밀 검증 / Verification (v1.1.0)
- 검증 라운드 / Rounds — TEST-REPORT V1~V8 총 8라운드 다라운드 정밀 검증. / 8 verification rounds (V1–V8).
- 참조 자료 / References — references 4종 (
hymn_themes.md·keyword_themes.md·liturgical_calendar.md·korean_church_trends.md) — v1.1.0에서 찬송 주제·키워드·교회력을 대폭 보강. / 4 references — hymn themes, keyword themes, liturgical calendar, and Korean-church trends — substantially expanded in v1.1.0. - 할루시네이션 방지 / Anti-hallucination — 찬송가는 hymn_themes.md에 등재된 곡만 추천 (가공된 곡명·찾을 수 없는 번호 차단), 절기는 liturgical_calendar.md 외 임의 신설 금지. / Hymn recommendations are bounded by
hymn_themes.md— no fabricated titles or numbers; liturgical dates are bounded byliturgical_calendar.md.
v1.1.0 검증 2/2 · 신규 references 1개 (sermon-qt-original-text-based)
Verified 2/2 in v1.1.0 · 1 new reference folder (sermon-qt-original-text-based)
무엇이냐 / What it is
- KO — 성경 본문을 받아 원어 분석 기반의 완성된 큐티(QT) 를 자동 생성. '생명의 삶'·'매일성경' 스타일의 짧은 설교형 구조 — (1) 신문기사·시·영화·도서 등 예화 기반 서론 (웹 검색 활용), (2) 헬라어/히브리어 원문 분석과 발음(영어·한글), (3) 3대지 구성(한 대지는 반드시 원문 핵심 의미), (4) 적용과 오늘의 기도.
- EN — Generates a complete QT (Quiet Time) devotional anchored in original-language analysis, in the 'Life of Life' / 'Daily Bible' Korean QT style: (1) illustration-based intro (news, poetry, film, books — via web search), (2) Hebrew/Greek original-language analysis with English + Korean phonetics, (3) three points (one drawn directly from original-language meaning), (4) application + closing prayer.
언제 쓰나 / When to use
- 새벽기도·QT·소그룹 인도 준비 / For dawn prayer, personal QT, small-group leading.
- 짧은 설교형 묵상이 필요할 때 / When a short sermon-form devotional is needed.
- 원어의 핵심 의미를 묵상에 녹이고 싶을 때 / To embed original-language insight in devotion.
핵심 기능 / Key features
- 출력 3단계: 간단/표준/상세 설교형 / 3 output levels: brief / standard / sermon-style.
- 한국어 개역개정 기본 / Korean Revised Version as default.
- 예화 서론에 웹 검색으로 최신 자료 활용 / Web search powers the illustration intro.
v1.1.0 정밀 검증 / Verification (v1.1.0)
- 검증 라운드 / Rounds — TEST-REPORT + ROUND3·ROUND4 +
test-outputs/실제 산출물 보존 3라운드 정밀 검증. / 3 verification rounds (TEST-REPORT + ROUND3/4) withtest-outputs/preserving real artifacts. - 참조 자료 / References — v1.1.0 신규 references 5종 (
original-language-transliteration-standard.md·krv-vs-gae-differences.md·verified-key-passage-data.md·common-misapplication-cases.md·qt-self-verification-checklist.md). / 5 new references in v1.1.0: transliteration standard, KRV-vs-GAE differences, verified key passages, common misapplication cases, QT self-verification checklist. - 할루시네이션 방지 / Anti-hallucination — 원어 음역은 original-language-transliteration-standard.md 외 임의 표기 금지, 예화는 웹 검색 출처·접근 일자 명시, 적용은 common-misapplication-cases.md로 자가 점검. / Transliteration is bounded by the standard; illustrations from web search require source + access date; applications are self-checked against the misapplication catalog.
무엇이냐 / What it is
- KO — 설교문 초안에 대해 8명의 가상 회중 페르소나가 강단 아래에서 듣는 것처럼 솔직한 반응을 돌려주는 다중 페르소나 시뮬레이션. 워킹맘·미혼 청년·중년 사업가·은퇴 직전 권사·새신자 청년·이혼 후 홀로 양육·고3 입시생·1세대 홀몸 권사. 각자의 시간표·신앙 연륜·죄성·신학 수준에서 응답.
- EN — A multi-persona simulation where 8 virtual congregation members "sit under your pulpit" and react candidly to your sermon draft: working mom, single young adult, mid-career businessman, retiring senior elder, new young believer, single divorced parent, college-entrance senior, first-generation widowed elder. Each responds from their own schedule, spiritual maturity, sin nature, and theological level.
언제 쓰나 / When to use
- 설교문 초안을 회중 시각으로 검증받고 싶을 때 / To validate your draft from the pew's perspective.
- 특정 페르소나(워킹맘·청년·새신자) 시각이 궁금할 때 / To probe a specific demographic.
- "이 설교가 현실에 와닿는가"를 점검할 때 / To gut-check whether the sermon lands.
핵심 기능 / Key features
- 4가지 호출 패턴: 단일 페르소나 / 다중 비교 / 추천형 / 전체 8명 라운드 / 4 invocation patterns: single / multi-compare / recommended / full 8-person round.
- 거룩한 척하지 않는 진짜 영혼의 반응 — 반발·위로·의심·결단 / Unsanitized soul-reactions — pushback, comfort, doubt, resolve.
- 다른 스킬이 설교자·신학자·작가 시각이라면, 본 스킬은 듣는 영혼 시각 / Other skills give pastor/theologian/writer angles; this one gives the listener's soul.
v1.1.0 정밀 검증 / Verification (v1.1.0)
- 검증 라운드 / Rounds — SKILL_TEST_RESULTS V1·V2·V3·V4 총 4라운드 정밀 검증. / 4 verification rounds (V1–V4).
- 참조 자료 / References — 별도 references 폴더 대신
personas/폴더에 8명 페르소나 프로필이 자료원으로 동봉 — v1.0.0 검증으로 정합 상태, v1.1.0 사이클에서 별도 갱신 없음. / Instead of areferences/folder, thepersonas/folder ships the 8 profile documents as the data source — verified in v1.0.0, no v1.1.0 changes required. - 할루시네이션 방지 / Anti-hallucination — 두 가지 출처(
personas/등재 내용 + 사용자가 제공한 설교 텍스트)에서만 응답 길어 올림, 페르소나 파일에 없는 인명·회사·구체 사건을 단언하지 않음 (G1~G10 규약). / Responses draw only from two sources — the persona files and the user-supplied sermon — and never assert names/companies/events not in the persona files (the G1–G10 protocol).
설교 준비를 처음부터 끝까지 진행할 때 권장 순서입니다. The full pipeline from blank page to a pulpit-ready sermon.
[입구 / Entry]
sermon-topic-message-coach 핵심 메시지 정립 / Define the thesis
↓
[본문 분석 / Text Analysis]
sermon-text-analysis-multimethod 7가지 분석 자동 / 7 auto-methods
sermon-bible-dictionary 단어·인물·지명 / Words, names, places
sermon-multi-bible-version-compare 번역본 비교 / Translation compare
sermon-textual-criticism 사본 비교(선택) / MS compare (optional)
↓
[배경 / Context]
sermon-history-culture-geo-context 시대 배경 재구성 / Historical setting
sermon-bible-history-matcher 인물·사건의 세계사 매칭 / Match to world history
sermon-topic-research-multidisciplinary 학제간 자료 / Multidisciplinary data
↓
[신학 / Theology]
sermon-augustine / luther / calvin-institutes / bavinck / lloyd-jones-coaching
택일 또는 복수 / Pick one or more
↓
[작성 / Writing]
sermon-emotive-writing-coach 글쓰기 코칭 / Writing craft coach
sermon-doctrinal-planner 교리설교 시 / For doctrinal genre
sermon-calvin-style-insight 강해 설교 시 / For expository genre
↓
[검증 / Validation]
sermon-audience-feedback-persona 회중 8인 반응 / 8 personas react
↓
[QT·연간 / QT & Year-Plan]
sermon-qt-original-text-based 큐티 변환 / QT conversion
sermon-planner-52week 연간 계획 / 52-week plan
| 단계 / Stage | 산출물 / Output | 다음 단계 신호 / Hand-off trigger |
|---|---|---|
| 입구 / Entry | 핵심 메시지 한 문장 + 본문 후보 + 설교 형식 / 1-sentence thesis + candidate texts + sermon form | 메시지·본문 확정 / Thesis & text fixed |
| 본문 분석 / Text | 7+10가지 분석 + 단어·번역·사본 비교 / 7+10 methods + word/translation/MS compare | 본문 의미 명확 / Meaning clarified |
| 배경 / Context | 시대 배경 + 주제 학제간 자료 / Period setting + multidisciplinary data | 회중-본문 다리 확보 / Bridge to congregation built |
| 신학 / Theology | 교부·종교개혁·근대 개혁주의 시각 / Patristic / Reformation / neo-Calvinist depth | 신학적 골격 완성 / Theological frame done |
| 작성 / Writing | 설교문 초안 / Sermon draft | 초안 완료 / Draft complete |
| 검증 / Validation | 8 페르소나 회중 반응 / 8-persona pew reactions | 강단 준비 완료 / Pulpit-ready |
| QT·연간 / QT & Year | 큐티 변환 또는 52주 계획 / QT or 52-week plan | 새 사이클 시작 / New cycle begins |
1. 강해 설교 시리즈 / Expository sermon series
- 입구 → 본문 분석(전체) → 배경 → 칼빈/MLJ 코칭 →
sermon-calvin-style-insight→ 검증 - Entry → Full Text Analysis → Context → Calvin/MLJ coaching →
sermon-calvin-style-insight→ Validation
2. 교리설교 / Doctrinal sermon
- 입구 → 본문 분석(요약) →
sermon-doctrinal-planner(주축) → 어거스틴/루터/칼빈/바빙크 코칭 → 작성 → 검증 - Entry → Brief Text Analysis →
sermon-doctrinal-planner(core) → Augustine/Luther/Calvin/Bavinck coaching → Writing → Validation
3. 절기 설교 (부활절·성탄절·맥추감사절) / Liturgical (Easter / Christmas / Harvest)
sermon-planner-52week로 절기 위치 확인 → 본문 분석 → 배경 → 작성 → 검증sermon-planner-52weekto anchor the liturgical date → Text Analysis → Context → Writing → Validation
4. 새벽기도·QT / Dawn prayer & devotion
- 본문 선택 →
sermon-qt-original-text-based(주축) → 필요 시 단어·배경 보강 - Pick the passage →
sermon-qt-original-text-based(core) → Augment with dictionary/context if needed
5. 시사 주제 설교 (AI·환경·외로움 등) / Contemporary-issue preaching (AI, environment, loneliness, etc.)
- 입구 →
sermon-topic-research-multidisciplinary(주축) → 본문 선정 → 본문 분석 → 작성 → 검증 - Entry →
sermon-topic-research-multidisciplinary(core) → Pick the text → Text Analysis → Writing → Validation
전체 사용 예시는 examples/USAGE_EXAMPLES.md에 7가지 시나리오로 정리해 두었습니다.
Full end-to-end examples are in examples/USAGE_EXAMPLES.md — 7 scenarios.
본 스킬 패키지는 Claude의 모든 주요 사용 표면(surface) 에서 동작하도록 설계되었습니다. This skill pack is designed to run across every major Claude surface.
| 환경 / Environment | 지원 / Support | 사용 방식 / How it works |
|---|---|---|
| Claude Code CLI (터미널 / terminal) | ✅ | ~/.claude/skills/에 자동 인식 — install.sh가 심볼릭 링크 생성 후 Claude Code 재시작 시 활성화 / Auto-detected at ~/.claude/skills/. install.sh symlinks them; restart Claude Code to activate. |
| Claude.ai 웹 / Web | ✅ | Projects 첨부 또는 개별 ZIP 업로드 — package.sh로 만든 dist/sermon-*.zip을 끌어다 놓기 / Attach to a Project or upload individual ZIPs built by package.sh. |
| Claude.ai 모바일 / Mobile (iOS · Android) | ✅ | 웹에서 등록한 Project가 모바일에 자동 동기화 — 즉시 호출 가능 / Projects registered on web sync automatically to mobile — invoke instantly. |
| Claude Desktop (macOS · Windows) | ✅ | Claude Code CLI 연동을 통해 사용 — 또는 Claude.ai 웹과 동일한 Projects 흐름 / Via the bundled Claude Code integration, or the same Project flow as web. |
| API 직접 호출 / Direct API | SKILL.md 본문을 시스템 프롬프트로 변환하여 사용 — 자동 트리거는 없음 / Convert SKILL.md bodies into system prompts; no auto-trigger in raw API. |
- 개인 데일리 작업 / Daily personal use — Claude Code CLI 설치 후 모든 스킬을 자동 활성화 / Install via Claude Code CLI for auto-activation of all skills.
- 팀·교회 공유 / Team or church sharing — Claude.ai의 한 Project에 ZIP 묶음을 올려 권한 멤버가 함께 사용 / Upload the bundle ZIP to a single Claude.ai Project and share with members.
- 이동 중 빠른 사용 / On the move — 모바일 Claude.ai에서 동기화된 Project로 호출 / Use mobile Claude.ai with the synced Project.
💡 Claude.ai가 처음이신 경우 — 무료 플랜에서도 Projects 첨부가 가능하며, Pro/Max 플랜이면 첨부 용량과 컨텍스트가 더 넉넉합니다. New to Claude.ai? Project attachments work on the free tier; Pro/Max plans give larger attachment quotas and context.
cys-claude-sermon-skills/
├── README.md 이 문서 / This document
├── LICENSE MIT 라이선스 / MIT license
├── CHANGELOG.md 변경 이력 / Release history
├── CONTRIBUTING.md 기여 가이드 / Contribution guide
├── CODE_OF_CONDUCT.md 행동 강령 / Code of conduct
│
├── skills/ 21개 스킬 (개별 폴더 유지) / 21 skills, one folder each
│ ├── sermon-text-analysis-multimethod/
│ │ └── SKILL.md 스킬 본체 / Skill spec
│ ├── sermon-audience-feedback-persona/
│ │ ├── SKILL.md
│ │ └── personas/ 8명 회중 페르소나 / 8 congregation personas
│ ├── sermon-emotive-writing-coach/
│ │ ├── SKILL.md
│ │ └── references/ 보조 자료 / Reference assets
│ └── … (나머지 17개 / 17 more)
│
├── docs/
│ ├── INSTALLATION.md 환경별 상세 설치 / Per-surface install guide
│ ├── ARCHITECTURE.md 스킬 간 관계도 / Inter-skill architecture
│ ├── TROUBLESHOOTING.md 문제 해결 / Troubleshooting
│ └── FAQ.md 자주 묻는 질문 / Frequently asked questions
│
├── examples/ 7가지 실제 시나리오 / 7 end-to-end scenarios
│ ├── USAGE_EXAMPLES.md 시나리오 인덱스 / Scenario index
│ ├── 01-weekly-sermon-prep.md 매주 설교 준비 / Weekly prep
│ ├── 02-doctrinal-series.md 교리설교 시리즈 / Doctrinal series
│ ├── 03-monthly-qt.md 월간 QT / Monthly QT
│ ├── 04-textual-criticism-deep.md 본문비평 심화 / Deep textual criticism
│ ├── 05-audience-feedback-validation.md 회중 검증 / Audience validation
│ ├── 06-annual-planning.md 연간 설교 기획 / Annual planning
│ └── 07-theologian-coaching.md 신학자 코칭 / Theologian coaching
│
├── scripts/
│ ├── install.sh 자동 설치 / Auto-installer
│ ├── uninstall.sh 제거 / Uninstaller
│ ├── verify.sh 설치 검증 / Install verification
│ ├── package.sh Claude.ai 업로드용 ZIP 생성 / Build ZIPs for Claude.ai
│ └── set-github-username.sh 문서 placeholder 일괄 치환 / Bulk-replace docs placeholder
│
└── .github/
├── workflows/
│ ├── validate-skills.yml frontmatter·구조 자동 검증 / Auto frontmatter+structure validation
│ └── release.yml 태그 push 시 ZIP 자동 빌드 / Auto ZIP build on tag push
├── ISSUE_TEMPLATE/
│ ├── bug_report.md
│ ├── feature_request.md
│ └── config.yml
└── PULL_REQUEST_TEMPLATE.md
| 폴더 / Folder | 역할 / Role | 누가 보면 좋은가 / Audience |
|---|---|---|
skills/ |
21개 스킬의 본체. 각 폴더에 SKILL.md(필수) + 선택적 references/·personas/. / The 21 skill bundles. Each holds SKILL.md (required) plus optional references/ or personas/. |
모든 사용자 / All users |
docs/ |
설치·아키텍처·트러블슈팅·FAQ 4종 심화 문서. / Four reference docs: install, architecture, troubleshooting, FAQ. | 도입·운영 담당 / Adopters & maintainers |
examples/ |
강해·교리·QT·본문비평·검증·연간 기획·신학자 코칭 7가지 실전 시나리오. / Seven real-world scenarios — exposition, doctrinal, QT, textual criticism, validation, annual planning, theologian coaching. | 실제 적용을 원하는 설교자 / Preachers ready to apply |
scripts/ |
설치·제거·검증·패키징·placeholder 치환 자동화 5종. / Five automation scripts: install, uninstall, verify, package, placeholder swap. | 터미널 사용자 / CLI users |
.github/ |
CI(스킬 자동 검증)·릴리스(ZIP 자동 빌드)·이슈/PR 템플릿. / CI (skill validation), release (ZIP build), issue/PR templates. | 기여자 / Contributors |
💡 스킬 폴더 단위가 곧 최소 배포 단위입니다 —
skills/sermon-*/한 폴더만 복사해도 그 스킬은 독립적으로 동작합니다. A skill folder is the minimum deployable unit — copy any singleskills/sermon-*/and that skill works standalone.
- 코드 및 스킬 정의 / Code & skill definitions — MIT License (
LICENSE참조 / seeLICENSE) - 자유롭게 사용·수정·재배포할 수 있으며, 상업적 사용도 허용됩니다. Free to use, modify, and redistribute — including commercial use.
- 단, 저작권 표시와 라이선스 사본은 유지해 주세요. The copyright notice and license text must be retained in any distribution.
-
교파 중립 / Denominationally neutral
- 본 스킬은 장로교·감리교·성결교·침례교·성공회·루터파·복음주의 등 모든 정통 개신교 교파 사용자가 활용할 수 있도록 설계되었습니다.
- Designed for use across all orthodox Protestant traditions — Presbyterian, Methodist, Holiness, Baptist, Anglican, Lutheran, evangelical, and beyond.
-
정통 기독교 신앙 / Orthodox Christian faith
- 니케아 신경(Nicene Creed)·사도신경(Apostles' Creed)·종교개혁의 5 Solas(sola scriptura · sola fide · sola gratia · solus Christus · soli Deo gloria) 위에 서 있습니다.
- Standing on the Nicene Creed, the Apostles' Creed, and the Five Solas of the Reformation.
-
신학자 인용 원칙 / Citation discipline
- 어거스틴·루터·칼빈·바빙크·로이드 존스 등 인용된 신학자들의 입장은 그들의 1차 자료(primary sources)에 근거하여 정확히 전달합니다.
- 해석의 다양성을 존중하며, 추측이나 사후 해석은 회피합니다.
- Theologians (Augustine, Luther, Calvin, Bavinck, Lloyd-Jones, etc.) are represented strictly from their primary sources, with care for interpretive diversity and avoidance of speculation.
-
이단·왜곡 필터 / Heterodoxy filter
- 한국 강단에 흔한 가짜 어원·풍유적 곡해·아전인수식 적용·이단적 재해석을 자동 식별·필터링합니다 (특히
sermon-text-analysis-multimethod). - Pseudo-etymology, allegorical distortion, forced applications, and heterodox readings — common pitfalls in Korean pulpits — are auto-detected and filtered (notably by
sermon-text-analysis-multimethod).
- 한국 강단에 흔한 가짜 어원·풍유적 곡해·아전인수식 적용·이단적 재해석을 자동 식별·필터링합니다 (특히
최윤식 박사 · Dr. Choi Yoon-sik
- 전문 미래학자 / Professional Futurist — 아시아미래인재연구소 소장 / Director, AFHI.
- 목회자 / Pastor — 前 소망과사랑의교회 담임목사 / Former senior pastor, Hope and Love Church.
- 사역 영역 / Areas of work — 미래학·경영전략 컨설팅, 설교·목회 사역, 그리스도인의 시대 분별 / Futures studies & strategy consulting, preaching & pastoral ministry, discernment of the times for Christians.
📬 연락 / Contact — GitHub Issues로 의견 주세요. / Open a GitHub Issue to reach out.
스킬 개선 제안, 버그 리포트, 새로운 사용 시나리오 공유는 언제나 환영합니다. CONTRIBUTING.md를 참고하세요.
"오직 말씀 위에서 — Sola Scriptura"
⭐ 도움이 되셨다면 Star를 눌러주세요.