shine-update

Automate SHINE update checks, installations, and changelog displays.

1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/diShine-digital-agency/SHINE-Code-System --skill shine-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: shine-update
Source: https://github.com/diShine-digital-agency/SHINE-Code-System/tree/main/skills/shine-update
Command: npx skills add https://github.com/diShine-digital-agency/SHINE-Code-System --skill shine-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates SHINE update checks, installations, and changelog displays to keep the system current.

Core Features & Use Cases

  • Automatic version detection (local and global) and npm version checks to determine update needs.
  • Changelog retrieval and display to inform stakeholders before upgrading.
  • Safe update flow with user confirmation, cache clearing, and restart reminder.

Quick Start

Invoke the update workflow to check for and apply the latest SHINE release.

Frequently Asked Questions about shine-update

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

FAQPage Schema
How do I check for npm updates and view the changelog before installing?

To check for npm updates and view the changelog, the workflow fetches the latest version and displays release notes for review prior to prompting any installation confirmation.

Can I automate CLI version updates for both local and global installations?

Yes, you can automate CLI version updates across local and global installations by running a deterministic workflow that detects version differences and executes the install after user confirmation.

What is the safest way to apply an npm package update and clear the cache?

The safest way to apply an npm package update involves prompting for user confirmation, executing the installation, clearing the cache, and reminding you to restart the system.

Does the update workflow require manual confirmation before installing a new version?

Yes, the update workflow requires manual confirmation before installing a new version, ensuring stakeholders review the changelog and version differences before proceeding with the package installation.

Why should I restart my system after completing a CLI package update?

You should restart your system after completing a CLI package update because the workflow clears the cache post-installation, requiring a restart to ensure the new version loads correctly.