li-upgrade

Upgrade the local li-skills installation to the latest toolkit version.

79|18|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/jiangjiax/li-skills --skill li-upgrade
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: li-upgrade
Source: https://github.com/jiangjiax/li-skills/tree/main/li-upgrade
Command: npx skills add https://github.com/jiangjiax/li-skills --skill li-upgrade

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of getting an outdated li-skills toolkit by providing a reliable way to update to the newest version whenever a user asks to upgrade or check for updates.

Core Features & Use Cases

  • Detects update intent (including “new version?” questions): Triggers the upgrade process even when users only ask if there is a newer release.
  • Runs the standard update/install flow: Uses either an update command or a fresh install to ensure the latest skill files are present.
  • Guides the activation step: Prompts the user to restart the Claude Code session so the new version is loaded correctly.

Use case example: After noticing new functionality or documentation changes in li-skills, run this upgrade flow to fetch the latest /li-* skills and refresh your current session.

Quick Start

Ask for an upgrade by saying: “li-skills 有新版本吗,帮我升级到最新。”

Frequently Asked Questions about li-upgrade

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

FAQPage Schema
How do I upgrade my Claude Code skills to the latest version?

To upgrade Claude Code skills, trigger the update flow to check the installed version and execute npx skills update or npx skills add, fetching the latest skill files.

How do I check if a new version of my installed skills is available?

Checking for a new skills version detects update intent from questions about new releases, triggering the version checking process to compare current installation against the latest toolkit release.

Why are my newly updated skills not working in Claude Code?

Updated skills require restarting the Claude Code session to load correctly, as the activation step prompts the user to refresh the environment so the new version takes effect.

What is the best way to maintain and refresh local workflow skills?

Maintaining local workflow skills involves running the standard update or fresh install flow via npx skills update to ensure the latest skill files are present in your environment.

Does upgrading skills require a fresh install or can I update in place?

Upgrading skills supports both updating in place with npx skills update and performing a fresh install with npx skills add to ensure the latest skill files are present.