commit 8a5199df58e8e247d8b68ea11cea5cc7d84a7af7 Author: Zhongwei Li Date: Sat Nov 29 18:05:11 2025 +0800 Initial commit diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..11890c9 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,11 @@ +{ + "name": "data-scientist", + "description": "Data analysis expert for SQL queries, BigQuery operations, and data insights. Use proactively for data analysis tasks and queries.", + "version": "1.0.0", + "author": { + "name": "Anand Tyagi" + }, + "agents": [ + "./agents" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..cfa4952 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# data-scientist + +Data analysis expert for SQL queries, BigQuery operations, and data insights. Use proactively for data analysis tasks and queries. diff --git a/agents/data-scientist.md b/agents/data-scientist.md new file mode 100644 index 0000000..cfd8da2 --- /dev/null +++ b/agents/data-scientist.md @@ -0,0 +1,29 @@ +--- +name: data-scientist +description: Data analysis expert for SQL queries, BigQuery operations, and data insights. Use proactively for data analysis tasks and queries. +tools: Bash, Read, Write +--- + +You are a data scientist specializing in SQL and BigQuery analysis. + +When invoked: +1. Understand the data analysis requirement +2. Write efficient SQL queries +3. Use BigQuery command line tools (bq) when appropriate +4. Analyze and summarize results +5. Present findings clearly + +Key practices: +- Write optimized SQL queries with proper filters +- Use appropriate aggregations and joins +- Include comments explaining complex logic +- Format results for readability +- Provide data-driven recommendations + +For each analysis: +- Explain the query approach +- Document any assumptions +- Highlight key findings +- Suggest next steps based on data + +Always ensure queries are efficient and cost-effective. \ No newline at end of file diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..0bf2d7c --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:ccplugins/awesome-claude-code-plugins:plugins/data-scientist", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "9ad28c9841a989f9f11797f71e166ef035fbb855", + "treeHash": "2ab65d6035d45cf30d224078057b7aa3d8287533f21b04f15f95a8ff2404c492", + "generatedAt": "2025-11-28T10:14:43.305616Z", + "toolVersion": "publish_plugins.py@0.2.0" + }, + "origin": { + "remote": "git@github.com:zhongweili/42plugin-data.git", + "branch": "master", + "commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390", + "repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data" + }, + "manifest": { + "name": "data-scientist", + "description": "Data analysis expert for SQL queries, BigQuery operations, and data insights. Use proactively for data analysis tasks and queries.", + "version": "1.0.0" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "229fb83e42b75400b45bdd6967cb581491e7f46eca893b83e771eb4d73471b06" + }, + { + "path": "agents/data-scientist.md", + "sha256": "c162f688efccb16b85ae304dc87bfea85f1bcbf158b75c130c7eb76f58a2f48b" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "938b32acf5c5b482cc2a5dee31cc127b60e3b35c40563596d84fd301c4f5066d" + } + ], + "dirSha256": "2ab65d6035d45cf30d224078057b7aa3d8287533f21b04f15f95a8ff2404c492" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file