Document per-agent skill add/remove in the README - #553
Merged
Conversation
xsh310
marked this pull request as ready for review
September 10, 2026 20:54
xsh310
added this pull request to stack #556
September 10, 2026 21:22
xsh310
marked this pull request as draft
September 10, 2026 21:24
xsh310
marked this pull request as ready for review
September 11, 2026 02:59
sunishsheth2009
approved these changes
Sep 11, 2026
xsh310
force-pushed
the
xshen/skill-readme-docs
branch
from
September 11, 2026 16:48
3464b32 to
cd12b86
Compare
The per-agent skills stack added --agents scoping to skill add --mcp, the skill remove --mcp command with per-agent scoping, and each agent's skill MCP scope in status, none of which the README covered. Document them and align the skill add examples to ug. Co-authored-by: Isaac <no-reply@databricks.com>
xsh310
force-pushed
the
xshen/skill-readme-docs
branch
from
September 11, 2026 17:11
cd12b86 to
e11ab73
Compare
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
Documents the per-agent skills behavior this stack introduced but the README did not yet cover:
--agentsscoping onug skill add --mcp(add schemas to specific agents; any not set up yet are configured first).ug skill remove --mcp, with--agentsto scope removal to named agents.ug status.How
--agentsexample and note in "Add skill scopes".skill addand bothskill removeforms.ug statusrow to mention per-agent skill MCP scope.skill addexamples fromucodetougfor consistency with the rest of the README.Docs only; no code changes.
Stacking
Stacked on
xshen/skill-per-agent-remove(#525), the top of the per-agent skills series. It documents the user-facing surface added across #520, #522, #523, #524, and #525.This pull request and its description were written by Isaac.