Skip to content

v0.2.0 — repackage as Claude Code plugin

Choose a tag to compare

@obiot obiot released this 03 May 06:12
· 12 commits to main since this release

Reference material — not legal advice. See DISCLAIMER.md before relying on any content here for compliance decisions.

Repo restructured to enable distribution via the official Anthropic plugin marketplace (platform.claude.com/plugins). No content changes — same SG / TH / ID jurisdictions, same layers, same checklists, same templates as v0.1.0. Statutes cited are byte-for-byte identical.

What changed

  • Layout: all skill content (SKILL.md, layers/, jurisdictions/, checklists/, templates/) moved from the repo root into skills/personal-data-protection/. Required by the plugin loader, which only auto-discovers skills in a skills/<name>/ subdirectory at the plugin root.
  • Plugin manifest: added .claude-plugin/plugin.json declaring name, version, author, repository, license, keywords.
  • Relative-path links: the 41 markdown / template files inside the skill folder had their links to root-level meta files repointed by 2 additional ../ hops. Mechanical fix only.
  • Root files: README.md, LICENSE, DISCLAIMER.md, CHANGELOG.md, CONTRIBUTING.md, SECURITY.md, AGENTS.md, PRIVACY.md, .gitignore remain at the repo root. AGENTS.md updated to reference paths under skills/personal-data-protection/ so Codex CLI / Cursor / Copilot still work.
  • README install section: rewritten around three install paths (Claude Code via /plugin install, Claude Code via direct clone, Codex / Cursor / Copilot via clone-and-reference).
  • PRIVACY.md added — formalises the no-data-collection stance for the marketplace submission.

Install (new)

Claude Code — via plugin marketplace (preferred, when approved)

/plugin install AltByteSG/personal-data-protection-skill

Claude Code — direct clone

git clone https://github.com/AltByteSG/personal-data-protection-skill.git ~/.claude/plugins/personal-data-protection-skill

Codex CLI / Cursor / Copilot

git clone https://github.com/AltByteSG/personal-data-protection-skill.git ~/.tools/personal-data-protection-skill

Then reference ~/.tools/personal-data-protection-skill/AGENTS.md from your project's existing AGENTS.md / .cursorrules / .github/copilot-instructions.md.

Migration from v0.1.0

  • The bare-clone-into-.claude/skills/ pattern from v0.1.0 no longer works — use the new install paths above
  • If you cloned v0.1.0 manually and want to keep the old layout, pin to the v0.1.0 tag — that snapshot is preserved
  • All content (statute citations, layer guidance, checklists) is byte-for-byte identical to v0.1.0; the only thing that moved is the directory tree

Statute coverage matrix (unchanged from v0.1.0)

Jurisdiction Statute version Last verified
Singapore PDPA 2012 Current as at 1 May 2026 (reflects 2020 Amendments) 2026-05-03
Thailand PDPA B.E. 2562 (2019) Original 2019 text (PDPC Thailand English translation) 2026-05-03
Indonesia UU PDP No. 27/2022 Original 2022 enactment (Bahasa Indonesia binding text) 2026-05-03

Roadmap — v0.3

Three additional SEA jurisdictions planned, each following the same shape as the existing v0.1 / v0.2 jurisdictions:

  • Malaysia — PDPA 2010 with the 2024 Amendments (mandatory DPO, mandatory breach notification, data portability, raised penalties)
  • Philippines — Data Privacy Act 2012 (RA 10173) plus NPC Circulars
  • Vietnam — PDP Decree 13/2023/ND-CP (full PDP Law drafted; will re-cut on enactment)

Track via CHANGELOG.md. Contributions welcome — see CONTRIBUTING.md.