From 4eaf1ee5ea6e02ebd20cb1955207bef265a5d5ab Mon Sep 17 00:00:00 2001 From: Reza Rezvani Date: Thu, 26 Mar 2026 09:42:47 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20add=20plugin.json=20for=20snowflake-deve?= =?UTF-8?q?lopment,=20update=20parent=20count=20(29=E2=86=9230)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- engineering-team/.claude-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 engineering-team/snowflake-development/.claude-plugin/plugin.json diff --git a/engineering-team/.claude-plugin/plugin.json b/engineering-team/.claude-plugin/plugin.json index ca9f5c1..59e99e8 100644 --- a/engineering-team/.claude-plugin/plugin.json +++ b/engineering-team/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "engineering-skills", - "description": "29 production-ready engineering skills: architecture, frontend, backend, fullstack, QA, DevOps, security, AI/ML, data engineering, Playwright (9 sub-skills), self-improving agent, Stripe integration, TDD guide, Google Workspace CLI, a11y audit (WCAG 2.2), Azure cloud architect, GCP cloud architect, security pen testing, and more. Agent skill and plugin for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw.", + "description": "30 production-ready engineering skills: architecture, frontend, backend, fullstack, QA, DevOps, security, AI/ML, data engineering, Playwright (9 sub-skills), self-improving agent, Stripe integration, TDD guide, Google Workspace CLI, a11y audit (WCAG 2.2), Azure cloud architect, GCP cloud architect, security pen testing, Snowflake development, and more. Agent skill and plugin for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw.", "version": "2.1.2", "author": { "name": "Alireza Rezvani", diff --git a/engineering-team/snowflake-development/.claude-plugin/plugin.json b/engineering-team/snowflake-development/.claude-plugin/plugin.json new file mode 100644 index 0000000..97d4c61 --- /dev/null +++ b/engineering-team/snowflake-development/.claude-plugin/plugin.json @@ -0,0 +1,13 @@ +{ + "name": "snowflake-development", + "description": "Snowflake SQL, data pipelines (Dynamic Tables, Streams+Tasks), Cortex AI functions, Snowpark Python, and dbt integration. Includes query helper script, 3 reference guides, and troubleshooting.", + "version": "2.1.2", + "author": { + "name": "Alireza Rezvani", + "url": "https://alirezarezvani.com" + }, + "homepage": "https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/snowflake-development", + "repository": "https://github.com/alirezarezvani/claude-skills", + "license": "MIT", + "skills": "./" +}