From f088143ec2e4a018807f827047fb4498c36e8d5a Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Mon, 16 Mar 2026 16:20:27 -0700 Subject: [PATCH] Use npx skills update/check commands for updates Co-Authored-By: Claude Opus 4.6 (1M context) --- public/index.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index 7ea5e566f..31ccd4639 100644 --- a/public/index.html +++ b/public/index.html @@ -299,7 +299,7 @@ -

Once installed, keep the command cheatsheet handy for quick reference. To update, just run the same install command again — it overwrites with the latest version.

+

Once installed, keep the command cheatsheet handy for quick reference. To update, run npx skills update.

@@ -395,9 +395,8 @@
How do I update to the latest version?
-

Run the same command you used to install — it overwrites your files with the latest version:

    -
  • All tools: npx skills add pbakaus/impeccable
  • +
  • All tools: npx skills update (or npx skills check to see what's new first)
  • Claude Code plugin: Open /plugin, go to the Discover tab, and update from there
  • Manual ZIP: Download the latest ZIP from above and extract to your project root, overwriting existing files