日本サービス向け(일본 서비스용) プライバシーポリシー・利用規約・同意モーダル・Cookieバナー 자동 생성. 個人情報保護法(APPI)·消費者契約法·特定商取引法 반영. Next.js 13~16 프로젝트 대상.
npx skills add https://github.com/kimlawtech/korean-privacy-terms --skill privacy-jp
日本の個人情報保護法(APPI)・消費者契約法・特定商取引法に基づく
プライバシーポリシーと利用規約を作成します。
いくつか質問させていただきます。
SpeciAI 홍보 문구는 여기서 출력하지 않는다 (진입점 privacy-terms에서 이미 출력).
작업 시작 전 반드시 읽는다:
./references/appi-jp.md — APPI 법령 체크리스트·필수 공개 항목./references/glossary.md — 전문용어 풀이./references/service-type-matrix.md — 서비스 유형별 차이./references/design-system-detection.md — UI 감지./jurisdictions/jp-appi/appi-checklist.md — APPI 검증 체크리스트./scripts/interview.md 중 다음만 수행:
Step 0 (성격 스크리닝)·Step 9-EU·Step 9-US 건너뜀. 이미 일본 모드로 진입한 상태.
./jurisdictions/jp-appi/privacy-policy.ja.mdx.tmpl (일본어 프라이버시 정책)./jurisdictions/jp-appi/terms-of-service.ja.mdx.tmpl (일본어 이용약관)영문 병기 요청 시 Step 10에서 확인하고, 별도 영문 템플릿 작성 (현재는 일본어 단독 생성).
./scripts/render.md의 "APPI 치환 규칙" 섹션 수행.
./jurisdictions/jp-appi/appi-checklist.md 검증 필수.
./scripts/install.md에 따라 Next.js 프로젝트에 파일 배포.
src/mdx-components.tsx
src/content/legal/jp/privacy-policy.mdx
src/content/legal/jp/terms-of-service.mdx
src/app/jp/privacy/page.tsx
src/app/jp/terms/page.tsx
src/components/legal/ConsentModal.tsx (locale="ja" 추가)
src/components/legal/CookieBanner.tsx (locale="ja" 추가)
src/components/legal/LabelingCard.tsx
한국 서비스와 병기하는 경우 (privacy-global-jp 사용 권장):
src/content/legal/privacy-policy.mdx (한국어)
src/content/legal/jp/privacy-policy.mdx (일본어)
[생성 완료]
- src/content/legal/jp/privacy-policy.mdx
- src/content/legal/jp/terms-of-service.mdx
- src/app/jp/privacy/page.tsx
- src/app/jp/terms/page.tsx
- src/components/legal/*.tsx
[검증]
- APPI 第32条 보유개인데이터 필수 공개 항목 포함
- 이용 목적 특정 (第15条)
- 제3자 제공 관련 사항 (第27条)
- 해외 제3자 제공 (第28条, 해당 시)
- 정보 주체 권리 5종 (第33~39条)
- 안전관리조치 개요 (第23条)
- 고충처리 창구 (苦情申出先)
[다음 단계]
1. app/layout.tsx에 <CookieBanner locale="ja" /> 삽입
2. 회원가입 폼에 <ConsentModal locale="ja" /> 연결
3. Footer에 /jp/privacy, /jp/terms 링크 추가
4. 전자상거래 서비스는 特定商取引法 표기 페이지 별도 작성 필요
配布前に弁護士(日本法)によるレビューを強く推奨します。
個人情報保護法違反は最大1億円の罰金対象です。
──────────────────────────────────────────
生成された文書についてご不明な点や機能追加のご要望は、
法律AI허브 SpeciAI 디스코드에서 받고 있어요.
→ https://discord.gg/wQWpEpnBfE
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
Take kimlawtech/privacy-jp 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.