opencode-skills-antigravity 1.0.18 โ†’ 1.0.19

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.
@@ -4,11 +4,11 @@
4
4
 
5
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
6
 
7
- > **Important:** bundles are not invokable mega-skills such as `@web-wizard` or `/essentials-bundle`. Use the individual skills listed in the pack, or use the activation scripts if you want only that bundle's skills active in your live Antigravity directory.
7
+ > **Important:** bundles are installable plugin subsets and activation presets, not invokable mega-skills such as `@web-wizard` or `/essentials-bundle`. Use the individual skills listed in the pack, install the bundle as a dedicated marketplace plugin, or use the activation scripts if you want only that bundle's skills active in your live Antigravity directory.
8
8
 
9
9
  ## Quick Start
10
10
 
11
- 1. **Install the repository:**
11
+ 1. **Install the repository or bundle plugin:**
12
12
 
13
13
  ```bash
14
14
  npx antigravity-awesome-skills
@@ -18,13 +18,13 @@
18
18
 
19
19
  2. **Choose your bundle** from the list below based on your role or interests.
20
20
 
21
- 3. **Use skills** by referencing them in your AI assistant:
22
- - Claude Code: `>> /skill-name help me...`
23
- - Cursor: `@skill-name in chat`
21
+ 3. **Use bundle plugins or individual skills** in your AI assistant:
22
+ - Claude Code: install the matching marketplace bundle plugin, or invoke `>> /skill-name help me...`
23
+ - Codex CLI / Codex app: install the matching bundle plugin where plugin marketplaces are available, or invoke `Use skill-name...`
24
+ - Cursor: `@skill-name` in chat
24
25
  - Gemini CLI: `Use skill-name...`
25
- - Codex CLI: `Use skill-name...`
26
26
 
27
- If you want a bundle to behave like a focused active subset instead of a reading list, use:
27
+ If you want a bundle to behave like a focused active subset instead of a full install, use:
28
28
 
29
29
  - macOS/Linux: `./scripts/activate-skills.sh --clear Essentials`
30
30
  - macOS/Linux: `./scripts/activate-skills.sh --clear "Web Wizard"`
@@ -44,6 +44,7 @@ _For everyone. Install these first._
44
44
  - [`kaizen`](../../skills/kaizen/): Continuous improvement mindset.
45
45
  - [`systematic-debugging`](../../skills/systematic-debugging/): Debug like a pro.
46
46
 
47
+
47
48
  ---
48
49
 
49
50
  ## Security & Compliance
@@ -71,6 +72,7 @@ _For building secure applications._
71
72
  - [`cc-skill-security-review`](../../skills/cc-skill-security-review/): Security checklist for features.
72
73
  - [`pci-compliance`](../../skills/pci-compliance/): Payment card security standards.
73
74
 
75
+
74
76
  ---
75
77
 
76
78
  ## ๐ŸŒ Web Development
@@ -109,6 +111,7 @@ _For end-to-end web application development._
109
111
  - [`database-design`](../../skills/database-design/): Schema design and ORM selection.
110
112
  - [`stripe-integration`](../../skills/stripe-integration/): Payments and subscriptions.
111
113
 
114
+
112
115
  ---
113
116
 
114
117
  ## ๐Ÿค– AI & Agents
@@ -134,6 +137,7 @@ _For building production LLM applications._
134
137
  - [`context-window-management`](../../skills/context-window-management/): Manage LLM context efficiently.
135
138
  - [`langfuse`](../../skills/langfuse/): LLM observability and tracing.
136
139
 
140
+
137
141
  ---
138
142
 
139
143
  ## ๐ŸŽฎ Game Development
@@ -149,6 +153,7 @@ _For building games with AI assistants._
149
153
  - [`godot-gdscript-patterns`](../../skills/godot-gdscript-patterns/): Godot 4 GDScript patterns.
150
154
  - [`algorithmic-art`](../../skills/algorithmic-art/): Generate assets with code.
151
155
 
156
+
152
157
  ---
153
158
 
154
159
  ## ๐Ÿ Backend & Languages
@@ -185,6 +190,7 @@ _For low-level and performance-critical code._
185
190
  - [`memory-safety-patterns`](../../skills/memory-safety-patterns/): Memory-safe programming.
186
191
  - [`cpp-pro`](../../skills/cpp-pro/): Modern C++ development.
187
192
 
193
+
188
194
  ---
189
195
 
190
196
  ## ๐Ÿฆ„ Product & Business
@@ -221,6 +227,7 @@ _For driving user acquisition and retention._
221
227
  - [`ab-test-setup`](../../skills/ab-test-setup/): Validated learning experiments.
222
228
  - [`email-sequence`](../../skills/email-sequence/): Automated email campaigns.
223
229
 
230
+
224
231
  ---
225
232
 
226
233
  ## DevOps & Infrastructure
@@ -248,6 +255,7 @@ _For production reliability._
248
255
  - [`postmortem-writing`](../../skills/postmortem-writing/): Blameless postmortems.
249
256
  - [`performance-engineer`](../../skills/performance-engineer/): Application performance optimization.
250
257
 
258
+
251
259
  ---
252
260
 
253
261
  ## ๐Ÿ“Š Data & Analytics
@@ -273,6 +281,7 @@ _For building data pipelines._
273
281
  - [`vector-database-engineer`](../../skills/vector-database-engineer/): Vector databases for RAG.
274
282
  - [`embedding-strategies`](../../skills/embedding-strategies/): Embedding model selection.
275
283
 
284
+
276
285
  ---
277
286
 
278
287
  ## ๐ŸŽจ Creative & Content
@@ -288,6 +297,7 @@ _For visuals, content, and branding._
288
297
  - [`algorithmic-art`](../../skills/algorithmic-art/): Code-generated masterpieces.
289
298
  - [`interactive-portfolio`](../../skills/interactive-portfolio/): Portfolios that land jobs.
290
299
 
300
+
291
301
  ---
292
302
 
293
303
  ## ๐Ÿž Quality Assurance
@@ -304,6 +314,7 @@ _For breaking things before users do._
304
314
  - [`code-review-checklist`](../../skills/code-review-checklist/): Catch bugs in PRs.
305
315
  - [`test-fixing`](../../skills/test-fixing/): Fix failing tests systematically.
306
316
 
317
+
307
318
  ---
308
319
 
309
320
  ## ๐Ÿ”ง Specialized Packs
@@ -467,6 +478,7 @@ _For document-heavy workflows, spreadsheets, PDFs, and presentations._
467
478
  - [`google-slides-automation`](../../skills/google-slides-automation/): Automate presentation updates in Google Slides.
468
479
  - [`google-sheets-automation`](../../skills/google-sheets-automation/): Automate reads and writes in Google Sheets.
469
480
 
481
+
470
482
  ---
471
483
 
472
484
  ## ๐Ÿงฐ Maintainer & OSS
@@ -494,8 +506,6 @@ _For creating and maintaining high-quality SKILL.md assets._
494
506
  - [`lint-and-validate`](../../skills/lint-and-validate/): Validate quality after edits.
495
507
  - [`verification-before-completion`](../../skills/verification-before-completion/): Confirm changes before claiming done.
496
508
 
497
- ---
498
-
499
509
  ## ๐Ÿ“š How to Use Bundles
500
510
 
501
511
  ### 1) Pick by immediate goal
@@ -510,10 +520,10 @@ Pick the minimum set for your current milestone. Expand only when you hit a real
510
520
 
511
521
  ### 3) Invoke skills consistently
512
522
 
513
- - **Claude Code**: `>> /skill-name help me...`
523
+ - **Claude Code**: install a bundle plugin or use `>> /skill-name help me...`
524
+ - **Codex CLI**: install a bundle plugin where marketplaces are available, or use `Use skill-name...`
514
525
  - **Cursor**: `@skill-name` in chat
515
526
  - **Gemini CLI**: `Use skill-name...`
516
- - **Codex CLI**: `Use skill-name...`
517
527
 
518
528
  ### 4) Build your personal shortlist
519
529
 
@@ -587,4 +597,4 @@ Found a skill that should be in a bundle? Or want to create a new bundle? [Open
587
597
 
588
598
  ---
589
599
 
590
- _Last updated: March 2026 | Total Skills: 1,328+ | Total Bundles: 36_
600
+ _Last updated: March 2026 | Total Skills: 1,328+ | Total Bundles: 37_
@@ -12,6 +12,7 @@ Install the library into Claude Code, then invoke focused skills directly in the
12
12
 
13
13
  - It includes 1,328+ skills instead of a narrow single-domain starter pack.
14
14
  - It supports the standard `.claude/skills/` path and the Claude Code plugin marketplace flow.
15
+ - It also ships generated bundle plugins so teams can install focused packs like `Essentials` or `Security Developer` from the marketplace metadata.
15
16
  - It includes onboarding docs, bundles, and workflows so new users do not need to guess where to begin.
16
17
  - It covers both everyday engineering tasks and specialized work like security reviews, infrastructure, product planning, and documentation.
17
18
 
@@ -27,6 +27,8 @@ npx antigravity-awesome-skills --codex
27
27
 
28
28
  If you prefer a plugin-style Codex integration, this repository also ships repo-local plugin metadata in `.agents/plugins/marketplace.json` and `plugins/antigravity-awesome-skills/.codex-plugin/plugin.json`.
29
29
 
30
+ It also generates bundle-specific Codex plugins so you can install a curated pack such as `Essentials` or `Web Wizard` as a marketplace plugin instead of loading the full library.
31
+
30
32
  ### Verify the install
31
33
 
32
34
  ```bash
