upgrade-plugin

Analyze plugin skills, hooks, and agents to generate a curated upgrade plan.

1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/prince-khanna/claude-code-plugins --skill upgrade-plugin-prince-khanna
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: upgrade-plugin
Source: https://github.com/prince-khanna/claude-code-plugins/tree/main/plugin-tools/skills/upgrade-plugin
Command: npx skills add https://github.com/prince-khanna/claude-code-plugins --skill upgrade-plugin-prince-khanna

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers need to keep their Claude Code plugins up‑to‑date with evolving platform features, best‑practice patterns, and model capabilities. Manual updates are time‑consuming and error‑prone, leading to deprecated hooks or missing new tool support.

Core Features & Use Cases

  • Automated research of recent Claude Code changelogs, documentation, and model updates.
  • Obsolescence screening to flag superseded skills, hooks, or agents.
  • Comprehensive audit of the plugin’s structure, skills, hooks, output styles, and test coverage.
  • Upgrade plan generation with prioritized actions and version bump handling.
  • Execution workflow that applies approved changes, updates version, and verifies compliance.

Quick Start

Ask the upgrade-plugin skill to modernize the “scheduler” plugin.

Frequently Asked Questions about upgrade-plugin

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I upgrade a Claude Code plugin to the latest version?

Upgrading Claude Code plugins involves analyzing the plugin's directory to detect deprecated hooks, skills, and agents, then generating a curated upgrade plan. This automated process aligns your plugin with the latest platform features and best practices.

What is the best way to audit a plugin for deprecated Claude Code patterns?

Auditing a plugin for deprecated Claude Code patterns requires an automated obsolescence screening of its skills, hooks, and agents. This process flags superseded elements and generates a comprehensive upgrade plan with prioritized actions.

Do I need internet connectivity to modernize my Claude Code plugin?

Yes, internet connectivity is required to modernize your Claude Code plugin. The automated upgrade process fetches recent changelogs, documentation, and model updates to accurately detect deprecated patterns and apply best-practice modifications.

Can I automatically apply an upgrade plan to modify my plugin files?

Yes, you can automatically apply an upgrade plan to modify your plugin files. After generating a curated plan with prioritized actions, an execution workflow applies the approved changes, updates the version bump, and verifies compliance.

Why does my Claude Code plugin upgrade require access to the plugin directory?

Your Claude Code plugin upgrade requires directory access to comprehensively audit the plugin’s structure, skills, hooks, output styles, and test coverage. This permission enables the execution workflow to apply approved changes and modify files directly.

When should I avoid automating a Claude Code plugin upgrade?

You should avoid automating a Claude Code plugin upgrade if your plugin lacks test coverage or if you cannot verify compliance after the execution workflow applies modifications. Manual updates are safer for highly customized or undocumented plugin structures.