posthog-data-handling

Implement PostHog PII handling, data retention, and GDPR/CCPA compliance patterns.

Content Preview
---
name: posthog-data-handling
description: |
  Implement PostHog PII handling, data retention, and GDPR/CCPA compliance patterns.
  Use when handling sensitive data, implementing data redaction, configuring retention policies,
  or ensuring compliance with privacy regulations for PostHog integrations.
  Trigger with phrases like "posthog data", "posthog PII",
  "posthog GDPR", "posthog data retention", "posthog privacy", "posthog CCPA".
allowed-tools: Read, Write, Edit
version: 1.0.0
license: 
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/posthog-data-handling.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/saas-packs/posthog-pack/skills/posthog-data-handling/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/saas-packs/posthog-pack/skills/posthog-data-handling/SKILL.md

Related Skills