plugins marketplace
← All plugins

hr-legal-compliance

v1.2.3

HR policy documentation, legal compliance templates (GDPR/SOC2/HIPAA), employment contracts, and regulatory documentation

CodexClaude Code2 skills

by Seth HobsonMIT38.6kupdated 4 days ago

Source

git clone https://github.com/wshobson/agents

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/hr-legal-compliance/ inside the repository.

Layout

plugins/hr-legal-compliance/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/employment-contract-templates/SKILL.md
└── skills/gdpr-data-handling/SKILL.md

Skills2

employment-contract-templatesskills/employment-contract-templates/SKILL.md

Create employment contracts, offer letters, and HR policy documents following legal best practices. Use when drafting employment agreements, creating HR policies, or standardizing employment documentation.

gdpr-data-handlingskills/gdpr-data-handling/SKILL.md

Implement GDPR-compliant data handling with consent management, data subject rights, and privacy by design. Use when building systems that process EU personal data, implementing privacy controls, or conducting GDPR compliance reviews.

Manifests2

plugins/hr-legal-compliance/.codex-plugin/plugin.json
{
  "name": "hr-legal-compliance",
  "version": "1.2.3",
  "description": "HR policy documentation, legal compliance templates (GDPR/SOC2/HIPAA), employment contracts, and regulatory documentation",
  "skills": "./skills/",
  "author": {
    "name": "Seth Hobson",
    "email": "seth@major7apps.com"
  },
  "license": "MIT",
  "interface": {
    "displayName": "Hr Legal Compliance",
    "shortDescription": "HR policy documentation, legal compliance templates (GDPR/SOC2/HIPAA), employment contracts, and regulatory…",
    "category": "Coding"
  }
}
plugins/hr-legal-compliance/.claude-plugin/plugin.json
{
  "name": "hr-legal-compliance",
  "version": "1.2.3",
  "description": "HR policy documentation, legal compliance templates (GDPR/SOC2/HIPAA), employment contracts, and regulatory documentation",
  "author": {
    "name": "Seth Hobson",
    "email": "seth@major7apps.com"
  },
  "license": "MIT"
}