opencode-skills-antigravity 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -26,6 +26,12 @@ Preferred homepage:
|
|
|
26
26
|
|
|
27
27
|
> `https://github.com/sickn33/antigravity-awesome-skills`
|
|
28
28
|
|
|
29
|
+
Preferred social preview:
|
|
30
|
+
|
|
31
|
+
- use a clean preview image that says `1,273+ Agentic Skills`;
|
|
32
|
+
- mention Claude Code, Cursor, Codex CLI, and Gemini CLI;
|
|
33
|
+
- avoid dense text and tiny logos that disappear in social cards.
|
|
34
|
+
|
|
29
35
|
Preferred topics:
|
|
30
36
|
|
|
31
37
|
- `agentic-skills`
|
|
@@ -64,6 +70,45 @@ Suggested opening structure:
|
|
|
64
70
|
2. top changes that matter to new and returning users;
|
|
65
71
|
3. links to install, bundles, workflows, and relevant comparison pages if needed.
|
|
66
72
|
|
|
73
|
+
Suggested release template:
|
|
74
|
+
|
|
75
|
+
```md
|
|
76
|
+
## [VERSION] - YYYY-MM-DD - "User-facing title"
|
|
77
|
+
|
|
78
|
+
> Installable skill library update for Claude Code, Cursor, Codex CLI, Gemini CLI, and related AI coding assistants.
|
|
79
|
+
|
|
80
|
+
Start here:
|
|
81
|
+
|
|
82
|
+
- Install: `npx antigravity-awesome-skills`
|
|
83
|
+
- Choose your tool: `README.md#choose-your-tool`
|
|
84
|
+
- Best skills by tool: `README.md#best-skills-by-tool`
|
|
85
|
+
- Bundles: `docs/users/bundles.md`
|
|
86
|
+
- Workflows: `docs/users/workflows.md`
|
|
87
|
+
|
|
88
|
+
## What's new
|
|
89
|
+
|
|
90
|
+
- New skills with clear use-case language
|
|
91
|
+
- New bundles, workflows, or onboarding docs
|
|
92
|
+
- New tool support or compatibility improvements
|
|
93
|
+
|
|
94
|
+
## Improvements
|
|
95
|
+
|
|
96
|
+
- Reliability and installer updates
|
|
97
|
+
- Quality, validation, or metadata updates
|
|
98
|
+
- Security or maintenance work that affects users
|
|
99
|
+
|
|
100
|
+
## Who should care
|
|
101
|
+
|
|
102
|
+
- Claude Code users
|
|
103
|
+
- Cursor users
|
|
104
|
+
- Codex CLI users
|
|
105
|
+
- Gemini CLI users
|
|
106
|
+
|
|
107
|
+
## Credits
|
|
108
|
+
|
|
109
|
+
- Contributors and merged PRs
|
|
110
|
+
```
|
|
111
|
+
|
|
67
112
|
## Discussions checklist
|
|
68
113
|
|
|
69
114
|
Suggested pinned discussion topics:
|
|
@@ -2,6 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
> **Curated collections of skills organized by role and expertise level.** Don't know where to start? Pick a bundle below to get a curated set of skills for your role.
|
|
4
4
|
|
|
5
|
+
> These packs are curated starter recommendations for humans. Generated bundle ids in `data/bundles.json` are broader catalog/workflow groupings and do not need to map 1:1 to the editorial packs below.
|
|
6
|
+
|
|
5
7
|
## Quick Start
|
|
6
8
|
|
|
7
9
|
1. **Install the repository:**
|
|
@@ -341,6 +343,122 @@ _For teams modeling complex domains and evolving toward evented systems._
|
|
|
341
343
|
- [`saga-orchestration`](../../skills/saga-orchestration/): Cross-context long-running transaction coordination.
|
|
342
344
|
- [`projection-patterns`](../../skills/projection-patterns/): Materialized read models from event streams.
|
|
343
345
|
|
|
346
|
+
### 🤖 The "Automation Builder" Pack
|
|
347
|
+
|
|
348
|
+
_For connecting tools and building repeatable automated workflows._
|
|
349
|
+
|
|
350
|
+
- [`workflow-automation`](../../skills/workflow-automation/): Design durable automation flows for AI and business systems.
|
|
351
|
+
- [`mcp-builder`](../../skills/mcp-builder/): Create tool interfaces agents can use reliably.
|
|
352
|
+
- [`make-automation`](../../skills/make-automation/): Build automations in Make/Integromat.
|
|
353
|
+
- [`airtable-automation`](../../skills/airtable-automation/): Automate Airtable records, bases, and views.
|
|
354
|
+
- [`notion-automation`](../../skills/notion-automation/): Automate Notion pages, databases, and blocks.
|
|
355
|
+
- [`slack-automation`](../../skills/slack-automation/): Automate Slack messaging and channel workflows.
|
|
356
|
+
- [`googlesheets-automation`](../../skills/googlesheets-automation/): Automate spreadsheet updates and data operations.
|
|
357
|
+
|
|
358
|
+
### 💼 The "RevOps & CRM Automation" Pack
|
|
359
|
+
|
|
360
|
+
_For revenue operations, support handoffs, and CRM-heavy automation._
|
|
361
|
+
|
|
362
|
+
- [`hubspot-automation`](../../skills/hubspot-automation/): Automate contacts, companies, deals, and tickets.
|
|
363
|
+
- [`sendgrid-automation`](../../skills/sendgrid-automation/): Automate email sends, contacts, and templates.
|
|
364
|
+
- [`zendesk-automation`](../../skills/zendesk-automation/): Automate support tickets and reply workflows.
|
|
365
|
+
- [`google-calendar-automation`](../../skills/google-calendar-automation/): Schedule events and manage availability.
|
|
366
|
+
- [`outlook-calendar-automation`](../../skills/outlook-calendar-automation/): Automate Outlook meetings and invitations.
|
|
367
|
+
- [`stripe-automation`](../../skills/stripe-automation/): Automate billing, invoices, and subscriptions.
|
|
368
|
+
- [`shopify-automation`](../../skills/shopify-automation/): Automate products, orders, customers, and inventory.
|
|
369
|
+
|
|
370
|
+
### 💳 The "Commerce & Payments" Pack
|
|
371
|
+
|
|
372
|
+
_For monetization, payments, and commerce workflows._
|
|
373
|
+
|
|
374
|
+
- [`stripe-integration`](../../skills/stripe-integration/): Build robust checkout, subscription, and webhook flows.
|
|
375
|
+
- [`paypal-integration`](../../skills/paypal-integration/): Integrate PayPal payments and related flows.
|
|
376
|
+
- [`plaid-fintech`](../../skills/plaid-fintech/): Link bank accounts and handle ACH-related use cases.
|
|
377
|
+
- [`hubspot-integration`](../../skills/hubspot-integration/): Connect CRM data into product and revenue workflows.
|
|
378
|
+
- [`algolia-search`](../../skills/algolia-search/): Add search and discovery to commerce experiences.
|
|
379
|
+
- [`monetization`](../../skills/monetization/): Design pricing and monetization systems deliberately.
|
|
380
|
+
|
|
381
|
+
### 🏢 The "Odoo ERP" Pack
|
|
382
|
+
|
|
383
|
+
_For teams building or operating around Odoo-based business systems._
|
|
384
|
+
|
|
385
|
+
- [`odoo-module-developer`](../../skills/odoo-module-developer/): Create custom Odoo modules cleanly.
|
|
386
|
+
- [`odoo-orm-expert`](../../skills/odoo-orm-expert/): Work effectively with Odoo ORM patterns and performance.
|
|
387
|
+
- [`odoo-sales-crm-expert`](../../skills/odoo-sales-crm-expert/): Optimize sales pipelines, leads, and forecasting.
|
|
388
|
+
- [`odoo-ecommerce-configurator`](../../skills/odoo-ecommerce-configurator/): Configure storefront, catalog, and order flows.
|
|
389
|
+
- [`odoo-performance-tuner`](../../skills/odoo-performance-tuner/): Diagnose and improve slow Odoo instances.
|
|
390
|
+
- [`odoo-security-rules`](../../skills/odoo-security-rules/): Apply secure access controls and rule design.
|
|
391
|
+
- [`odoo-docker-deployment`](../../skills/odoo-docker-deployment/): Deploy and run Odoo in Docker-based environments.
|
|
392
|
+
|
|
393
|
+
### ☁️ The "Azure AI & Cloud" Pack
|
|
394
|
+
|
|
395
|
+
_For building on Azure across cloud, AI, and platform services._
|
|
396
|
+
|
|
397
|
+
- [`azd-deployment`](../../skills/azd-deployment/): Ship Azure apps with Azure Developer CLI workflows.
|
|
398
|
+
- [`azure-functions`](../../skills/azure-functions/): Build serverless workloads with Azure Functions.
|
|
399
|
+
- [`azure-ai-openai-dotnet`](../../skills/azure-ai-openai-dotnet/): Use Azure OpenAI from .NET applications.
|
|
400
|
+
- [`azure-search-documents-py`](../../skills/azure-search-documents-py/): Build search, hybrid search, and indexing in Python.
|
|
401
|
+
- [`azure-identity-py`](../../skills/azure-identity-py/): Handle Azure authentication flows in Python services.
|
|
402
|
+
- [`azure-monitor-opentelemetry-ts`](../../skills/azure-monitor-opentelemetry-ts/): Add telemetry and tracing from TypeScript apps.
|
|
403
|
+
|
|
404
|
+
### 📲 The "Expo & React Native" Pack
|
|
405
|
+
|
|
406
|
+
_For shipping mobile apps with Expo and React Native._
|
|
407
|
+
|
|
408
|
+
- [`react-native-architecture`](../../skills/react-native-architecture/): Structure production React Native apps well.
|
|
409
|
+
- [`expo-api-routes`](../../skills/expo-api-routes/): Build API routes in Expo Router and EAS Hosting.
|
|
410
|
+
- [`expo-dev-client`](../../skills/expo-dev-client/): Build and distribute Expo development clients.
|
|
411
|
+
- [`expo-tailwind-setup`](../../skills/expo-tailwind-setup/): Set up Tailwind and NativeWind in Expo apps.
|
|
412
|
+
- [`expo-cicd-workflows`](../../skills/expo-cicd-workflows/): Automate builds and releases with EAS workflows.
|
|
413
|
+
- [`expo-deployment`](../../skills/expo-deployment/): Deploy Expo apps and manage release flow.
|
|
414
|
+
- [`app-store-optimization`](../../skills/app-store-optimization/): Improve App Store and Play Store discoverability.
|
|
415
|
+
|
|
416
|
+
### 🍎 The "Apple Platform Design" Pack
|
|
417
|
+
|
|
418
|
+
_For teams designing native-feeling Apple platform experiences._
|
|
419
|
+
|
|
420
|
+
- [`hig-foundations`](../../skills/hig-foundations/): Learn the core Apple Human Interface Guidelines.
|
|
421
|
+
- [`hig-patterns`](../../skills/hig-patterns/): Apply Apple interaction and UX patterns correctly.
|
|
422
|
+
- [`hig-components-layout`](../../skills/hig-components-layout/): Use Apple layout and navigation components well.
|
|
423
|
+
- [`hig-inputs`](../../skills/hig-inputs/): Design for gestures, keyboards, Pencil, focus, and controllers.
|
|
424
|
+
- [`hig-components-system`](../../skills/hig-components-system/): Work with widgets, live activities, and system surfaces.
|
|
425
|
+
- [`hig-platforms`](../../skills/hig-platforms/): Adapt experiences across Apple device families.
|
|
426
|
+
|
|
427
|
+
### 🧩 The "Makepad Builder" Pack
|
|
428
|
+
|
|
429
|
+
_For building UI-heavy apps with the Makepad ecosystem._
|
|
430
|
+
|
|
431
|
+
- [`makepad-basics`](../../skills/makepad-basics/): Start with Makepad fundamentals and mental model.
|
|
432
|
+
- [`makepad-layout`](../../skills/makepad-layout/): Handle sizing, flow, alignment, and layout composition.
|
|
433
|
+
- [`makepad-widgets`](../../skills/makepad-widgets/): Build interfaces from Makepad widgets.
|
|
434
|
+
- [`makepad-event-action`](../../skills/makepad-event-action/): Wire interaction and event handling correctly.
|
|
435
|
+
- [`makepad-shaders`](../../skills/makepad-shaders/): Create GPU-driven visual effects and custom drawing.
|
|
436
|
+
- [`makepad-deployment`](../../skills/makepad-deployment/): Package and ship Makepad projects.
|
|
437
|
+
|
|
438
|
+
### 🔎 The "SEO Specialist" Pack
|
|
439
|
+
|
|
440
|
+
_For technical SEO, content structure, and search growth._
|
|
441
|
+
|
|
442
|
+
- [`seo-fundamentals`](../../skills/seo-fundamentals/): Build from sound SEO principles and search constraints.
|
|
443
|
+
- [`seo-content-planner`](../../skills/seo-content-planner/): Plan clusters, calendars, and content gaps.
|
|
444
|
+
- [`seo-content-writer`](../../skills/seo-content-writer/): Produce search-aware content drafts with intent alignment.
|
|
445
|
+
- [`seo-structure-architect`](../../skills/seo-structure-architect/): Improve hierarchy, internal links, and structure.
|
|
446
|
+
- [`seo-cannibalization-detector`](../../skills/seo-cannibalization-detector/): Find overlapping pages competing for the same intent.
|
|
447
|
+
- [`seo-content-auditor`](../../skills/seo-content-auditor/): Audit existing content quality and optimization gaps.
|
|
448
|
+
- [`schema-markup`](../../skills/schema-markup/): Add structured data to support richer search results.
|
|
449
|
+
|
|
450
|
+
### 📄 The "Documents & Presentations" Pack
|
|
451
|
+
|
|
452
|
+
_For document-heavy workflows, spreadsheets, PDFs, and presentations._
|
|
453
|
+
|
|
454
|
+
- [`office-productivity`](../../skills/office-productivity/): Coordinate document, spreadsheet, and presentation workflows.
|
|
455
|
+
- [`docx-official`](../../skills/docx-official/): Create and edit Word-compatible documents.
|
|
456
|
+
- [`pptx-official`](../../skills/pptx-official/): Create and edit PowerPoint-compatible presentations.
|
|
457
|
+
- [`xlsx-official`](../../skills/xlsx-official/): Create and analyze spreadsheet files with formulas and formatting.
|
|
458
|
+
- [`pdf-official`](../../skills/pdf-official/): Extract, generate, and manipulate PDFs programmatically.
|
|
459
|
+
- [`google-slides-automation`](../../skills/google-slides-automation/): Automate presentation updates in Google Slides.
|
|
460
|
+
- [`google-sheets-automation`](../../skills/google-sheets-automation/): Automate reads and writes in Google Sheets.
|
|
461
|
+
|
|
344
462
|
---
|
|
345
463
|
|
|
346
464
|
## 🧰 Maintainer & OSS
|
|
@@ -461,4 +579,4 @@ Found a skill that should be in a bundle? Or want to create a new bundle? [Open
|
|
|
461
579
|
|
|
462
580
|
---
|
|
463
581
|
|
|
464
|
-
_Last updated: March 2026 | Total Skills: 1,254+ | Total Bundles:
|
|
582
|
+
_Last updated: March 2026 | Total Skills: 1,254+ | Total Bundles: 36_
|
package/package.json
CHANGED