feat: add Claude Code skill and plugin support - #1
Merged
Merged
Conversation
Co-authored-by: charlieforward9 <62311337+charlieforward9@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update to incorporate Claude skill version
feat: add Claude Code skill version
Feb 20, 2026
Member
|
@copilot completely redesign this around https://code.claude.com/docs/en/skills |
Co-authored-by: charlieforward9 <62311337+charlieforward9@users.noreply.github.com>
Author
Redesigned in efc1a36 around the proper Claude Code skills/plugin format. The new structure matches https://code.claude.com/docs/en/skills and the official Anthropic plugin pattern:
Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
Copilot
AI
changed the title
feat: add Claude Code skill version
feat: add Claude Code skill and plugin support
Feb 20, 2026
charlieforward9
approved these changes
Feb 20, 2026
charlieforward9
marked this pull request as ready for review
February 20, 2026 12:37
charlieforward9
added a commit
that referenced
this pull request
Feb 20, 2026
feat: add Claude Code skill and plugin support
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.
Adds Claude Code support using the official Claude Code plugin and skills format, so developers can use the GMP Code Assist MCP server natively in Claude Code with proper skill-based context.
New files
.claude-plugin/plugin.json— Claude Code plugin manifest, enabling this repository to function as an installable Claude Code plugin..mcp.json— MCP server configuration wiring up@googlemaps/code-assist-mcp@latestvia stdio transport.skills/google-maps-platform/SKILL.md— Proper Claude Code skill definition with YAML frontmatter (name,description,license,allowed-tools) and markdown body containing tool usage order, trigger conditions, and guidelines. Follows the official Agent Skills spec.CLAUDE.md— Concise project-level context file automatically read by Claude Code when working in this directory.Updated
README.md— Updated Claude Code section to document the plugin-based installation usingclaude mcp add.Installation (Claude Code)
The
skills/google-maps-platform/SKILL.mdskill is automatically available to Claude Code when this repository is cloned locally or used as a plugin source.💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.