What problem does it solve?
Cowork sessions do not have access to the Claude marketplace, so PMM skills cannot load unless the bundled local variants are symlinked into the project's .claude/skills directory before the session starts.
Core Features & Use Cases
- Local skill linking: Resolves both the plugin root and project root, then runs scripts/init-local.sh to insert relative symlinks so Cowork can load the pre-built PMM skills.
- Idempotent refresh: Safe to rerun, skips already correct links, and supports --force to overwrite only stale standalone copies or incorrect targets without touching existing plugin skills.
- Use Case: When setting up a shared workspace, run the skill once so every team member inherits the same Cowork-compatible PMM skill set without hitting the private marketplace.
Quick Start
Run pmm:init-local-skills from the project root so init-local.sh can refresh the Cowork-compatible symlinks in .claude/skills (add --force to overwrite outdated links).