Agent Plugins Marketplace
All plugins

personal-data-protection

v0.4.1

SEA personal-data-protection compliance guidance for engineers modifying code that touches personal data — Singapore PDPA, Thailand PDPA, Indonesia UU PDP, Malaysia PDPA, and Philippines Data Privacy Act.

CodexClaude Code1 Skill

By AltByteLicense: MIT1 GitHub starsUpdated 6 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 17, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install personal-data-protection for Codex and Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install personal-data-protection-2@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

Compatibility: the page URL and API slug “personal-data-protection-2” remain stable.

  • Codex: Legacy selector personal-data-protection-2@agent-plugin-marketplace remains documented for migration; install from source for this runtime.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Codex has another source with the same manifest name. This directory does not invent numbered install aliases; use the publisher's catalog or inspect the source manually for that runtime.

Get the source manually
git clone https://github.com/AltByteSG/personal-data-protection-skill

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

personal-data-protection/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/personal-data-protection/SKILL.md

Included Skills1

personal-data-protectionskills/personal-data-protection/SKILL.md

Personal-data-protection compliance reference for engineers building applications subject to Singapore PDPA, Indonesia UU PDP, Thailand PDPA, Malaysia PDPA, or Philippines DPA (RA 10173). Use when reviewing or modifying code that touches personal data — signup/auth/consent, data export, account deletion, retention/purging, admin access to personal-data stores, third-party processors, breach response, or privacy/T&C documents.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "personal-data-protection",
  "version": "0.4.1",
  "description": "SEA personal-data-protection compliance guidance for engineers modifying code that touches personal data — Singapore PDPA, Thailand PDPA, Indonesia UU PDP, Malaysia PDPA, and Philippines Data Privacy Act.",
  "author": {
    "name": "AltByte",
    "url": "https://github.com/AltByteSG"
  },
  "homepage": "https://github.com/AltByteSG/personal-data-protection-skill",
  "repository": "https://github.com/AltByteSG/personal-data-protection-skill",
  "license": "MIT",
  "keywords": [
    "pdpa",
    "privacy",
    "compliance",
    "data-protection",
    "singapore",
    "thailand",
    "indonesia",
    "malaysia",
    "philippines",
    "southeast-asia"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Personal Data Protection",
    "shortDescription": "PDP compliance checks for SEA apps.",
    "longDescription": "Engineer-facing personal-data-protection guidance for Singapore PDPA, Thailand PDPA, Indonesia UU PDP, Malaysia PDPA, and Philippines Data Privacy Act.",
    "composerIcon": "./assets/icon.svg",
    "developerName": "AltByte",
    "category": "Developer Tools",
    "capabilities": [
      "Write"
    ],
    "defaultPrompt": [
      "Set up PDP compliance for this project.",
      "Review my changes for PDP compliance.",
      "Check this feature against selected PDP regimes."
    ]
  }
}
.claude-plugin/plugin.json
{
  "name": "personal-data-protection",
  "description": "Singapore PDPA, Indonesia UU PDP 27/2022, Thailand PDPA B.E. 2562 (2019), Malaysia PDPA 2010 (with the 2024 Amendments — Act A1727), and Philippines Data Privacy Act 2012 (RA 10173) compliance reference for engineers — tech-agnostic, organised by where in the stack each obligation lands rather than by statute section number. Reference material only, not legal advice.",
  "version": "0.4.1",
  "author": {
    "name": "AltByte",
    "url": "https://github.com/AltByteSG"
  },
  "homepage": "https://github.com/AltByteSG/personal-data-protection-skill",
  "repository": "https://github.com/AltByteSG/personal-data-protection-skill",
  "license": "MIT",
  "keywords": [
    "pdpa",
    "privacy",
    "compliance",
    "data-protection",
    "singapore",
    "thailand",
    "indonesia",
    "malaysia",
    "philippines",
    "southeast-asia"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[personal-data-protection on Agent Plugins Marketplace](https://pluginsmp.com/plugins/personal-data-protection-2)