한국+EU 병기 처리방침·이용약관 자동 생성. 한국 본사가 EU 사용자까지 대상으로 서비스할 때 사용. 한국어(PIPA)·영문(GDPR) 두 세트 문서를 동시 생성하고, Footer에 언어·관할 전환 링크 자동 삽입.
npx skills add https://github.com/kimlawtech/korean-privacy-terms --skill privacy-global
한국+EU 병기 모드로 시작합니다.
생성될 문서
/privacy, /terms — 한국어 (PIPA + 약관규제법 + 전자상거래법)
/eu/privacy, /eu/terms — 영문 (GDPR + CRD + DSA)
공통 질문은 한 번만, 관할별 고유 질문은 각각 묻습니다.
시작해볼게요.
한국·EU 양쪽 레퍼런스 전부 필독:
./references/*.md (한국 10종)./jurisdictions/eu-gdpr/gdpr-checklist.md./jurisdictions/eu-gdpr/terms-checklist.md./scripts/interview.md에서 다음 수행:
공통 1회 (한국+EU 함께 쓰임)
한국 전용
EU 전용 (Step 9-EU 전부)
통합 (둘 다 영향)
한국 세트
./jurisdictions/kr-pipa/privacy-policy.ko.mdx.tmpl → /privacy
./jurisdictions/kr-pipa/terms-of-service.ko.mdx.tmpl → /terms
EU 세트
./jurisdictions/eu-gdpr/privacy-notice.en.mdx.tmpl → /eu/privacy
./jurisdictions/eu-gdpr/terms-of-service.en.mdx.tmpl → /eu/terms
src/mdx-components.tsx
src/content/legal/privacy-policy.mdx (한국어)
src/content/legal/terms-of-service.mdx (한국어)
src/content/legal/eu/privacy-notice.mdx (영문)
src/content/legal/eu/terms-of-service.mdx (영문)
src/app/privacy/page.tsx locale="ko"
src/app/terms/page.tsx locale="ko"
src/app/eu/privacy/page.tsx locale="en"
src/app/eu/terms/page.tsx locale="en"
src/components/legal/ConsentModal.tsx
src/components/legal/CookieBanner.tsx variant="center-modal" (EU 옵트인)
src/components/legal/LabelingCard.tsx
src/components/legal/LocaleSwitch.tsx (신규, 언어 전환 링크)
Footer에 넣는 언어·관할 전환 링크. 사용자 요청 기반 또는 geolocation 기반 선택:
<LocaleSwitch
currentLocale="ko"
options={[
{ locale: "ko", label: "한국어", href: "/privacy" },
{ locale: "en", label: "English", href: "/eu/privacy" },
]}
/>
(기본 뼈대 컴포넌트는 ./assets/components/ 자산을 참고해 Claude가 간단히 생성)
/privacy·/terms 페이지: 한국 컴포넌트 (locale="ko")/eu/privacy·/eu/terms 페이지: 영문 컴포넌트 (locale="en")./scripts/render.md의 "병기 관할 치환" 섹션에 따라 두 세트 동시 생성.
Step 8에서 사용자가 14세(한국)·16세(EU) 기준 양쪽 답했으면 16세로 통일해 두 문서 모두에 반영 (더 엄격한 기준). 명시 요청 시에만 분리.
한국 세트:
EU 세트:
[생성 완료]
한국어 (PIPA)
- src/content/legal/privacy-policy.mdx
- src/content/legal/terms-of-service.mdx
- src/app/privacy/page.tsx, src/app/terms/page.tsx
영문 (GDPR + CRD + DSA)
- src/content/legal/eu/privacy-notice.mdx
- src/content/legal/eu/terms-of-service.mdx
- src/app/eu/privacy/page.tsx, src/app/eu/terms/page.tsx
공통 컴포넌트
- ConsentModal, CookieBanner, LabelingCard, LocaleSwitch
[검증]
- 한국 11개 항목 ✓
- GDPR Art. 13-14 ✓
- CRD 14-day ✓
- ODR 링크 ✓
[다음 단계]
1. app/layout.tsx에 <CookieBanner /> 단일 배치
2. Footer에 <LocaleSwitch /> 배치
3. 회원가입 폼에 <ConsentModal /> 연결 (사용자 locale 감지)
4. 한국·EU 양쪽 변호사 검토 필수
[중요]
과태료: 한국 5천만원, EU €20M 또는 매출 4%까지.
배포 전 양 관할 로펌 검수 권장.
──────────────────────────────────────────
생성된 문서 써보시면서 불편한 점·추가 기능·법령 업데이트 제보는
한국 법률 AI 허브 SpeciAI 디스코드에서 받고 있어요.
변호사·개발자·창업자 커뮤니티에서 피드백을 빠르게 반영합니다.
→ https://discord.gg/wQWpEpnBfE
Integration with protocols.io API for managing scientific protocols. This skill should be used when working with protocols.io to search, create, update, or publish protocols; manage protocol steps and materials; handle discussions and comments; organize workspaces; upload and manage files; or integrate protocols.io functionality into workflows. Applicable for protocol discovery, collaborative protocol development, experiment tracking, lab protocol management, and scientific documentation.
Analyzes job descriptions and generates tailored resumes that highlight relevant experience, skills, and achievements to maximize interview chances
Generate Excalidraw diagrams from natural language descriptions. Use when asked to "create a diagram", "make a flowchart", "visualize a process", "draw a system architecture", "create a mind map", or "generate an Excalidraw file". Supports flowcharts, relationship diagrams, mind maps, and system architecture diagrams. Outputs .excalidraw JSON files that can be opened directly in Excalidraw.
Build and distribute Expo development clients locally or via TestFlight
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Data structure for annotated matrices in single-cell analysis. Use when working with .h5ad files or integrating with the scverse ecosystem. This is the data format skill—for analysis workflows use scanpy; for probabilistic models use scvi-tools; for population-scale queries use cellxgene-census.
Benchling R&D platform integration. Access registry (DNA, proteins), inventory, ELN entries, workflows via API, build Benchling Apps, query Data Warehouse, for lab data management automation.
Comprehensive molecular biology toolkit. Use for sequence manipulation, file parsing (FASTA/GenBank/PDB), phylogenetics, and programmatic NCBI/PubMed access (Bio.Entrez). Best for batch processing, custom bioinformatics pipelines, BLAST automation. For quick lookups use gget; for multi-service integration use bioservices.
Take kimlawtech/privacy-global from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.