What problem does it solve? Manually organizing lecture transcripts, textbooks, and past exam questions into coherent study notes is time-consuming for Korean law students. This Skill automates the creation of structured markdown notes (concept summaries, case analyses, exam-point reviews) by collecting source context and applying consistent templates. ## Core Features & Use Cases - Three Note Modes: Generate concept notes (개념정리), case analysis notes (사례정리), or exam-point notes (기출핵심) using dedicated markdown templates. - Context Collection Pipeline: The collect.py script reads a target source file, detects the subject (민법/형법/헌법), and loads issue-frequency rankings to prioritize high-frequency exam topics. - Legal Source Enrichment: Automatically calls korean-law-mcp tools to insert statute text and precedent holdings when referenced but missing from sources. - Use Case: A law student finishes a civil law lecture transcript and asks for a 핵심정리; the Skill collects the transcript, cross-references related textbook content, and produces a structured markdown note with page markers, footnotes, and backlinks. ## Quick Start Ask the agent to create a concept summary note from a specific lecture transcript file, for example: "이 전사문 파일로 민법 개념정리 노트 만들어줘."