형사 합의서 작성 (lyn-criminal-settlement)
사건 유형 제한 없이 형사 합의서(합의각서)를 .docx로 작성. 합의금 일시불·분할 지급 조건과 처벌불원 의사표시를 조항으로 구성한다.
#legal#settlement#docx#korean-law#thechain-lawyer
Install
설치
curl -O https://thechain.lawyer/skills/lyn-criminal-settlement.skillRequirements
- Claude (Skills 지원 환경) — 설정 → Capabilities → Skills 에 .skill 파일 업로드
- Node.js 실행 환경 (번들 스크립트 generate.js)
- 서명 전 변호사 검토 권장 — 이 스킬은 법률 자문을 제공하지 않습니다
Capabilities
주요 기능
- 01사건 유형 무제한 — 형사 사건이면 유형이 불명확해도 '기타'로 처리하고 진행
- 02필요 항목 일괄 수집 — 사건번호·당사자(갑/을) 인적사항·합의금액·지급방법·입금계좌·작성일
- 03지급 조건 분기 — 일시불(지급 기한) / 분할지급(회차별 금액·기한)을 각각 조항으로 생성
- 04사건 유형별 기본 조항 자동 적용, 추가로 넣을 특약만 별도 질문
- 05대화에서 이미 언급된 정보는 재질문하지 않고, 빠진 항목만 한 번에 질문
- 06번들 스크립트(scripts/generate.js)로 서식이 고정된 .docx 생성
- 07모르는 항목은 ○○○로 두고 진행 — 완전한 정보를 기다리지 않음
About
About
lyn-criminal-settlement writes the 합의서 — the private settlement agreement between a criminal defendant and a victim that, in Korean practice, is often the single largest lever on the outcome of a case. It is published by attorney 이영남 at thechain.lawyer.
The skill takes no position on offense type: assault, fraud, traffic, sexual offenses, property crimes all go through the same intake, and if the type is unclear it proceeds under a generic classification rather than blocking. Intake gathers the case number and investigating station, both parties' name, date of birth and address, the settlement amount, the payment structure, the account details, and the date of execution — asked once, in a single bundled message, skipping anything already said in the conversation.
Payment terms become real clauses rather than a filled blank. A lump sum produces a deadline clause; installments produce a per-instalment schedule with amounts and dates, which matters because a settlement that collapses halfway through is the common failure mode. Offense-appropriate default clauses are applied automatically, and the skill asks only about special terms the parties want to add. The document itself is produced by a bundled Node script so the formatting is fixed rather than re-improvised each run.
Unknown fields are left as placeholders and the draft continues; the skill is built to hand back an editable document quickly rather than to conduct a perfect interview. As with the rest of the set, it assists a legal workflow and does not give legal advice — have counsel review the terms before anyone signs.