Add mcp-spec Claude Code plugin with GitHub search skill#2214
Draft
olaservo wants to merge 10 commits intomodelcontextprotocol:mainfrom
Draft
Add mcp-spec Claude Code plugin with GitHub search skill#2214olaservo wants to merge 10 commits intomodelcontextprotocol:mainfrom
olaservo wants to merge 10 commits intomodelcontextprotocol:mainfrom
Conversation
Adds a plugin for researching and contributing to the MCP specification, including a search-mcp-github skill that searches across org discussions, spec discussions, issues, and PRs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Adds commands for fetching inline review comments, review summaries, and top-level comments on PRs — where the substantive design discussion often lives but is not surfaced by `gh pr view`. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Bundles the official MCP documentation server (https://modelcontextprotocol.io/mcp) as a plugin MCP server so the SearchModelContextProtocol tool is available for spec-level lookups. Updates the skill to prefer the docs server for current spec content before falling back to GitHub searches. Also fixes license to Apache-2.0 to match the repo's license for new contributions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
GitHub search treats "ToolAnnotations" and "Tool Annotations" as different queries, causing missed results. The skill now instructs the agent to generate camelCase, separated, hyphenated, and singular/plural variants before searching. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Instructs the skill to highlight notable quotes from maintainers with direct attribution, and collect all sources as footnotes at the end of the output for easy reference. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Rewrite `SKILL.md` to be more concise and information-dense while preserving all functional guidance. Reduces the file from ~160 to ~118 lines by: - Replacing verbose source table and separate command sections with a compact "Where to search" overview - Consolidating discussion GraphQL queries and adding `author`/ `authorAssociation` fields for maintainer identification - Dropping kebab-case search variants (GitHub tokenizes on hyphens, so they behave like space-separated and add noise) - Replacing full bash examples in the PR deep-dive section with REST API endpoint paths - Switching output format to fenced template blocks with dates - Condensing the 7-step execution plan to 6 shorter steps
Distill `search-mcp-github` skill
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
plugins/mcp-spec) for researching and contributing to the MCP specificationsearch-mcp-githubskill that searches across org discussions, spec discussions, issues, and PRshttps://modelcontextprotocol.io/mcp) for spec-level lookupsTest plan
/search-mcp-githubskill is available🤖 Generated with Claude Code