| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Note
This extension is currently in beta (pre-v1.0), and may see breaking changes until the first stable release (v1.0).
This plugin provides a specialized suite of skills and MCP tools for data engineers and database practitioners working on Google Cloud. It acts as an expert assistant, allowing you to use natural language prompts in your preferred coding agent to architect complex data pipelines, transform data with dbt, write Spark and BigQuery SQL notebooks, create and troubleshoot Dataflow pipelines, and orchestrate end-to-end workflows across the Google Cloud data ecosystem (BigQuery, Spanner, BigLake, Dataproc, etc.).
Important
We Want Your Feedback! Please share your thoughts with us by opening an issue on GitHub. Your input is invaluable and helps us improve the project for everyone.
Ensure you have the following installed:
Choose the installation method for your preferred coding agent. Run the commands in terminal
Antigravity CLIInstall the plugin directly from GitHub:
agy plugin install https://github.com/gemini-cli-extensions/data-agent-kit-starter-packInstall the extension directly from GitHub:
gemini extensions install https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack --ref 0.8.0Run the claude command to start the agent, then follow these steps:
/plugin install data-agent-kit-starter-pack@claude-plugins-officialCodex utilizes a marketplace system for plugins. Install the Data Agent Kit Starter Pack marketplace to access the plugin:
# Step 1. Add marketplace
codex plugin marketplace add https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack
# Step 2. Add the plugin
codex plugin add dak@data-agent-kit-starter-pack-marketplacemacOS / Linux:
CODEX_TAG="0.8.0"; curl -sSL https://raw.githubusercontent.com/gemini-cli-extensions/data-agent-kit-starter-pack/$CODEX_TAG/codex-install.sh | bash -s -- $CODEX_TAGWindows:
$env:CODEX_TAG="0.8.0"; irm "https://raw.githubusercontent.com/gemini-cli-extensions/data-agent-kit-starter-pack/$env:CODEX_TAG/codex-install.ps1" | iexStart the Codex agent (codex), then run:
/pluginsUse the interactive options to install the plugin with the name Data Agent Kit Starter Pack.
Any Agent Plugins–compatible clientThis repository is a valid Agent Plugins (v1) plugin. Any compatible client (VS Code, Cursor, GitHub Copilot, Codex, Kiro, …) can install it directly using its own built-in plugin command — skills and MCP servers included — by pointing at this repository:
https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack
See your agent's documentation for its exact install command.
This extension brings a suite of specialized Skills and MCP toolboxes. While skills are ready to use upon installation, you must configure the MCP toolboxes and authenticate with Google Cloud for them to start successfully.
Note
If you use Gemini CLI, Claude Code, or Codex in your IDE (e.g., via VS Code extensions), they share the same underlying configuration and MCP servers as the CLI agents.
The MCP toolboxes require an active authenticated session to interact with your resources. Run the following commands in your terminal:
gcloud auth login
gcloud auth application-default loginYou must configure the MCP toolboxes in your agent's configuration files for them to start successfully. After updating, you must restart the agent.
To verify your configuration:
Edit the configuration file: ~/.gemini/antigravity-cli/plugins/data-agent-kit-starter-pack/mcp_config.json
Gemini CLI and Gemini Code AssistEdit the configuration file: ~/.gemini/extensions/data-agent-kit-starter-pack/gemini-extension.json
Claude CodeEdit the configuration file: ~/.claude/plugins/cache/claude-plugins-official/data-agent-kit-starter-pack/0.8.0/.claude-mcp.json
CodexEdit the configuration file: ~/.codex/plugins/cache/data-agent-kit-starter-pack-marketplace/dak/0.8.0/.mcp.json
Restart Codex.
Interact with your coding agent using natural language prompts to perform complex data engineering tasks:
Use gemini --debug to enable debugging.
Common issues:
Your agent can execute tools and commands on your behalf. Protect your Google Cloud resources by enforcing The Principle of Least Privilege across all CLIs, MCP servers and other resources available to your agents.
You can read more here on how to mitigate prompt injection attacks with Google Cloud MCP.
The Data Agent Kit collects usage statistics (such as when the skills and MCP tools included in this kit are used) to improve the reliability and performance of the tool. No user code, file contents, or application data values are collected.
You can opt out of usage statistics collection at any time using one of the following methods:
Set the DO_NOT_TRACK environment variable to 1 in your environment:
export DO_NOT_TRACK=1Create or update your configuration file at ~/.data_agent_kit/config.json to disable collection:
{
"enableTelemetry": false
}| Back | FazBrowse Home | New Git URL |