Prompt Buddy logoPrompt Buddy

google · Google AI Docs

Gemini API Set up your coding assistant with Gemini MCP and Skills

Instructions for configuring a coding assistant using the Model Context Protocol (MCP) and Gemini Skills to enable tool-based development workflows.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Gemini API Set up your coding assistant with Gemini MCP and Skills

Instructions for configuring a coding assistant using the Model Context Protocol (MCP) and Gemini Skills to enable tool-based development workflows.

When To Use

Use when you need to integrate the Model Context Protocol and Gemini Skills into a coding assistant to enable automated development tasks.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/gemini-api-set-up-your-coding-assistant-with-mcp-and-skills-workflow-guide.mdA guide explaining how to connect the Gemini Docs MCP and add API development skills to an AI coding assistant.Questions about a guide explaining how to connect the Gemini Docs MCP and add API development skills to an AI coding assistant.
examples/gemini-api-set-up-your-coding-assistant-with-mcp-and-skills-gemini-api-m.textThe npx command used to add the Gemini API documentation MCP server to a coding assistant.Exact payloads, commands, or snippets shown in The npx command used to add the Gemini API documentation MCP server to a coding assistant.
examples/gemini-api-set-up-your-coding-assistant-with-mcp-and-skills-gemini-api-m-2.textA command line instruction using npx to add the gemini-api-dev skill to the global environment.Exact payloads, commands, or snippets shown in A command line instruction using npx to add the gemini-api-dev skill to the global environment.
examples/gemini-api-set-up-your-coding-assistant-with-mcp-and-skills-gemini-api-m-3.textThe npx command used to install the gemini-api-dev skills package via the ctx7 CLI.Exact payloads, commands, or snippets shown in The npx command used to install the gemini-api-dev skills package via the ctx7 CLI.
examples/gemini-api-set-up-your-coding-assistant-with-mcp-and-skills-gemini-api-m-4.textAn npx command used to add the gemini-live-api-dev skill globally via the Gemini MCP CLI.Exact payloads, commands, or snippets shown in An npx command used to add the gemini-live-api-dev skill globally via the Gemini MCP CLI.
examples/gemini-api-set-up-your-coding-assistant-with-mcp-and-skills-gemini-api-m-5.textThe npx command used to install the Gemini live API development skills via the ctx7 CLI.Exact payloads, commands, or snippets shown in The npx command used to install the Gemini live API development skills via the ctx7 CLI.
examples/gemini-api-set-up-your-coding-assistant-with-mcp-and-skills-gemini-skill.textThe npx command used to globally add the gemini-interactions-api skill to the Gemini MCP environment.Exact payloads, commands, or snippets shown in The npx command used to globally add the gemini-interactions-api skill to the Gemini MCP environment.
examples/gemini-api-set-up-your-coding-assistant-with-mcp-and-skills-gemini-skill-2.textThe npx command used to install the gemini-interactions-api skill package via the ctx7 CLI.Exact payloads, commands, or snippets shown in The npx command used to install the gemini-interactions-api skill package via the ctx7 CLI.
examples/gemini-api-set-up-your-coding-assistant-with-mcp-and-skills-gemini-api-m-6.textAn npx command used to add the gemini-api-dev skill to a Gemini MCP environment.Exact payloads, commands, or snippets shown in An npx command used to add the gemini-api-dev skill to a Gemini MCP environment.

What This Skill Covers

  • AI coding assistants are powerful but have limitations—training data cuts off at a specific date, missing new API features and changes. Without access to Gem...
  • Main sections: Connect the Gemini Docs MCP, Add API Development Skills, gemini-api-dev, Install with skills.sh, Install with Context7.

Workflow

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://ai.google.dev/gemini-api/docs/coding-agents