Skip to main content
Skills are packaged instructions and documentation that teach AI coding assistants how to build with the ADK. When installed, assistants like Claude Code, Cursor, and Codex use them automatically when you ask them to build features, debug issues, write evals, or connect integrations. adk init installs them for you alongside your dependencies, so most projects get them out of the box.

Manual installation

If you need to install skills in an existing project or reinstall them, run the same command adk init runs:
Use bunx instead of npx if your project has a bun.lockb. To install a single skill instead of all of them:
Or install as a Claude Code plugin:

Available skills

Slash commands

Skills come with slash commands for Claude Code. Type the command instead of describing what you need:

MCP server

Skills are the recommended way to give AI assistants ADK knowledge. The ADK also ships an MCP (Model Context Protocol) server that gives assistants live access to your running project, kept here for reference. Generate the MCP configuration files:
This writes config for Claude Code (.mcp.json), VS Code (.vscode/mcp.json), and Cursor (.cursor/mcp.json). See adk mcp:init for all flags. The server exposes these tools:
Last modified on April 27, 2026