From c979ccf6c9debfa2046796f554655ce1ff383621 Mon Sep 17 00:00:00 2001 From: sck_0 Date: Thu, 5 Mar 2026 15:58:17 +0100 Subject: [PATCH] chore: sync generated files for drizzle-orm-expert --- CATALOG.md | 5 +++-- README.md | 8 ++++---- data/bundles.json | 2 ++ data/catalog.json | 27 ++++++++++++++++++++++++++- 4 files changed, 35 insertions(+), 7 deletions(-) diff --git a/CATALOG.md b/CATALOG.md index 744d337c..67ce313d 100644 --- a/CATALOG.md +++ b/CATALOG.md @@ -2,7 +2,7 @@ Generated at: 2026-02-08T00:00:00.000Z -Total skills: 978 +Total skills: 979 ## architecture (67) @@ -132,7 +132,7 @@ calculations | startup, business, analyst, market, opportunity | startup, busine | `startup-financial-modeling` | This skill should be used when the user asks to \\\"create financial projections", "build a financial model", "forecast revenue", "calculate burn rate", "est... | startup, financial, modeling | startup, financial, modeling, skill, should, used, user, asks, projections, model, forecast, revenue | | `whatsapp-automation` | Automate WhatsApp Business tasks via Rube MCP (Composio): send messages, manage templates, upload media, and handle contacts. Always search tools first for c... | whatsapp | whatsapp, automation, automate, business, tasks, via, rube, mcp, composio, send, messages, upload | -## data-ai (179) +## data-ai (180) | Skill | Description | Tags | Triggers | | --- | --- | --- | --- | @@ -237,6 +237,7 @@ calculations | startup, business, analyst, market, opportunity | startup, busine | `dbt-transformation-patterns` | Master dbt (data build tool) for analytics engineering with model organization, testing, documentation, and incremental strategies. Use when building data tr... | dbt, transformation | dbt, transformation, data, analytics, engineering, model, organization, testing, documentation, incremental, building, transformations | | `documentation-generation-doc-generate` | You are a documentation expert specializing in creating comprehensive, maintainable documentation from code. Generate API docs, architecture diagrams, user g... | documentation, generation, doc, generate | documentation, generation, doc, generate, specializing, creating, maintainable, code, api, docs, architecture, diagrams | | `documentation-templates` | Documentation templates and structure guidelines. README, API docs, code comments, and AI-friendly documentation. | documentation | documentation, structure, guidelines, readme, api, docs, code, comments, ai, friendly | +| `drizzle-orm-expert` | Expert in Drizzle ORM for TypeScript — schema design, relational queries, migrations, and serverless database integration. Use when building type-safe databa... | drizzle, orm | drizzle, orm, typescript, schema, relational, queries, migrations, serverless, database, integration, building, type | | `embedding-strategies` | Select and optimize embedding models for semantic search and RAG applications. Use when choosing embedding models, implementing chunking strategies, or optim... | embedding, strategies | embedding, strategies, select, optimize, models, semantic, search, rag, applications, choosing, implementing, chunking | | `fal-audio` | Text-to-speech and speech-to-text using fal.ai audio models | fal, audio | fal, audio, text, speech, ai, models | | `fal-generate` | Generate images and videos using fal.ai AI models | fal, generate | fal, generate, images, videos, ai, models | diff --git a/README.md b/README.md index bf46c95e..68e4b5ed 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# 🌌 Antigravity Awesome Skills: 978+ Agentic Skills for Claude Code, Gemini CLI, Cursor, Copilot & More +# 🌌 Antigravity Awesome Skills: 979+ Agentic Skills for Claude Code, Gemini CLI, Cursor, Copilot & More -> **The Ultimate Collection of 978+ Universal Agentic Skills for AI Coding Assistants — Claude Code, Gemini CLI, Codex CLI, Antigravity IDE, GitHub Copilot, Cursor, OpenCode, AdaL** +> **The Ultimate Collection of 979+ Universal Agentic Skills for AI Coding Assistants — Claude Code, Gemini CLI, Codex CLI, Antigravity IDE, GitHub Copilot, Cursor, OpenCode, AdaL** [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Claude Code](https://img.shields.io/badge/Claude%20Code-Anthropic-purple)](https://claude.ai) @@ -42,7 +42,7 @@ This repository provides essential skills to transform your AI assistant into a - [🎁 Curated Collections (Bundles)](#curated-collections) - [🧭 Antigravity Workflows](#antigravity-workflows) - [📦 Features & Categories](#features--categories) -- [📚 Browse 978+ Skills](#browse-978-skills) +- [📚 Browse 979+ Skills](#browse-979-skills) - [🤝 How to Contribute](#how-to-contribute) - [💬 Community](#community) - [☕ Support the Project](#support-the-project) @@ -341,7 +341,7 @@ The repository is organized into specialized domains to transform your AI into a Counts change as new skills are added. For the current full registry, see [CATALOG.md](CATALOG.md). -## Browse 978+ Skills +## Browse 979+ Skills We have moved the full skill registry to a dedicated catalog to keep this README clean, and we've also introduced an interactive **Web App**! diff --git a/data/bundles.json b/data/bundles.json index 271e473a..db8df3c4 100644 --- a/data/bundles.json +++ b/data/bundles.json @@ -138,6 +138,7 @@ "dotnet-architect", "dotnet-backend", "dotnet-backend-patterns", + "drizzle-orm-expert", "exa-search", "fastapi-pro", "fastapi-router-py", @@ -441,6 +442,7 @@ "database-migrations-sql-migrations", "database-optimizer", "dbt-transformation-patterns", + "drizzle-orm-expert", "firebase", "fp-ts-react", "frontend-dev-guidelines", diff --git a/data/catalog.json b/data/catalog.json index 95e8a6a1..6246a6a4 100644 --- a/data/catalog.json +++ b/data/catalog.json @@ -1,6 +1,6 @@ { "generatedAt": "2026-02-08T00:00:00.000Z", - "total": 978, + "total": 979, "skills": [ { "id": "00-andruia-consultant", @@ -9871,6 +9871,31 @@ ], "path": "skills/dotnet-backend-patterns/SKILL.md" }, + { + "id": "drizzle-orm-expert", + "name": "drizzle-orm-expert", + "description": "Expert in Drizzle ORM for TypeScript — schema design, relational queries, migrations, and serverless database integration. Use when building type-safe database layers with Drizzle.", + "category": "data-ai", + "tags": [ + "drizzle", + "orm" + ], + "triggers": [ + "drizzle", + "orm", + "typescript", + "schema", + "relational", + "queries", + "migrations", + "serverless", + "database", + "integration", + "building", + "type" + ], + "path": "skills/drizzle-orm-expert/SKILL.md" + }, { "id": "dropbox-automation", "name": "dropbox-automation",