From 52e0d20a1bedb0bf83c8847ef593dc243efd1add Mon Sep 17 00:00:00 2001 From: Paul Bakaus Date: Mon, 16 Mar 2026 16:18:52 -0700 Subject: [PATCH] Add update instructions to install section and FAQ - Install section tip now mentions re-running the same command to update - New FAQ entry: "How do I update to the latest version?" covering npx skills, Claude Code plugin marketplace, and manual ZIP - Notes that .impeccable.md is preserved across updates Co-Authored-By: Claude Opus 4.6 (1M context) --- public/index.html | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index cadec91c5..7ea5e566f 100644 --- a/public/index.html +++ b/public/index.html @@ -299,7 +299,7 @@ -

Once installed, keep the command cheatsheet handy for quick reference.

+

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.

@@ -392,6 +392,19 @@ +
+ 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
  • +
  • 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
  • +
+

Your .impeccable.md design context file (created by /teach-impeccable) is never overwritten — your project context is preserved across updates.

+
+
+
Commands or skills aren't appearing. What do I do?