From pmm
Creates symlinks from .claude/skills/pmm-* to pre-built local PMM skills for Cowork compatibility. Idempotent; run once per project with optional --force.
npx claudepluginhub nominexhq/pmm-pluginThis skill uses the workspace's default tool permissions.
Symlinks pre-built local skill variants into `.claude/skills/` so PMM skills work in Cowork (no private marketplace plugin support there).
Analyzes, standardizes, validates, and syncs local skills into Claude, Cursor, CodeBuddy, and Codex directories using Node scripts and CLI workflows.
Bootstraps a new agent skill with SKILL.md in .agents/skills (local) or ~/.agents/skills (--global), symlinks to .claude/skills for Claude Code discovery.
Guides use of CoWork CLI for managing Claude Code skills: install from GitHub, generate from Rust/TS/Python, configure Skills.toml, audit security, search repos.
Share bugs, ideas, or general feedback.
Symlinks pre-built local skill variants into .claude/skills/ so PMM skills work in Cowork (no private marketplace plugin support there).
When to run: Once per project. Safe to re-run — idempotent.
Resolve the plugin root. This skill file lives at <plugin-root>/skills/init-local-skills/SKILL.md — the plugin root is two directories up.
Resolve the project's .claude/skills/ directory (the project root that contains .claude/).
Run the init-local script:
"<plugin-root>/scripts/init-local.sh" <plugin-root> <project-root>/.claude/skills
If the user passed --force in $ARGUMENTS, include the flag:
"<plugin-root>/scripts/init-local.sh" --force <plugin-root> <project-root>/.claude/skills
local/. Read-only source.skills/.--force only affects standalone copies and wrong-target symlinks. Correct symlinks are always skipped.