docs(ai-agents): document skill auto-update for claude code - #810
Merged
Conversation
Co-Authored-By: lino <68745352+LinoGiger@users.noreply.github.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.
What
Rewrites the "Keeping the skill up to date" section of
docs/ai_agents.mdto lead with the automatic option instead of only manual commands.Claude Code refreshes marketplaces and updates their installed plugins in the background shortly after a session starts, but this defaults to off for every marketplace outside Anthropic's own — so nobody who installed our skill was getting it. The page now documents both ways to opt in:
/plugin→ Marketplaces → Enable auto-update toggleextraKnownMarketplacesblock with"autoUpdate": truefor.claude/settings.json, so a team can commit it onceThe manual commands stay, moved under their own heading. The
skillsCLI (Cursor / Copilot / Codex / Windsurf) has no auto-update mechanism, sonpx skills updateremains the only option there and the text now says so rather than implying parity.Context
The skill drifting from the SDK is a real failure mode, not a hypothetical: the version pinned in the published skill is currently three minor versions behind PyPI, because the sync workflow in
RapidataAI/skillshas failed on every release since v3.16.7. This PR does not fix that — it only makes sure users receive updates once they are published again. The pipeline repair is tracked separately.Verification
uv run --group docs mkdocs buildpasses; the new section renders on the AI Agents page. Remaining build warnings are pre-existing and unrelated.🔗 Session: https://poseidon.rapidata.internal/chat/session-39aad07d