pm-toolkit
v2.1.0PM utility skills: resume review, NDA drafting, privacy policy generation, and grammar/flow checking. Essential tools for product managers beyond core product work.
by Paweł HurynMIT25kupdated 1 month ago
Source
git clone https://github.com/phuryn/pm-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is pm-toolkit/ inside the repository.
Layout
├── .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 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.
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.
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.
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
{
"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"
}