Explain how to keep installed skills up to date - #23
Merged
Merged
Conversation
Every install route is a snapshot of main as it was that day, and Claude Code disables marketplace auto-update by default for third-party marketplaces, so "every commit is a release" only reaches users who turn it on or update by hand. Add an Installation subsection that covers the Claude Code plugin (enable auto-update once, or the marketplace-update plus plugin-update pair), the skills CLI (npx skills update) and manual copies or symlinks. Also say the skills CLI "installs" rather than "copies": by default it keeps one canonical copy and symlinks each agent's directory to it. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/plugin→ Marketplaces →owid-skills→ Enable auto-update) and gives the manual pairclaude plugin marketplace update owid-skills+claude plugin update owid@owid-skills, noting that the first alone does not update the plugin.skillsCLI:npx skills update(-g/-pfor scope).git pull.skillsCLI symlinks each agent directory to one canonical copy by default (--copyis the opt-in).Why
Nothing in the README said how updates reach users. The versionless-plugin model described under Development only works once a user has enabled auto-update or refreshes by hand.
Verified against
claude plugin update --helpandclaude plugin marketplace update --help.npx skills --help, plus an existingnpx skills addinstall on my machine (canonical.agents/skills/copy, symlinks from.claude/skills/,skills-lock.json).A sibling PR adds the same section to
owid/skills-private.🤖 Generated with Claude Code