Use npx skills update/check commands for updates

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Paul Bakaus
2026-03-16 16:20:27 -07:00
co-authored by Claude Opus 4.6
parent 52e0d20a1b
commit f088143ec2
+2 -3
View File
@@ -299,7 +299,7 @@
</div>
</div>
<p class="download-tip" data-reveal>Once installed, keep the <a href="/cheatsheet">command cheatsheet</a> handy for quick reference. To update, just run the same install command again — it overwrites with the latest version.</p>
<p class="download-tip" data-reveal>Once installed, keep the <a href="/cheatsheet">command cheatsheet</a> handy for quick reference. To update, run <code>npx skills update</code>.</p>
</section>
<!-- 5. CHANGELOG -->
@@ -395,9 +395,8 @@
<details class="faq-item">
<summary class="faq-question">How do I update to the latest version?</summary>
<div class="faq-answer">
<p>Run the same command you used to install — it overwrites your files with the latest version:</p>
<ul>
<li><strong>All tools:</strong> <code>npx skills add pbakaus/impeccable</code></li>
<li><strong>All tools:</strong> <code>npx skills update</code> (or <code>npx skills check</code> to see what's new first)</li>
<li><strong>Claude Code plugin:</strong> Open <code>/plugin</code>, go to the Discover tab, and update from there</li>
<li><strong>Manual ZIP:</strong> Download the latest ZIP from above and extract to your project root, overwriting existing files</li>
</ul>