chore(skill): update claude config#63
chore(skill): update claude config#63charlieforward9 wants to merge 4 commits intogooglemaps:mainfrom
Conversation
feat: add Claude Code skill and plugin support
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
I updated the CLA @ryanbaumann |
|
Love it. We are working on skills and this would be a great addition for Claude code users. @caio1985 is our lead here tagging him |
|
Hi @charlieforward9 I do see that the CLA has been signed by you however this PR has been co-authored by Copilot. See details here. Would it be possible for just you to submit this CL then we can run all tests and approve? As @ryanbaumann mentioned, we're planning to revamp this Github repository soon but your PR is valuable and we want to approve it. |
4349a66 to
c196209
Compare
|
All set @caio1985 ! |
|
Looking forward to mapping things out w yal |
This looks more generalized https://github.com/PleasePrompto/google-ai-mode-skill and potentially a bit more robust. Lmk.
This pull request introduces the Google Maps Platform Code Assist plugin for Claude Code, providing tooling, documentation, and skill definitions to enable Claude to answer geo-related developer queries with up-to-date, authoritative information. The changes add configuration for the MCP server, skill documentation, and installation instructions to support seamless integration with Claude Code.
Key changes:
Google Maps Platform Code Assist integration:
.claude-plugin/plugin.jsonto define the plugin's metadata for Claude Code, including name, description, and author..mcp.jsonto configure the MCP server, specifying the command and arguments to launch the Google Maps Platform Code Assist service vianpx.Documentation and usage instructions:
README.mdwith a new section detailing how to install and use the Google Maps Platform Code Assist plugin and MCP server with Claude Code, including step-by-step setup instructions.CLAUDE.mdto describe the repository's purpose, emphasizing the use of the skill and MCP tools for grounding responses in official Google Maps Platform documentation.skills/google-maps-platform/SKILL.md, providing detailed guidance for Claude on when and how to use the Google Maps Platform skill, including tool usage order, trigger conditions, and best practices for developer support.Lets discuss