@@ -221,6 +221,7 @@ No. Bundles are curated lists of skills, not standalone invokable mega-skills.
221
221
  Use them in one of these two ways:
222
222
 
223
223
  - pick individual skills from the bundle and invoke those directly
224
+ - install the dedicated Claude Code or Codex bundle plugin if you want a marketplace-scoped subset
224
225
  - use the activation scripts if you want only that bundle's skills active in Antigravity
225
226
 
226
227
  Examples:
@@ -20,28 +20,28 @@ Think of it like installing a toolbox. You have all the tools now, but you need
20
20
 
21
21
  ---
22
22
 
23
- ## Step 1: Understanding "Bundles" (This is NOT Another Install!)
23
+ ## Step 1: Understanding "Bundles" (Recommendations or Focused Installs)
24
24
 
25
25
  **Common confusion:** "Do I need to download each skill separately?"
26
26
 
27
- **Answer: NO!** Here's what bundles actually are:
27
+ **Answer: NO!** You do not need to download each skill separately. Here's what bundles actually are:
28
28
 
29
29
  ### What Bundles Are
30
30
 
31
- Bundles are **recommended lists** of skills grouped by role. They help you decide which skills to start using.
31
+ Bundles are **curated groups** of skills organized by role. They help you decide which skills to start using, and they can also be exposed as focused marketplace plugins for Claude Code and Codex.
32
32
 
