plugins marketplace
← All plugins

pm-toolkit

v2.1.0

PM utility skills: resume review, NDA drafting, privacy policy generation, and grammar/flow checking. Essential tools for product managers beyond core product work.

Claude Code4 skills

by Paweł HurynMIT25kupdated 1 month ago

Source

git clone https://github.com/phuryn/pm-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is pm-toolkit/ inside the repository.

Layout

pm-toolkit/
├── .claude-plugin/plugin.json
├── skills/draft-nda/SKILL.md
├── skills/grammar-check/SKILL.md
├── skills/privacy-policy/SKILL.md
└── skills/review-resume/SKILL.md

Skills4

draft-ndaskills/draft-nda/SKILL.md

Draft a detailed Non-Disclosure Agreement between two parties covering information types, jurisdiction, and clauses needing legal review. Use when creating confidentiality agreements or preparing an NDA for a partnership.

grammar-checkskills/grammar-check/SKILL.md

Identify grammar, logical, and flow errors in text and suggest targeted fixes without rewriting the entire text. Use when proofreading content, checking writing quality, or reviewing a draft.

privacy-policyskills/privacy-policy/SKILL.md

Draft a detailed privacy policy covering data types, jurisdiction, GDPR and compliance considerations, and clauses needing legal review. Use when creating a privacy policy, updating data protection documentation, or preparing for compliance.

review-resumeskills/review-resume/SKILL.md

Comprehensive PM resume review and tailoring against 10 best practices including XYZ+S formula, keyword optimization, job-specific tailoring, and structure. Use when reviewing a PM resume, preparing for job applications, or improving resume impact.

Manifests1

pm-toolkit/.claude-plugin/plugin.json
{
  "name": "pm-toolkit",
  "version": "2.1.0",
  "description": "PM utility skills: resume review, NDA drafting, privacy policy generation, and grammar/flow checking. Essential tools for product managers beyond core product work.",
  "author": {
    "name": "Paweł Huryn",
    "email": "pawel@productcompass.pm",
    "url": "https://www.productcompass.pm"
  },
  "keywords": [
    "product-management",
    "resume",
    "legal",
    "nda",
    "privacy-policy",
    "copywriting"
  ],
  "homepage": "https://www.productcompass.pm",
  "license": "MIT"
}