Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .agents/plugins/marketplace.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "data-agent-kit",
"name": "data-cloud-plugins",
"interface": {
"displayName": "Data Agent Kit"
"displayName": "Data Cloud Plugins"
},
"plugins": [
{
Expand Down
2 changes: 1 addition & 1 deletion .claude-plugin/marketplace.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "data-agent-kit",
"name": "data-cloud-plugins",
"owner": {
"name": "Google LLC",
"email": "data-cloud-ai-integrations@google.com"
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ body:
label: Pre-reqs
description: |
Please run through the following list and make sure you've tried the usual "quick fixes":
- Search the [current open issues](https://github.com/GoogleCloudPlatform/data-agent-kit/issues)
- Search the [current open issues](https://github.com/GoogleCloudPlatform/data-cloud-plugins/issues)
- Update to the latest version of the extension and [Gemini CLI](https://github.com/google-gemini/gemini-cli?tab=readme-ov-file#stable)
options:
- label: "I've searched the current open issues"
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ body:
description: |
Please run through the following list and make sure you've tried the usual "quick fixes":
options:
- label: "Search the [current open issues](https://github.com/GoogleCloudPlatform/data-agent-kit/issues)"
- label: "Search the [current open issues](https://github.com/GoogleCloudPlatform/data-cloud-plugins/issues)"
required: true

- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ body:
description: |
Please run through the following list and make sure you've tried the usual "quick fixes":
options:
- label: "Search the [issues](https://github.com/GoogleCloudPlatform/data-agent-kit/issues)"
- label: "Search the [issues](https://github.com/GoogleCloudPlatform/data-cloud-plugins/issues)"
required: true

- type: textarea
Expand Down
8 changes: 4 additions & 4 deletions DEVELOPER.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Developer Guide: Google Data Agent Kit
# Developer Guide: Google Data Cloud Plugins

This document provides instructions for developers contributing to the Google Data Agent Kit.
This document provides instructions for developers contributing to the Google Data Cloud Plugins.

## Prerequisites

Expand All @@ -15,8 +15,8 @@ This document provides instructions for developers contributing to the Google Da
When cloning this repository for the first time, you need to initialize the submodules:

```bash
git clone --recurse-submodules https://github.com/googlecloudplatform/data-agent-kit.git
cd data-agent-kit
git clone --recurse-submodules https://github.com/googlecloudplatform/data-cloud-plugins.git
cd data-cloud-plugins
```

If you have already cloned the repository without submodules, initialize and update them:
Expand Down
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Data Agent Kit
# Data Cloud Plugins

This repository serves as the central hub for embedding the Agentic Data Cloud across your favorite developer-focused AI tools.

Whether you are a developer vibe-coding in Claude Code, an enterprise engineer using the Gemini CLI, or an agent builder constructing complex systems with LangGraph, this kit provides the prescriptive tools like **Skills and MCP servers** you need to interact safely and efficiently with [Google Data Cloud products](https://cloud.google.com/data-cloud).

## 📓 What's Included

The Data Agent Kit is currently organized as an index pointing to product-specific extensions, MCP configurations, and builder tools.
Data Cloud Plugins is currently organized as an index pointing to product-specific extensions, MCP configurations, and builder tools.

- [Extensions & Plugins](#individual-extensions--plugins)
- [MCP Servers](#model-context-protocol-mcp)
Expand All @@ -31,43 +31,43 @@ gemini extensions install https://github.com/gemini-cli-extensions/<REPO>
<details>
<summary><h3>Claude Code Installation</h3></summary>

Claude Code utilizes a marketplace system for plugins. Install the Data Agent Kit marketplace to access all Data Cloud plugins:
Claude Code utilizes a marketplace system for plugins. Install the Data Cloud Plugins marketplace to access all Data Cloud plugins:

```bash
# Step 1. Install marketplace
## Option 1. Install marketplace from CLI
claude plugin marketplace add GoogleCloudPlatform/data-agent-kit
claude plugin marketplace add GoogleCloudPlatform/data-cloud-plugins

## Option 2. Install marketplace from Claude
/plugin marketplace add https://github.com/GoogleCloudPlatform/data-agent-kit.git
/plugin marketplace add https://github.com/GoogleCloudPlatform/data-cloud-plugins.git

# Step 2. Install a plugin
claude
/plugin install <plugin-name>@data-agent-kit
/plugin install <plugin-name>@data-cloud-plugins

# Step 3. Reload plugins
/reload-plugins

# Optional. Update the marketplace
claude plugin marketplace update data-agent-kit
claude plugin marketplace update data-cloud-plugins
```

</details>

<details>
<summary><h3>OpenAI Codex Installation</h3></summary>

Codex utilizes a marketplace system for plugins. Install the Data Agent Kit marketplace to access all Data Cloud plugins:
Codex utilizes a marketplace system for plugins. Install the Data Cloud Plugins marketplace to access all Data Cloud plugins:

```bash
# Step 1. Install marketplace
codex plugin marketplace add GoogleCloudPlatform/data-agent-kit
codex plugin marketplace add GoogleCloudPlatform/data-cloud-plugins

# Step 2. Install a plugin
codex plugin add <plugin-name>@data-agent-kit
codex plugin add <plugin-name>@data-cloud-plugins

# Optional. Update the marketplace
codex plugin marketplace upgrade data-agent-kit
codex plugin marketplace upgrade data-cloud-plugins
```

</details>
Expand All @@ -77,12 +77,12 @@ codex plugin marketplace upgrade data-agent-kit

Antigravity CLI installs plugins directly from remote GitHub repositories. You have two options:

**Option 1. Install the full Data Agent Kit**
**Option 1. Install the full Data Cloud Plugins collection**

Installs all Data Cloud plugins from this repository in one step:

```bash
agy plugin install https://github.com/GoogleCloudPlatform/data-agent-kit
agy plugin install https://github.com/GoogleCloudPlatform/data-cloud-plugins
```

**Option 2. Install individual plugins from their product repositories**
Expand Down
2 changes: 1 addition & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"packages": {
".": {
"release-type": "simple",
"package-name": "data-agent-kit",
"package-name": "data-cloud-plugins",
"extra-files": [
"README.md",
{
Expand Down
6 changes: 3 additions & 3 deletions ucp-analytics/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ server-side webhook handlers). 27 + 6 − 1 = 32.
## Install

```bash
git clone https://github.com/GoogleCloudPlatform/data-agent-kit.git
cd data-agent-kit/ucp-analytics
git clone https://github.com/GoogleCloudPlatform/data-cloud-plugins.git
cd data-cloud-plugins/ucp-analytics
```

`quickstart.py` declares its runtime dependency inline via
Expand Down Expand Up @@ -168,5 +168,5 @@ read and easy to grow.

## License

[Apache 2.0](../LICENSE), inherited from the Data Agent Kit
[Apache 2.0](../LICENSE), inherited from the Data Cloud Plugins
repository.
Loading