33
33
  **Analogy:**
34
34
 
35
35
  - You installed a toolbox with 1,328+ tools (โœ… done)
36
36
  - Bundles are like **labeled organizer trays** saying: "If you're a carpenter, start with these 10 tools"
37
- - You don't install bundlesโ€”you **pick skills from them**
37
+ - You can either **pick skills from the tray** or install that tray as a focused marketplace bundle plugin
38
38
 
39
39
  ### What Bundles Are NOT
40
40
 
41
- โŒ Separate installations
42
- โŒ Different download commands
43
- โŒ Something most users need to activate during normal install
41
+ โŒ Separate skill downloads
44
42
  โŒ Invokable mega-skills like `@essentials` or `/web-wizard`
43
+ โŒ Something most users need to activate during normal install
44
+ โŒ A replacement for invoking the individual skills inside the bundle
45
45
 
46
46
  ### Example: The "Web Wizard" Bundle
47
47
 
@@ -52,7 +52,7 @@ When you see the [Web Wizard bundle](bundles.md#-the-web-wizard-pack), it lists:
52
52
  - `tailwind-patterns`
53
53
  - etc.
54
54
 
55
- These are **recommendations** for which skills a web developer should try first. They're already installedโ€”you just need to **use them in your prompts**.
55
+ These are **recommendations** for which skills a web developer should try first. If you have the full library installed, you just need to **use them in your prompts**. If you prefer a narrower install surface, you can install the matching bundle plugin in Claude Code or Codex where plugin marketplaces are available.
56
56
 
57
57
  If you want only one bundle active at a time in Antigravity, use the activation scripts instead of trying to invoke the bundle name directly:
58
58
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-skills-antigravity",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "OpenCode CLI plugin that automatically downloads and keeps Antigravity Awesome Skills up to date.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",