utility-update-pm-skills

Featured

Checks for newer pm-skills releases, compares local vs. latest version, previews what would change, and updates local files after user confirmation. Generates a structured update report documenting changed files, new capabilities, and the value delta between versions. Use when you want to bring a local pm-skills installation up to date.

Data & Documents 557 stars 73 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 97/100

Stars 20%
91
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

<!-- PM-Skills | https://github.com/product-on-purpose/pm-skills | Apache 2.0 --> # PM Skills Updater This skill updates a local pm-skills installation to the latest public release. It validates connectivity, compares versions, previews changes, and produces a structured report documenting what was updated and what new capabilities are available. ## When to Use - When you want to update local pm-skills to the latest release - When you want to check if a newer version is available - After a new pm-skills release is announced - When onboarding and you want to confirm you have the latest version ## When NOT to Use - To create or edit individual skills -> use `/pm-skill-builder` or `/pm-skill-iterate` - To validate skills against conventions -> use `/pm-skill-validate` - If you are a maintainer working directly on the pm-skills repo (use git) - To pin a specific older version (this skill always targets the latest release) ## Flags | Flag | Behavior | |------|----------| | *(none)* | Full update flow: pre-flight → preview → confirm → update → report | | `--report-only` | Pre-flight → preview → report (no files written) | | `--status` | Lightweight version check - prints current and latest version, then stops | ### --status behavior When `--status` is provided, run only the pre-flight checks and display: ``` pm-skills v{local} (installed, from {source}) pm-skills v{latest} (latest, released {date}) {Status: up to date | update available ({type})} Run /update-pm-skills f...

Details

Author
product-on-purpose
Repository
product-on-purpose/pm-skills
Created
7 months ago
Last Updated
today
Language
JavaScript
License
Apache-2.0

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Solid

skills-update

Check if a newer Mikefluff/skills release exists; show CHANGELOG diff; on user confirmation, run install.sh --update. Idempotent and read-only until user approves. Use when the user says 'check for skill updates', 'update skills', '/skills-update', or sees the status-line update banner.

17 Updated 1 weeks ago
Mikefluff
AI & Automation Listed

update-skills

Installed-skill version updater. Refreshes every marketplace, compares each installed plugin's version against the latest, previews a table (plugin, key updates, before → after version, estimated input-token delta), and only updates the set the user explicitly confirms. After updating it reminds that changes apply from the NEXT session, and lists every failed update with the verbatim error and a likely cause. Trigger on /eff:update-skills or $eff:update-skills, and on natural-language asks like: 'update my skills', 'update installed plugins', 'are my skills up to date', 'bump my plugins to latest', '스킬 업데이트 해줘', '설치된 스킬 최신으로 맞춰줘', '플러그인 버전 올려줘', '스킬 최신인지 확인해줘'. Keep this distinct from eff:dedupe-skills, which finds overlapping/redundant skills and helps remove them — update-skills only moves versions forward.

0 Updated 2 weeks ago
im-ian
Code & Development Listed

update-skills

Pull the latest version of claude-scaffold-skill (and other installed skills) — shows the changelog, asks before applying, validates after.

3 Updated 5 days ago
veekunth217