Define well-known URI schemes and naming patterns for skill resources#53
Merged
Conversation
Survey 6 existing URI patterns (NimbleBrain, skilljack-mcp, skills-over-mcp, FastMCP 3.0, Cloudflare well-known RFC, SEP-2076) and propose a recommended skill:// URI convention for MCP skill resources. Cross-reference from approaches.md Approach 6.
olaservo
requested changes
Mar 7, 2026
Address PR review feedback: note that versioning is intentionally deferred, and recommend clients provide a read_resource tool with server name for disambiguation when multiple servers expose the same skill URI.
olaservo
approved these changes
Mar 12, 2026
olaservo
added a commit
that referenced
this pull request
Mar 13, 2026
Replace PR #53 links with relative references to the now-merged skill-uri-scheme.md document. Co-Authored-By: Claude Opus 4.6 <[email protected]>
olaservo
added a commit
that referenced
this pull request
Apr 8, 2026
* Update skill-meta-keys.md to reference merged URI scheme doc Replace PR #53 links with relative references to the now-merged skill-uri-scheme.md document. Co-Authored-By: Claude Opus 4.6 <[email protected]> * Refactor skilljack-mcp section and update notes on `_meta` keys for clarity * Refocus _meta doc as scoping framework, not key recommendations Address PR feedback: remove recommended keys that duplicate frontmatter or belong at the plugin/distribution layer. Change namespace to io.modelcontextprotocol.skills/. Establish scoping principles for when _meta is appropriate vs frontmatter, annotations, or distribution-layer mechanisms. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> * Add decision record: _meta reserved for MCP-transport concerns Records the decision from PR #60 review that skill-level semantics stay in frontmatter, _meta is for MCP-transport-specific metadata, and no specific keys are recommended yet. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> --------- Co-authored-by: Claude Opus 4.6 <[email protected]>
olaservo
added a commit
that referenced
this pull request
Apr 13, 2026
* Update skill-meta-keys.md to reference merged URI scheme doc Replace PR #53 links with relative references to the now-merged skill-uri-scheme.md document. Co-Authored-By: Claude Opus 4.6 <[email protected]> * Refactor skilljack-mcp section and update notes on `_meta` keys for clarity * Refocus _meta doc as scoping framework, not key recommendations Address PR feedback: remove recommended keys that duplicate frontmatter or belong at the plugin/distribution layer. Change namespace to io.modelcontextprotocol.skills/. Establish scoping principles for when _meta is appropriate vs frontmatter, annotations, or distribution-layer mechanisms. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> * Add decision record: _meta reserved for MCP-transport concerns Records the decision from PR #60 review that skill-level semantics stay in frontmatter, _meta is for MCP-transport-specific metadata, and no specific keys are recommended yet. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]> --------- Co-authored-by: Claude Opus 4.6 <[email protected]>
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.
Closes #44
Adds
docs/skill-uri-scheme.md— a proposal for standardizing skill resource URI schemes in the MCP Skills Convention.Survey
Surveys 6 existing patterns with pros/cons for each:
skill://skill:///collectionskill:///document/pathskill://https://Key finding: all four MCP-native implementations independently converged on
skill://as the URI scheme.Proposed Convention
skill://skill://skill-name/SKILL.md(SKILL.md explicit, matching Agent Skills spec directory model)skill://my-skill/references/GUIDE.md)skill://{skill_name}/SKILL.mdandskill://{skill_name}/{+path}Example URIs
skill://git-workflow/SKILL.mdskill://code-review/references/SECURITY.mdskill://pdf-processing/scripts/extract.pyAcceptance Criteria from #44