Tooling & Ops Custom Skills · Curated

Dependency Update Planner

Plans a safe order for updating plugins that depend on each other.

What it does

Maps which installed plugins declare a dependency on another plugin (via the Requires Plugins header or documented extension relationships, such as WooCommerce extensions), then sequences the update order so a parent plugin is never updated ahead of an extension that hasn't been tested against the new version, and flags pairs that should be updated together.

Install

This skill isn't packaged in an installable registry. It's a plain SKILL.md file you can copy directly. Copy it from the SKILL.md tab and save it at the path for your assistant:

Use it in your AI assistant

Claude Code

.claude/skills/dependency-update-planner/ (or ~/.claude/skills/dependency-update-planner/ for all projects)

GitHub Copilot (VS Code)

.github/skills/dependency-update-planner/

OpenAI Codex

.codex/skills/dependency-update-planner/

Cursor

.cursor/skills/dependency-update-planner/ (or ~/.cursor/skills/dependency-update-planner/ globally)

Compatibility

Any WordPress site; WP-CLI helps enumerate installed plugin versions, but no destructive access is required to build the plan.