-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathplugin.json
More file actions
13 lines (13 loc) · 817 Bytes
/
Copy pathplugin.json
File metadata and controls
13 lines (13 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "dak",
"version": "0.11.0",
"description": "This plugin provides a specialized suite of skills 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, and orchestrate end-to-end workflows across GCP's data ecosystem.",
"author": {
"name": "Google LLC",
"email": "data-cloud-ai-integrations@google.com"
},
"homepage": "https://docs.cloud.google.com/data-cloud-extension",
"repository": "https://github.com/gemini-cli-extensions/data-agent-kit-starter-pack",
"license": "Apache-2.0"
}