opencode-skills-antigravity 1.0.18 → 1.0.20
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.
- package/bundled-skills/akf-trust-metadata/SKILL.md +69 -0
- package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
- package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
- package/bundled-skills/docs/maintainers/repo-growth-seo.md +3 -3
- package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
- package/bundled-skills/docs/users/bundles.md +98 -12
- package/bundled-skills/docs/users/claude-code-skills.md +8 -1
- package/bundled-skills/docs/users/codex-cli-skills.md +9 -0
- package/bundled-skills/docs/users/faq.md +24 -0
- package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
- package/bundled-skills/docs/users/getting-started.md +10 -3
- package/bundled-skills/docs/users/kiro-integration.md +1 -1
- package/bundled-skills/docs/users/plugins.md +157 -0
- package/bundled-skills/docs/users/usage.md +22 -12
- package/bundled-skills/docs/users/visual-guide.md +4 -4
- package/bundled-skills/playwright-skill/SKILL.md +8 -3
- package/package.json +1 -1
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: akf-trust-metadata
|
|
3
|
+
description: "The AI native file format. EXIF for AI — stamps every file with trust scores, source provenance, and compliance metadata. Embeds into 20+ formats (DOCX, PDF, images, code). EU AI Act, SOX, HIPAA auditing."
|
|
4
|
+
risk: safe
|
|
5
|
+
source: community
|
|
6
|
+
date_added: "2026-03-27"
|
|
7
|
+
author: HMAKT99
|
|
8
|
+
tags:
|
|
9
|
+
- trust
|
|
10
|
+
- metadata
|
|
11
|
+
- provenance
|
|
12
|
+
- compliance
|
|
13
|
+
- file-format
|
|
14
|
+
- ai-native
|
|
15
|
+
---
|
|
16
|
+
|
|
17
|
+
# AKF — The AI Native File Format
|
|
18
|
+
|
|
19
|
+
Every photo has EXIF. Every song has ID3. AKF is the native metadata format for AI-generated content.
|
|
20
|
+
|
|
21
|
+
## When to Use
|
|
22
|
+
|
|
23
|
+
Use this skill when you need to stamp, inspect, or audit provenance and trust metadata on AI-generated or AI-modified files for compliance, review, or handoff workflows.
|
|
24
|
+
|
|
25
|
+
## After creating or modifying files
|
|
26
|
+
|
|
27
|
+
```bash
|
|
28
|
+
akf stamp <file> --agent <agent-name> --evidence "<what you did>"
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
Evidence examples:
|
|
32
|
+
- "generated from user prompt"
|
|
33
|
+
- "refactored existing code"
|
|
34
|
+
- "tests pass"
|
|
35
|
+
- "docs reviewed"
|
|
36
|
+
|
|
37
|
+
## Before modifying existing files
|
|
38
|
+
|
|
39
|
+
```bash
|
|
40
|
+
akf read <file> # Check existing trust metadata
|
|
41
|
+
akf inspect <file> # See detailed trust scores
|
|
42
|
+
```
|
|
43
|
+
|
|
44
|
+
## Compliance auditing
|
|
45
|
+
|
|
46
|
+
```bash
|
|
47
|
+
akf audit <file> --regulation eu_ai_act # EU AI Act Article 50
|
|
48
|
+
akf audit <file> --regulation hipaa # HIPAA
|
|
49
|
+
akf audit <file> --regulation sox # SOX
|
|
50
|
+
akf audit <file> --regulation nist_ai # NIST AI RMF
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
## Classification
|
|
54
|
+
|
|
55
|
+
- `--label confidential` for finance/secret/internal paths
|
|
56
|
+
- `--label public` for README, docs, examples
|
|
57
|
+
- Default: `internal`
|
|
58
|
+
|
|
59
|
+
## Install
|
|
60
|
+
|
|
61
|
+
```bash
|
|
62
|
+
pip install akf
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
## Links
|
|
66
|
+
|
|
67
|
+
- https://akf.dev
|
|
68
|
+
- https://github.com/HMAKT99/AKF
|
|
69
|
+
- npm: `npm install akf-format`
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
---
|
|
2
2
|
title: Jetski/Cortex + Gemini Integration Guide
|
|
3
|
-
description: "Come usare antigravity-awesome-skills con Jetski/Cortex evitando l’overflow di contesto con 1.
|
|
3
|
+
description: "Come usare antigravity-awesome-skills con Jetski/Cortex evitando l’overflow di contesto con 1.329+ skill."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
# Jetski/Cortex + Gemini: integrazione sicura con 1.
|
|
6
|
+
# Jetski/Cortex + Gemini: integrazione sicura con 1.329+ skill
|
|
7
7
|
|
|
8
8
|
Questa guida mostra come integrare il repository `antigravity-awesome-skills` con un agente basato su **Jetski/Cortex + Gemini** (o framework simili) **senza superare il context window** del modello.
|
|
9
9
|
|
|
@@ -23,7 +23,7 @@ Non bisogna mai:
|
|
|
23
23
|
- concatenare il contenuto di tutte le `SKILL.md` in un singolo system prompt;
|
|
24
24
|
- reiniettare l’intera libreria per **ogni** richiesta.
|
|
25
25
|
|
|
26
|
-
Con oltre 1.
|
|
26
|
+
Con oltre 1.329 skill, questo approccio riempie il context window prima ancora di aggiungere i messaggi dell’utente, causando l’errore di truncation.
|
|
27
27
|
|
|
28
28
|
---
|
|
29
29
|
|
|
@@ -20,7 +20,7 @@ This example shows one way to integrate **antigravity-awesome-skills** with a Je
|
|
|
20
20
|
- How to enforce a **maximum number of skills per turn** via `maxSkillsPerTurn`.
|
|
21
21
|
- How to choose whether to **truncate or error** when too many skills are requested via `overflowBehavior`.
|
|
22
22
|
|
|
23
|
-
This pattern avoids context overflow when you have 1,
|
|
23
|
+
This pattern avoids context overflow when you have 1,329+ skills installed.
|
|
24
24
|
|
|
25
25
|
---
|
|
26
26
|
|
|
@@ -6,7 +6,7 @@ This document keeps the repository's GitHub-facing discovery copy aligned with t
|
|
|
6
6
|
|
|
7
7
|
Preferred positioning:
|
|
8
8
|
|
|
9
|
-
> Installable GitHub library of 1,
|
|
9
|
+
> Installable GitHub library of 1,329+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and other AI coding assistants.
|
|
10
10
|
|
|
11
11
|
Key framing:
|
|
12
12
|
|
|
@@ -20,7 +20,7 @@ Key framing:
|
|
|
20
20
|
|
|
21
21
|
Preferred description:
|
|
22
22
|
|
|
23
|
-
> Installable GitHub library of 1,
|
|
23
|
+
> Installable GitHub library of 1,329+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections.
|
|
24
24
|
|
|
25
25
|
Preferred homepage:
|
|
26
26
|
|
|
@@ -28,7 +28,7 @@ Preferred homepage:
|
|
|
28
28
|
|
|
29
29
|
Preferred social preview:
|
|
30
30
|
|
|
31
|
-
- use a clean preview image that says `1,
|
|
31
|
+
- use a clean preview image that says `1,329+ Agentic Skills`;
|
|
32
32
|
- mention Claude Code, Cursor, Codex CLI, and Gemini CLI;
|
|
33
33
|
- avoid dense text and tiny logos that disappear in social cards.
|
|
34
34
|
|
|
@@ -69,7 +69,7 @@ For manual updates, you need:
|
|
|
69
69
|
The update process refreshes:
|
|
70
70
|
- Skills index (`skills_index.json`)
|
|
71
71
|
- Web app skills data (`apps\web-app\public\skills.json`)
|
|
72
|
-
- All 1,
|
|
72
|
+
- All 1,329+ skills from the skills directory
|
|
73
73
|
|
|
74
74
|
## When to Update
|
|
75
75
|
|
|
@@ -4,11 +4,13 @@
|
|
|
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
|
+
|
|
9
|
+
> **Plugin compatibility:** root plugins and bundle plugins only publish plugin-safe skills. If a bundle shows `pending hardening`, the skills still exist in the repository, but that bundle is not yet published for that target. `Requires manual setup` means the bundle is installable, but one or more included skills need an explicit setup step before first use.
|
|
8
10
|
|
|
9
11
|
## Quick Start
|
|
10
12
|
|
|
11
|
-
1. **Install the repository:**
|
|
13
|
+
1. **Install the repository or bundle plugin:**
|
|
12
14
|
|
|
13
15
|
```bash
|
|
14
16
|
npx antigravity-awesome-skills
|
|
@@ -18,13 +20,13 @@
|
|
|
18
20
|
|
|
19
21
|
2. **Choose your bundle** from the list below based on your role or interests.
|
|
20
22
|
|
|
21
|
-
3. **Use
|
|
22
|
-
- Claude Code: `>> /skill-name help me...`
|
|
23
|
-
-
|
|
23
|
+
3. **Use bundle plugins or individual skills** in your AI assistant:
|
|
24
|
+
- Claude Code: install the matching marketplace bundle plugin, or invoke `>> /skill-name help me...`
|
|
25
|
+
- Codex CLI / Codex app: install the matching bundle plugin where plugin marketplaces are available, or invoke `Use skill-name...`
|
|
26
|
+
- Cursor: `@skill-name` in chat
|
|
24
27
|
- Gemini CLI: `Use skill-name...`
|
|
25
|
-
- Codex CLI: `Use skill-name...`
|
|
26
28
|
|
|
27
|
-
If you want a bundle to behave like a focused active subset instead of a
|
|
29
|
+
If you want a bundle to behave like a focused active subset instead of a full install, use:
|
|
28
30
|
|
|
29
31
|
- macOS/Linux: `./scripts/activate-skills.sh --clear Essentials`
|
|
30
32
|
- macOS/Linux: `./scripts/activate-skills.sh --clear "Web Wizard"`
|
|
@@ -38,12 +40,15 @@ If you want a bundle to behave like a focused active subset instead of a reading
|
|
|
38
40
|
|
|
39
41
|
_For everyone. Install these first._
|
|
40
42
|
|
|
43
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
44
|
+
|
|
41
45
|
- [`concise-planning`](../../skills/concise-planning/): Always start with a plan.
|
|
42
46
|
- [`lint-and-validate`](../../skills/lint-and-validate/): Keep your code clean automatically.
|
|
43
47
|
- [`git-pushing`](../../skills/git-pushing/): Save your work safely.
|
|
44
48
|
- [`kaizen`](../../skills/kaizen/): Continuous improvement mindset.
|
|
45
49
|
- [`systematic-debugging`](../../skills/systematic-debugging/): Debug like a pro.
|
|
46
50
|
|
|
51
|
+
|
|
47
52
|
---
|
|
48
53
|
|
|
49
54
|
## Security & Compliance
|
|
@@ -52,6 +57,8 @@ _For everyone. Install these first._
|
|
|
52
57
|
|
|
53
58
|
_For pentesting, auditing, and hardening._
|
|
54
59
|
|
|
60
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
61
|
+
|
|
55
62
|
- [`ethical-hacking-methodology`](../../skills/ethical-hacking-methodology/): The Bible of ethical hacking.
|
|
56
63
|
- [`burp-suite-testing`](../../skills/burp-suite-testing/): Web vulnerability scanning.
|
|
57
64
|
- [`top-web-vulnerabilities`](../../skills/top-web-vulnerabilities/): OWASP-aligned vulnerability taxonomy.
|
|
@@ -64,6 +71,8 @@ _For pentesting, auditing, and hardening._
|
|
|
64
71
|
|
|
65
72
|
_For building secure applications._
|
|
66
73
|
|
|
74
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
75
|
+
|
|
67
76
|
- [`api-security-best-practices`](../../skills/api-security-best-practices/): Secure API design patterns.
|
|
68
77
|
- [`auth-implementation-patterns`](../../skills/auth-implementation-patterns/): JWT, OAuth2, session management.
|
|
69
78
|
- [`backend-security-coder`](../../skills/backend-security-coder/): Secure backend coding practices.
|
|
@@ -71,6 +80,7 @@ _For building secure applications._
|
|
|
71
80
|
- [`cc-skill-security-review`](../../skills/cc-skill-security-review/): Security checklist for features.
|
|
72
81
|
- [`pci-compliance`](../../skills/pci-compliance/): Payment card security standards.
|
|
73
82
|
|
|
83
|
+
|
|
74
84
|
---
|
|
75
85
|
|
|
76
86
|
## 🌐 Web Development
|
|
@@ -79,6 +89,8 @@ _For building secure applications._
|
|
|
79
89
|
|
|
80
90
|
_For building modern, high-performance web apps._
|
|
81
91
|
|
|
92
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
93
|
+
|
|
82
94
|
- [`frontend-design`](../../skills/frontend-design/): UI guidelines and aesthetics.
|
|
83
95
|
- [`react-best-practices`](../../skills/react-best-practices/): React & Next.js performance optimization.
|
|
84
96
|
- [`react-patterns`](../../skills/react-patterns/): Modern React patterns and principles.
|
|
@@ -91,6 +103,8 @@ _For building modern, high-performance web apps._
|
|
|
91
103
|
|
|
92
104
|
_For pixel-perfect experiences._
|
|
93
105
|
|
|
106
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
107
|
+
|
|
94
108
|
- [`ui-ux-pro-max`](../../skills/ui-ux-pro-max/): Premium design systems and tokens.
|
|
95
109
|
- [`frontend-design`](../../skills/frontend-design/): The base layer of aesthetics.
|
|
96
110
|
- [`3d-web-experience`](../../skills/3d-web-experience/): Three.js & React Three Fiber magic.
|
|
@@ -102,6 +116,8 @@ _For pixel-perfect experiences._
|
|
|
102
116
|
|
|
103
117
|
_For end-to-end web application development._
|
|
104
118
|
|
|
119
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
120
|
+
|
|
105
121
|
- [`senior-fullstack`](../../skills/senior-fullstack/): Complete fullstack development guide.
|
|
106
122
|
- [`frontend-developer`](../../skills/frontend-developer/): React 19+ and Next.js 15+ expertise.
|
|
107
123
|
- [`backend-dev-guidelines`](../../skills/backend-dev-guidelines/): Node.js/Express/TypeScript patterns.
|
|
@@ -109,6 +125,7 @@ _For end-to-end web application development._
|
|
|
109
125
|
- [`database-design`](../../skills/database-design/): Schema design and ORM selection.
|
|
110
126
|
- [`stripe-integration`](../../skills/stripe-integration/): Payments and subscriptions.
|
|
111
127
|
|
|
128
|
+
|
|
112
129
|
---
|
|
113
130
|
|
|
114
131
|
## 🤖 AI & Agents
|
|
@@ -117,6 +134,8 @@ _For end-to-end web application development._
|
|
|
117
134
|
|
|
118
135
|
_For building AI systems and autonomous agents._
|
|
119
136
|
|
|
137
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
138
|
+
|
|
120
139
|
- [`agent-evaluation`](../../skills/agent-evaluation/): Test and benchmark your agents.
|
|
121
140
|
- [`langgraph`](../../skills/langgraph/): Build stateful agent workflows.
|
|
122
141
|
- [`mcp-builder`](../../skills/mcp-builder/): Create your own MCP tools.
|
|
@@ -128,12 +147,15 @@ _For building AI systems and autonomous agents._
|
|
|
128
147
|
|
|
129
148
|
_For building production LLM applications._
|
|
130
149
|
|
|
150
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
151
|
+
|
|
131
152
|
- [`llm-app-patterns`](../../skills/llm-app-patterns/): Production-ready LLM patterns.
|
|
132
153
|
- [`rag-implementation`](../../skills/rag-implementation/): Retrieval-Augmented Generation.
|
|
133
154
|
- [`prompt-caching`](../../skills/prompt-caching/): Cache strategies for LLM prompts.
|
|
134
155
|
- [`context-window-management`](../../skills/context-window-management/): Manage LLM context efficiently.
|
|
135
156
|
- [`langfuse`](../../skills/langfuse/): LLM observability and tracing.
|
|
136
157
|
|
|
158
|
+
|
|
137
159
|
---
|
|
138
160
|
|
|
139
161
|
## 🎮 Game Development
|
|
@@ -142,6 +164,8 @@ _For building production LLM applications._
|
|
|
142
164
|
|
|
143
165
|
_For building games with AI assistants._
|
|
144
166
|
|
|
167
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
168
|
+
|
|
145
169
|
- [`game-development/game-design`](../../skills/game-development/game-design/): Mechanics and loops.
|
|
146
170
|
- [`game-development/2d-games`](../../skills/game-development/2d-games/): Sprites and physics.
|
|
147
171
|
- [`game-development/3d-games`](../../skills/game-development/3d-games/): Models and shaders.
|
|
@@ -149,6 +173,7 @@ _For building games with AI assistants._
|
|
|
149
173
|
- [`godot-gdscript-patterns`](../../skills/godot-gdscript-patterns/): Godot 4 GDScript patterns.
|
|
150
174
|
- [`algorithmic-art`](../../skills/algorithmic-art/): Generate assets with code.
|
|
151
175
|
|
|
176
|
+
|
|
152
177
|
---
|
|
153
178
|
|
|
154
179
|
## 🐍 Backend & Languages
|
|
@@ -157,6 +182,8 @@ _For building games with AI assistants._
|
|
|
157
182
|
|
|
158
183
|
_For backend heavyweights and data scientists._
|
|
159
184
|
|
|
185
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
186
|
+
|
|
160
187
|
- [`python-pro`](../../skills/python-pro/): Master Python 3.12+ with modern features.
|
|
161
188
|
- [`python-patterns`](../../skills/python-patterns/): Idiomatic Python code.
|
|
162
189
|
- [`fastapi-pro`](../../skills/fastapi-pro/): High-performance async APIs.
|
|
@@ -169,6 +196,8 @@ _For backend heavyweights and data scientists._
|
|
|
169
196
|
|
|
170
197
|
_For modern web development._
|
|
171
198
|
|
|
199
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
200
|
+
|
|
172
201
|
- [`typescript-expert`](../../skills/typescript-expert/): TypeScript mastery and advanced types.
|
|
173
202
|
- [`javascript-pro`](../../skills/javascript-pro/): Modern JavaScript with ES6+.
|
|
174
203
|
- [`react-best-practices`](../../skills/react-best-practices/): React performance optimization.
|
|
@@ -179,12 +208,15 @@ _For modern web development._
|
|
|
179
208
|
|
|
180
209
|
_For low-level and performance-critical code._
|
|
181
210
|
|
|
211
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
212
|
+
|
|
182
213
|
- [`rust-pro`](../../skills/rust-pro/): Rust 1.75+ with async patterns.
|
|
183
214
|
- [`go-concurrency-patterns`](../../skills/go-concurrency-patterns/): Go concurrency mastery.
|
|
184
215
|
- [`golang-pro`](../../skills/golang-pro/): Go development expertise.
|
|
185
216
|
- [`memory-safety-patterns`](../../skills/memory-safety-patterns/): Memory-safe programming.
|
|
186
217
|
- [`cpp-pro`](../../skills/cpp-pro/): Modern C++ development.
|
|
187
218
|
|
|
219
|
+
|
|
188
220
|
---
|
|
189
221
|
|
|
190
222
|
## 🦄 Product & Business
|
|
@@ -193,6 +225,8 @@ _For low-level and performance-critical code._
|
|
|
193
225
|
|
|
194
226
|
_For building products, not just code._
|
|
195
227
|
|
|
228
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
229
|
+
|
|
196
230
|
- [`product-manager-toolkit`](../../skills/product-manager-toolkit/): RICE prioritization, PRD templates.
|
|
197
231
|
- [`competitive-landscape`](../../skills/competitive-landscape/): Competitor analysis.
|
|
198
232
|
- [`competitor-alternatives`](../../skills/competitor-alternatives/): Create comparison pages.
|
|
@@ -204,6 +238,8 @@ _For building products, not just code._
|
|
|
204
238
|
|
|
205
239
|
_For data-driven decision making._
|
|
206
240
|
|
|
241
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
242
|
+
|
|
207
243
|
- [`business-analyst`](../../skills/business-analyst/): AI-powered analytics and KPIs.
|
|
208
244
|
- [`startup-metrics-framework`](../../skills/startup-metrics-framework/): SaaS metrics and unit economics.
|
|
209
245
|
- [`startup-financial-modeling`](../../skills/startup-financial-modeling/): 3-5 year financial projections.
|
|
@@ -214,6 +250,8 @@ _For data-driven decision making._
|
|
|
214
250
|
|
|
215
251
|
_For driving user acquisition and retention._
|
|
216
252
|
|
|
253
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
254
|
+
|
|
217
255
|
- [`content-creator`](../../skills/content-creator/): SEO-optimized marketing content.
|
|
218
256
|
- [`seo-audit`](../../skills/seo-audit/): Technical SEO health checks.
|
|
219
257
|
- [`programmatic-seo`](../../skills/programmatic-seo/): Create pages at scale.
|
|
@@ -221,6 +259,7 @@ _For driving user acquisition and retention._
|
|
|
221
259
|
- [`ab-test-setup`](../../skills/ab-test-setup/): Validated learning experiments.
|
|
222
260
|
- [`email-sequence`](../../skills/email-sequence/): Automated email campaigns.
|
|
223
261
|
|
|
262
|
+
|
|
224
263
|
---
|
|
225
264
|
|
|
226
265
|
## DevOps & Infrastructure
|
|
@@ -229,6 +268,8 @@ _For driving user acquisition and retention._
|
|
|
229
268
|
|
|
230
269
|
_For infrastructure and scaling._
|
|
231
270
|
|
|
271
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
272
|
+
|
|
232
273
|
- [`docker-expert`](../../skills/docker-expert/): Master containers and multi-stage builds.
|
|
233
274
|
- [`aws-serverless`](../../skills/aws-serverless/): Serverless on AWS (Lambda, DynamoDB).
|
|
234
275
|
- [`kubernetes-architect`](../../skills/kubernetes-architect/): K8s architecture and GitOps.
|
|
@@ -241,6 +282,8 @@ _For infrastructure and scaling._
|
|
|
241
282
|
|
|
242
283
|
_For production reliability._
|
|
243
284
|
|
|
285
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
286
|
+
|
|
244
287
|
- [`observability-engineer`](../../skills/observability-engineer/): Comprehensive monitoring systems.
|
|
245
288
|
- [`distributed-tracing`](../../skills/distributed-tracing/): Track requests across microservices.
|
|
246
289
|
- [`slo-implementation`](../../skills/slo-implementation/): Service Level Objectives.
|
|
@@ -248,6 +291,7 @@ _For production reliability._
|
|
|
248
291
|
- [`postmortem-writing`](../../skills/postmortem-writing/): Blameless postmortems.
|
|
249
292
|
- [`performance-engineer`](../../skills/performance-engineer/): Application performance optimization.
|
|
250
293
|
|
|
294
|
+
|
|
251
295
|
---
|
|
252
296
|
|
|
253
297
|
## 📊 Data & Analytics
|
|
@@ -256,6 +300,8 @@ _For production reliability._
|
|
|
256
300
|
|
|
257
301
|
_For making sense of the numbers._
|
|
258
302
|
|
|
303
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
304
|
+
|
|
259
305
|
- [`analytics-tracking`](../../skills/analytics-tracking/): Set up GA4/PostHog correctly.
|
|
260
306
|
- [`claude-d3js-skill`](../../skills/claude-d3js-skill/): Beautiful custom visualizations with D3.js.
|
|
261
307
|
- [`sql-pro`](../../skills/sql-pro/): Modern SQL with cloud-native databases.
|
|
@@ -267,12 +313,15 @@ _For making sense of the numbers._
|
|
|
267
313
|
|
|
268
314
|
_For building data pipelines._
|
|
269
315
|
|
|
316
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
317
|
+
|
|
270
318
|
- [`data-engineer`](../../skills/data-engineer/): Data pipeline architecture.
|
|
271
319
|
- [`airflow-dag-patterns`](../../skills/airflow-dag-patterns/): Apache Airflow DAGs.
|
|
272
320
|
- [`dbt-transformation-patterns`](../../skills/dbt-transformation-patterns/): Analytics engineering.
|
|
273
321
|
- [`vector-database-engineer`](../../skills/vector-database-engineer/): Vector databases for RAG.
|
|
274
322
|
- [`embedding-strategies`](../../skills/embedding-strategies/): Embedding model selection.
|
|
275
323
|
|
|
324
|
+
|
|
276
325
|
---
|
|
277
326
|
|
|
278
327
|
## 🎨 Creative & Content
|
|
@@ -281,6 +330,8 @@ _For building data pipelines._
|
|
|
281
330
|
|
|
282
331
|
_For visuals, content, and branding._
|
|
283
332
|
|
|
333
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
334
|
+
|
|
284
335
|
- [`canvas-design`](../../skills/canvas-design/): Generate posters and diagrams.
|
|
285
336
|
- [`frontend-design`](../../skills/frontend-design/): UI aesthetics.
|
|
286
337
|
- [`content-creator`](../../skills/content-creator/): SEO-optimized blog posts.
|
|
@@ -288,6 +339,7 @@ _For visuals, content, and branding._
|
|
|
288
339
|
- [`algorithmic-art`](../../skills/algorithmic-art/): Code-generated masterpieces.
|
|
289
340
|
- [`interactive-portfolio`](../../skills/interactive-portfolio/): Portfolios that land jobs.
|
|
290
341
|
|
|
342
|
+
|
|
291
343
|
---
|
|
292
344
|
|
|
293
345
|
## 🐞 Quality Assurance
|
|
@@ -296,6 +348,8 @@ _For visuals, content, and branding._
|
|
|
296
348
|
|
|
297
349
|
_For breaking things before users do._
|
|
298
350
|
|
|
351
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
352
|
+
|
|
299
353
|
- [`test-driven-development`](../../skills/test-driven-development/): Red, Green, Refactor.
|
|
300
354
|
- [`systematic-debugging`](../../skills/systematic-debugging/): Debug like Sherlock Holmes.
|
|
301
355
|
- [`browser-automation`](../../skills/browser-automation/): End-to-end testing with Playwright.
|
|
@@ -304,6 +358,7 @@ _For breaking things before users do._
|
|
|
304
358
|
- [`code-review-checklist`](../../skills/code-review-checklist/): Catch bugs in PRs.
|
|
305
359
|
- [`test-fixing`](../../skills/test-fixing/): Fix failing tests systematically.
|
|
306
360
|
|
|
361
|
+
|
|
307
362
|
---
|
|
308
363
|
|
|
309
364
|
## 🔧 Specialized Packs
|
|
@@ -312,6 +367,8 @@ _For breaking things before users do._
|
|
|
312
367
|
|
|
313
368
|
_For iOS, Android, and cross-platform apps._
|
|
314
369
|
|
|
370
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
371
|
+
|
|
315
372
|
- [`mobile-developer`](../../skills/mobile-developer/): Cross-platform mobile development.
|
|
316
373
|
- [`react-native-architecture`](../../skills/react-native-architecture/): React Native with Expo.
|
|
317
374
|
- [`flutter-expert`](../../skills/flutter-expert/): Flutter multi-platform apps.
|
|
@@ -322,6 +379,8 @@ _For iOS, Android, and cross-platform apps._
|
|
|
322
379
|
|
|
323
380
|
_For connecting services and building integrations._
|
|
324
381
|
|
|
382
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
383
|
+
|
|
325
384
|
- [`stripe-integration`](../../skills/stripe-integration/): Payments and subscriptions.
|
|
326
385
|
- [`twilio-communications`](../../skills/twilio-communications/): SMS, voice, WhatsApp.
|
|
327
386
|
- [`hubspot-integration`](../../skills/hubspot-integration/): CRM integration.
|
|
@@ -332,6 +391,8 @@ _For connecting services and building integrations._
|
|
|
332
391
|
|
|
333
392
|
_For system design and technical decisions._
|
|
334
393
|
|
|
394
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
395
|
+
|
|
335
396
|
- [`senior-architect`](../../skills/senior-architect/): Comprehensive software architecture.
|
|
336
397
|
- [`architecture-patterns`](../../skills/architecture-patterns/): Clean Architecture, DDD, Hexagonal.
|
|
337
398
|
- [`microservices-patterns`](../../skills/microservices-patterns/): Microservices architecture.
|
|
@@ -342,6 +403,8 @@ _For system design and technical decisions._
|
|
|
342
403
|
|
|
343
404
|
_For teams modeling complex domains and evolving toward evented systems._
|
|
344
405
|
|
|
406
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
407
|
+
|
|
345
408
|
- [`domain-driven-design`](../../skills/domain-driven-design/): Route DDD work from strategic modeling to implementation patterns.
|
|
346
409
|
- [`ddd-strategic-design`](../../skills/ddd-strategic-design/): Subdomains, bounded contexts, and ubiquitous language.
|
|
347
410
|
- [`ddd-context-mapping`](../../skills/ddd-context-mapping/): Cross-context integration and anti-corruption boundaries.
|
|
@@ -355,6 +418,8 @@ _For teams modeling complex domains and evolving toward evented systems._
|
|
|
355
418
|
|
|
356
419
|
_For connecting tools and building repeatable automated workflows._
|
|
357
420
|
|
|
421
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
422
|
+
|
|
358
423
|
- [`workflow-automation`](../../skills/workflow-automation/): Design durable automation flows for AI and business systems.
|
|
359
424
|
- [`mcp-builder`](../../skills/mcp-builder/): Create tool interfaces agents can use reliably.
|
|
360
425
|
- [`make-automation`](../../skills/make-automation/): Build automations in Make/Integromat.
|
|
@@ -367,6 +432,8 @@ _For connecting tools and building repeatable automated workflows._
|
|
|
367
432
|
|
|
368
433
|
_For revenue operations, support handoffs, and CRM-heavy automation._
|
|
369
434
|
|
|
435
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
436
|
+
|
|
370
437
|
- [`hubspot-automation`](../../skills/hubspot-automation/): Automate contacts, companies, deals, and tickets.
|
|
371
438
|
- [`sendgrid-automation`](../../skills/sendgrid-automation/): Automate email sends, contacts, and templates.
|
|
372
439
|
- [`zendesk-automation`](../../skills/zendesk-automation/): Automate support tickets and reply workflows.
|
|
@@ -379,6 +446,8 @@ _For revenue operations, support handoffs, and CRM-heavy automation._
|
|
|
379
446
|
|
|
380
447
|
_For monetization, payments, and commerce workflows._
|
|
381
448
|
|
|
449
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
450
|
+
|
|
382
451
|
- [`stripe-integration`](../../skills/stripe-integration/): Build robust checkout, subscription, and webhook flows.
|
|
383
452
|
- [`paypal-integration`](../../skills/paypal-integration/): Integrate PayPal payments and related flows.
|
|
384
453
|
- [`plaid-fintech`](../../skills/plaid-fintech/): Link bank accounts and handle ACH-related use cases.
|
|
@@ -390,6 +459,8 @@ _For monetization, payments, and commerce workflows._
|
|
|
390
459
|
|
|
391
460
|
_For teams building or operating around Odoo-based business systems._
|
|
392
461
|
|
|
462
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
463
|
+
|
|
393
464
|
- [`odoo-module-developer`](../../skills/odoo-module-developer/): Create custom Odoo modules cleanly.
|
|
394
465
|
- [`odoo-orm-expert`](../../skills/odoo-orm-expert/): Work effectively with Odoo ORM patterns and performance.
|
|
395
466
|
- [`odoo-sales-crm-expert`](../../skills/odoo-sales-crm-expert/): Optimize sales pipelines, leads, and forecasting.
|
|
@@ -402,6 +473,8 @@ _For teams building or operating around Odoo-based business systems._
|
|
|
402
473
|
|
|
403
474
|
_For building on Azure across cloud, AI, and platform services._
|
|
404
475
|
|
|
476
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
477
|
+
|
|
405
478
|
- [`azd-deployment`](../../skills/azd-deployment/): Ship Azure apps with Azure Developer CLI workflows.
|
|
406
479
|
- [`azure-functions`](../../skills/azure-functions/): Build serverless workloads with Azure Functions.
|
|
407
480
|
- [`azure-ai-openai-dotnet`](../../skills/azure-ai-openai-dotnet/): Use Azure OpenAI from .NET applications.
|
|
@@ -413,6 +486,8 @@ _For building on Azure across cloud, AI, and platform services._
|
|
|
413
486
|
|
|
414
487
|
_For shipping mobile apps with Expo and React Native._
|
|
415
488
|
|
|
489
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
490
|
+
|
|
416
491
|
- [`react-native-architecture`](../../skills/react-native-architecture/): Structure production React Native apps well.
|
|
417
492
|
- [`expo-api-routes`](../../skills/expo-api-routes/): Build API routes in Expo Router and EAS Hosting.
|
|
418
493
|
- [`expo-dev-client`](../../skills/expo-dev-client/): Build and distribute Expo development clients.
|
|
@@ -425,6 +500,8 @@ _For shipping mobile apps with Expo and React Native._
|
|
|
425
500
|
|
|
426
501
|
_For teams designing native-feeling Apple platform experiences._
|
|
427
502
|
|
|
503
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
504
|
+
|
|
428
505
|
- [`hig-foundations`](../../skills/hig-foundations/): Learn the core Apple Human Interface Guidelines.
|
|
429
506
|
- [`hig-patterns`](../../skills/hig-patterns/): Apply Apple interaction and UX patterns correctly.
|
|
430
507
|
- [`hig-components-layout`](../../skills/hig-components-layout/): Use Apple layout and navigation components well.
|
|
@@ -436,6 +513,8 @@ _For teams designing native-feeling Apple platform experiences._
|
|
|
436
513
|
|
|
437
514
|
_For building UI-heavy apps with the Makepad ecosystem._
|
|
438
515
|
|
|
516
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
517
|
+
|
|
439
518
|
- [`makepad-basics`](../../skills/makepad-basics/): Start with Makepad fundamentals and mental model.
|
|
440
519
|
- [`makepad-layout`](../../skills/makepad-layout/): Handle sizing, flow, alignment, and layout composition.
|
|
441
520
|
- [`makepad-widgets`](../../skills/makepad-widgets/): Build interfaces from Makepad widgets.
|
|
@@ -447,6 +526,8 @@ _For building UI-heavy apps with the Makepad ecosystem._
|
|
|
447
526
|
|
|
448
527
|
_For technical SEO, content structure, and search growth._
|
|
449
528
|
|
|
529
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
530
|
+
|
|
450
531
|
- [`seo-fundamentals`](../../skills/seo-fundamentals/): Build from sound SEO principles and search constraints.
|
|
451
532
|
- [`seo-content-planner`](../../skills/seo-content-planner/): Plan clusters, calendars, and content gaps.
|
|
452
533
|
- [`seo-content-writer`](../../skills/seo-content-writer/): Produce search-aware content drafts with intent alignment.
|
|
@@ -459,6 +540,8 @@ _For technical SEO, content structure, and search growth._
|
|
|
459
540
|
|
|
460
541
|
_For document-heavy workflows, spreadsheets, PDFs, and presentations._
|
|
461
542
|
|
|
543
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
544
|
+
|
|
462
545
|
- [`office-productivity`](../../skills/office-productivity/): Coordinate document, spreadsheet, and presentation workflows.
|
|
463
546
|
- [`docx-official`](../../skills/docx-official/): Create and edit Word-compatible documents.
|
|
464
547
|
- [`pptx-official`](../../skills/pptx-official/): Create and edit PowerPoint-compatible presentations.
|
|
@@ -467,6 +550,7 @@ _For document-heavy workflows, spreadsheets, PDFs, and presentations._
|
|
|
467
550
|
- [`google-slides-automation`](../../skills/google-slides-automation/): Automate presentation updates in Google Slides.
|
|
468
551
|
- [`google-sheets-automation`](../../skills/google-sheets-automation/): Automate reads and writes in Google Sheets.
|
|
469
552
|
|
|
553
|
+
|
|
470
554
|
---
|
|
471
555
|
|
|
472
556
|
## 🧰 Maintainer & OSS
|
|
@@ -475,6 +559,8 @@ _For document-heavy workflows, spreadsheets, PDFs, and presentations._
|
|
|
475
559
|
|
|
476
560
|
_For shipping clean changes in public repositories._
|
|
477
561
|
|
|
562
|
+
**Plugin status:** Codex plugin-safe · Claude plugin-safe
|
|
563
|
+
|
|
478
564
|
- [`commit`](../../skills/commit/): High-quality conventional commits.
|
|
479
565
|
- [`create-pr`](../../skills/create-pr/): PR creation with review-ready context.
|
|
480
566
|
- [`requesting-code-review`](../../skills/requesting-code-review/): Ask for targeted, high-signal reviews.
|
|
@@ -487,6 +573,8 @@ _For shipping clean changes in public repositories._
|
|
|
487
573
|
|
|
488
574
|
_For creating and maintaining high-quality SKILL.md assets._
|
|
489
575
|
|
|
576
|
+
**Plugin status:** Codex pending hardening · Claude pending hardening
|
|
577
|
+
|
|
490
578
|
- [`skill-creator`](../../skills/skill-creator/): Design effective new skills.
|
|
491
579
|
- [`skill-developer`](../../skills/skill-developer/): Implement triggers, hooks, and skill lifecycle.
|
|
492
580
|
- [`writing-skills`](../../skills/writing-skills/): Improve clarity and structure of skill instructions.
|
|
@@ -494,8 +582,6 @@ _For creating and maintaining high-quality SKILL.md assets._
|
|
|
494
582
|
- [`lint-and-validate`](../../skills/lint-and-validate/): Validate quality after edits.
|
|
495
583
|
- [`verification-before-completion`](../../skills/verification-before-completion/): Confirm changes before claiming done.
|
|
496
584
|
|
|
497
|
-
---
|
|
498
|
-
|
|
499
585
|
## 📚 How to Use Bundles
|
|
500
586
|
|
|
501
587
|
### 1) Pick by immediate goal
|
|
@@ -510,10 +596,10 @@ Pick the minimum set for your current milestone. Expand only when you hit a real
|
|
|
510
596
|
|
|
511
597
|
### 3) Invoke skills consistently
|
|
512
598
|
|
|
513
|
-
- **Claude Code**: `>> /skill-name help me...`
|
|
599
|
+
- **Claude Code**: install a bundle plugin or use `>> /skill-name help me...`
|
|
600
|
+
- **Codex CLI**: install a bundle plugin where marketplaces are available, or use `Use skill-name...`
|
|
514
601
|
- **Cursor**: `@skill-name` in chat
|
|
515
602
|
- **Gemini CLI**: `Use skill-name...`
|
|
516
|
-
- **Codex CLI**: `Use skill-name...`
|
|
517
603
|
|
|
518
604
|
### 4) Build your personal shortlist
|
|
519
605
|
|
|
@@ -587,4 +673,4 @@ Found a skill that should be in a bundle? Or want to create a new bundle? [Open
|
|
|
587
673
|
|
|
588
674
|
---
|
|
589
675
|
|
|
590
|
-
_Last updated: March 2026 | Total Skills: 1,
|
|
676
|
+
_Last updated: March 2026 | Total Skills: 1,329+ | Total Bundles: 37_
|
|
@@ -4,14 +4,17 @@ If you are looking for **Claude Code skills** you can install from GitHub, this
|
|
|
4
4
|
|
|
5
5
|
Antigravity Awesome Skills gives Claude Code users an installable library of `SKILL.md` playbooks, role-based bundles, and execution workflows. The goal is not just to collect prompts, but to make repeatable engineering tasks easier to invoke, review, and reuse.
|
|
6
6
|
|
|
7
|
+
Release `9.0.0` also adds a first-class Claude Code plugin distribution plus bundle plugins. If you want the full explanation of root plugin vs bundle plugin vs full install, read [plugins.md](plugins.md).
|
|
8
|
+
|
|
7
9
|
## How to use Antigravity Awesome Skills with Claude Code
|
|
8
10
|
|
|
9
11
|
Install the library into Claude Code, then invoke focused skills directly in the conversation or through the plugin marketplace path. Claude Code benefits most when you keep the prompt specific about the skill, the scope, and the intended output.
|
|
10
12
|
|
|
11
13
|
## Why use this repo for Claude Code
|
|
12
14
|
|
|
13
|
-
- It includes 1,
|
|
15
|
+
- It includes 1,329+ skills instead of a narrow single-domain starter pack.
|
|
14
16
|
- It supports the standard `.claude/skills/` path and the Claude Code plugin marketplace flow.
|
|
17
|
+
- It also ships generated bundle plugins so teams can install focused packs like `Essentials` or `Security Developer` from the marketplace metadata.
|
|
15
18
|
- It includes onboarding docs, bundles, and workflows so new users do not need to guess where to begin.
|
|
16
19
|
- It covers both everyday engineering tasks and specialized work like security reviews, infrastructure, product planning, and documentation.
|
|
17
20
|
|
|
@@ -30,6 +33,10 @@ npx antigravity-awesome-skills --claude
|
|
|
30
33
|
/plugin install antigravity-awesome-skills
|
|
31
34
|
```
|
|
32
35
|
|
|
36
|
+
The Claude marketplace plugin is a plugin-safe filtered distribution of the repo. Skills that still require portability hardening or explicit setup metadata remain available in the repository, but are excluded from the plugin until they are ready.
|
|
37
|
+
|
|
38
|
+
You can also install a focused bundle plugin instead of the root plugin when you want a narrower starter surface. See [plugins.md](plugins.md) and [bundles.md](bundles.md).
|
|
39
|
+
|
|
33
40
|
### Verify the install
|
|
34
41
|
|
|
35
42
|
```bash
|
|
@@ -4,6 +4,8 @@ If you want **Codex CLI skills** that are easy to install and practical in a loc
|
|
|
4
4
|
|
|
5
5
|
Antigravity Awesome Skills supports Codex CLI through the `.codex/skills/` path and gives you a wide set of reusable task playbooks for planning, implementation, debugging, testing, security review, and delivery.
|
|
6
6
|
|
|
7
|
+
Release `9.0.0` also adds a first-class Codex plugin distribution plus bundle plugins. If you want the full explanation of root plugin vs bundle plugin vs full install, read [plugins.md](plugins.md).
|
|
8
|
+
|
|
7
9
|
## How to use Antigravity Awesome Skills with Codex CLI
|
|
8
10
|
|
|
9
11
|
Install the library into your Codex path, then invoke focused skills directly in your prompt. The most common pattern is:
|
|
@@ -27,6 +29,12 @@ npx antigravity-awesome-skills --codex
|
|
|
27
29
|
|
|
28
30
|
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
31
|
|
|
32
|
+
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.
|
|
33
|
+
|
|
34
|
+
Those Codex plugins are plugin-safe filtered distributions. Skills that still depend on host-specific paths or undeclared setup stay in the repository, but are not published into the Codex plugin until they are hardened.
|
|
35
|
+
|
|
36
|
+
For the canonical explanation of how Codex plugins relate to the full library and bundle installs, read [plugins.md](plugins.md).
|
|
37
|
+
|
|
30
38
|
### Verify the install
|
|
31
39
|
|
|
32
40
|
```bash
|
|
@@ -58,5 +66,6 @@ Use @create-pr once everything is passing and summarize the user-facing changes.
|
|
|
58
66
|
## What to do next
|
|
59
67
|
|
|
60
68
|
- Read [`ai-agent-skills.md`](ai-agent-skills.md) if you want a framework for choosing between broad and curated skill libraries.
|
|
69
|
+
- Read [`plugins.md`](plugins.md) if you want the plugin-specific install story for Codex and Claude Code.
|
|
61
70
|
- Use [`workflows.md`](workflows.md) when you want step-by-step execution patterns for common engineering goals.
|
|
62
71
|
- Return to [`README.md`](../../README.md) for the full compatibility matrix.
|
|
@@ -17,6 +17,8 @@ Skills are specialized instruction files that teach AI assistants how to handle
|
|
|
17
17
|
It's like having a library - all books are there, but you only read the ones you need.
|
|
18
18
|
**Pro Tip:** Use [Starter Packs](bundles.md) to focus on the skills that match your role first.
|
|
19
19
|
|
|
20
|
+
If you want a narrower install surface for **Claude Code** or **Codex**, use the new plugin distributions documented in [plugins.md](plugins.md) instead of the full library install.
|
|
21
|
+
|
|
20
22
|
### What is the difference between Bundles and Workflows?
|
|
21
23
|
|
|
22
24
|
- **Bundles** are curated recommendations grouped by role or domain.
|
|
@@ -137,6 +139,27 @@ git clone https://github.com/sickn33/antigravity-awesome-skills.git .agent/skill
|
|
|
137
139
|
|
|
138
140
|
This repository now includes `.claude-plugin/marketplace.json` and `.claude-plugin/plugin.json` so Claude Code can install the same skill tree through the plugin marketplace.
|
|
139
141
|
|
|
142
|
+
**Codex plugin alternative:**
|
|
143
|
+
|
|
144
|
+
This repository also includes repo-local plugin metadata for Codex:
|
|
145
|
+
|
|
146
|
+
- `.agents/plugins/marketplace.json`
|
|
147
|
+
- `plugins/antigravity-awesome-skills/.codex-plugin/plugin.json`
|
|
148
|
+
|
|
149
|
+
That path exposes the new plugin-safe Codex root plugin plus generated bundle plugins. For the full explanation, read [plugins.md](plugins.md).
|
|
150
|
+
|
|
151
|
+
### What does `plugin-safe` mean?
|
|
152
|
+
|
|
153
|
+
Plugin-safe means the published Claude Code and Codex plugins only include the subset of skills that is ready for marketplace-style distribution.
|
|
154
|
+
|
|
155
|
+
Skills can stay repo-only for a while if they still need:
|
|
156
|
+
|
|
157
|
+
- portability cleanup
|
|
158
|
+
- explicit setup metadata
|
|
159
|
+
- additional hardening for plugin ecosystems
|
|
160
|
+
|
|
161
|
+
So it is normal for the **full library** to be larger than the **plugin-safe** plugin subset. The repository stays the complete source of truth; plugins publish the hardened subset.
|
|
162
|
+
|
|
140
163
|
### Does this work with Windows?
|
|
141
164
|
|
|
142
165
|
**Yes.** Use the same standard install flow as other platforms:
|
|
@@ -221,6 +244,7 @@ No. Bundles are curated lists of skills, not standalone invokable mega-skills.
|
|
|
221
244
|
Use them in one of these two ways:
|
|
222
245
|
|
|
223
246
|
- pick individual skills from the bundle and invoke those directly
|
|
247
|
+
- install the dedicated Claude Code or Codex bundle plugin if you want a marketplace-scoped subset
|
|
224
248
|
- use the activation scripts if you want only that bundle's skills active in Antigravity
|
|
225
249
|
|
|
226
250
|
Examples:
|
|
@@ -12,7 +12,7 @@ Install into the Gemini skills path, then ask Gemini to apply one skill at a tim
|
|
|
12
12
|
|
|
13
13
|
- It installs directly into the expected Gemini skills path.
|
|
14
14
|
- It includes both core software engineering skills and deeper agent/LLM-oriented skills.
|
|
15
|
-
- It helps new users get started with bundles and workflows rather than forcing a cold start from 1,
|
|
15
|
+
- It helps new users get started with bundles and workflows rather than forcing a cold start from 1,329+ files.
|
|
16
16
|
- It is useful whether you want a broad internal skill library or a single repo to test many workflows quickly.
|
|
17
17
|
|
|
18
18
|
## Install Gemini CLI Skills
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Getting Started with Antigravity Awesome Skills (
|
|
1
|
+
# Getting Started with Antigravity Awesome Skills (V9.0.0)
|
|
2
2
|
|
|
3
3
|
**New here? This guide will help you supercharge your AI Agent in 5 minutes.**
|
|
4
4
|
|
|
@@ -22,6 +22,8 @@ We have curated **Starter Packs** to get you running immediately.
|
|
|
22
22
|
|
|
23
23
|
You **install the full repo once** (npx or clone); Starter Packs are curated lists to help you **pick which skills to use** by role (e.g. Web Wizard, Hacker Pack)—they are not a different way to install.
|
|
24
24
|
|
|
25
|
+
If you prefer a marketplace-style install for **Claude Code** or **Codex**, use the new plugin distributions described in [plugins.md](plugins.md).
|
|
26
|
+
|
|
25
27
|
### 1. Install the Repo
|
|
26
28
|
|
|
27
29
|
**Option A — npx (easiest):**
|
|
@@ -99,7 +101,7 @@ Once installed, just talk to your AI naturally.
|
|
|
99
101
|
| :-------------- | :-------------- | :-------------------------------------------------------------------- |
|
|
100
102
|
| **Claude Code** | ✅ Full Support | `.claude/skills/` or install via `/plugin marketplace add sickn33/antigravity-awesome-skills` |
|
|
101
103
|
| **Gemini CLI** | ✅ Full Support | `.gemini/skills/` |
|
|
102
|
-
| **Codex CLI** | ✅ Full Support | `.codex/skills/`
|
|
104
|
+
| **Codex CLI** | ✅ Full Support | `.codex/skills/` or use the repo-local plugin metadata described in [plugins.md](plugins.md) |
|
|
103
105
|
| **Kiro CLI** | ✅ Full Support | Global: `~/.kiro/skills/` · Workspace: `.kiro/skills/` |
|
|
104
106
|
| **Kiro IDE** | ✅ Full Support | Global: `~/.kiro/skills/` · Workspace: `.kiro/skills/` |
|
|
105
107
|
| **Antigravity** | ✅ Native | Global: `~/.gemini/antigravity/skills/` · Workspace: `.agent/skills/` |
|
|
@@ -126,13 +128,17 @@ _Check the [Skill Catalog](../../CATALOG.md) for the full list._
|
|
|
126
128
|
|
|
127
129
|
## FAQ
|
|
128
130
|
|
|
129
|
-
If you prefer
|
|
131
|
+
If you prefer a plugin install instead of copying skills into tool directories, start with [plugins.md](plugins.md).
|
|
132
|
+
|
|
133
|
+
For Claude Code, use:
|
|
130
134
|
|
|
131
135
|
```text
|
|
132
136
|
/plugin marketplace add sickn33/antigravity-awesome-skills
|
|
133
137
|
/plugin install antigravity-awesome-skills
|
|
134
138
|
```
|
|
135
139
|
|
|
140
|
+
For Codex, this repository also ships a root plugin plus bundle plugins through the repo-local metadata described in [plugins.md](plugins.md).
|
|
141
|
+
|
|
136
142
|
**Q: Do I need to install every skill?**
|
|
137
143
|
A: You clone the whole repo once; your AI only _reads_ the skills you invoke (or that are relevant), so it stays lightweight. **Starter Packs** in [bundles.md](bundles.md) are curated lists to help you discover the right skills for your role—they don't change how you install.
|
|
138
144
|
|
|
@@ -155,6 +161,7 @@ A: Yes. Original code and tooling are MIT-licensed, and original documentation/n
|
|
|
155
161
|
Need a tool-specific starting point first?
|
|
156
162
|
|
|
157
163
|
- [Claude Code skills](claude-code-skills.md)
|
|
164
|
+
- [Plugins for Claude Code and Codex](plugins.md)
|
|
158
165
|
- [Cursor skills](cursor-skills.md)
|
|
159
166
|
- [Codex CLI skills](codex-cli-skills.md)
|
|
160
167
|
- [Gemini CLI skills](gemini-cli-skills.md)
|
|
@@ -18,7 +18,7 @@ Kiro is AWS's agentic AI IDE that combines:
|
|
|
18
18
|
|
|
19
19
|
Kiro's agentic capabilities are enhanced by skills that provide:
|
|
20
20
|
|
|
21
|
-
- **Domain expertise** across 1,
|
|
21
|
+
- **Domain expertise** across 1,329+ specialized areas
|
|
22
22
|
- **Best practices** from Anthropic, OpenAI, Google, Microsoft, and AWS
|
|
23
23
|
- **Workflow automation** for common development tasks
|
|
24
24
|
- **AWS-specific patterns** for serverless, infrastructure, and cloud architecture
|
|
@@ -0,0 +1,157 @@
|
|
|
1
|
+
# Plugins for Claude Code and Codex
|
|
2
|
+
|
|
3
|
+
Release `9.0.0` adds first-class plugin distributions for both **Claude Code** and **Codex**.
|
|
4
|
+
|
|
5
|
+
This page is the canonical explanation of what those plugins are, how they differ from a full library install, and why the repository now ships both a **root plugin** and multiple **bundle plugins**.
|
|
6
|
+
|
|
7
|
+
## What a plugin is in this repo
|
|
8
|
+
|
|
9
|
+
In Antigravity Awesome Skills, a plugin is a packaged, installable distribution of skills plus the metadata a host tool needs to expose that distribution through its plugin or marketplace flow.
|
|
10
|
+
|
|
11
|
+
Plugins are useful when you want:
|
|
12
|
+
|
|
13
|
+
- a marketplace-style install instead of copying files into `.claude/skills/` or `.codex/skills/`
|
|
14
|
+
- a narrower install surface for a team or role
|
|
15
|
+
- a safer default distribution for plugin ecosystems
|
|
16
|
+
|
|
17
|
+
Plugins are **not** different content formats. They still ship `SKILL.md` playbooks. The difference is the packaging, install surface, and filtering.
|
|
18
|
+
|
|
19
|
+
## Full library install vs plugin install
|
|
20
|
+
|
|
21
|
+
You now have two valid ways to use this repository with Claude Code or Codex.
|
|
22
|
+
|
|
23
|
+
### Full library install
|
|
24
|
+
|
|
25
|
+
Use the installer or clone the repository directly when you want the broadest possible coverage:
|
|
26
|
+
|
|
27
|
+
```bash
|
|
28
|
+
npx antigravity-awesome-skills --claude
|
|
29
|
+
npx antigravity-awesome-skills --codex
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
Or clone manually into your preferred skills directory.
|
|
33
|
+
|
|
34
|
+
Choose the full library when you want:
|
|
35
|
+
|
|
36
|
+
- the largest available catalog
|
|
37
|
+
- repo-only skills that are still being hardened for plugin distribution
|
|
38
|
+
- direct filesystem control over the installed tree
|
|
39
|
+
|
|
40
|
+
### Plugin install
|
|
41
|
+
|
|
42
|
+
Use the plugin marketplace or repo-local plugin metadata when you want a curated, installable distribution:
|
|
43
|
+
|
|
44
|
+
- **Claude Code** uses `.claude-plugin/marketplace.json` and `.claude-plugin/plugin.json`
|
|
45
|
+
- **Codex** uses `.agents/plugins/marketplace.json` and `plugins/antigravity-awesome-skills/.codex-plugin/plugin.json`
|
|
46
|
+
|
|
47
|
+
Choose the plugin route when you want:
|
|
48
|
+
|
|
49
|
+
- marketplace-friendly installation
|
|
50
|
+
- a cleaner starter surface
|
|
51
|
+
- plugin-safe filtering by default
|
|
52
|
+
- bundle-specific installs such as `Essentials`, `Security Engineer`, or `Web Wizard`
|
|
53
|
+
|
|
54
|
+
## What `plugin-safe` means
|
|
55
|
+
|
|
56
|
+
Not every skill in the repository is immediately suitable for plugin publication.
|
|
57
|
+
|
|
58
|
+
`plugin-safe` means the published plugin excludes skills that still need hardening, portability cleanup, or explicit setup metadata. In practice, plugin-safe filtering avoids shipping skills that rely on:
|
|
59
|
+
|
|
60
|
+
- host-specific local paths
|
|
61
|
+
- undeclared manual setup
|
|
62
|
+
- assumptions that are acceptable in the full repository but too brittle for marketplace distribution
|
|
63
|
+
|
|
64
|
+
This is why the **full library** can be larger than the **plugin-safe** subset. That difference is expected and intentional.
|
|
65
|
+
|
|
66
|
+
The important rule is:
|
|
67
|
+
|
|
68
|
+
- the repository remains the source of truth for the complete library
|
|
69
|
+
- plugins publish the hardened subset that is ready for marketplace-style installation
|
|
70
|
+
|
|
71
|
+
## Root plugin vs bundle plugins
|
|
72
|
+
|
|
73
|
+
The repository now ships two plugin shapes.
|
|
74
|
+
|
|
75
|
+
### Root plugin
|
|
76
|
+
|
|
77
|
+
The root plugin is the broad installable distribution for each host:
|
|
78
|
+
|
|
79
|
+
- **Claude Code root plugin**: install the plugin-safe Antigravity library through the Claude marketplace entry
|
|
80
|
+
- **Codex root plugin**: expose the plugin-safe Antigravity library through the Codex plugin surface
|
|
81
|
+
|
|
82
|
+
Use the root plugin when you want the widest plugin-safe install without picking a specialty bundle.
|
|
83
|
+
|
|
84
|
+
### Bundle plugins
|
|
85
|
+
|
|
86
|
+
Bundle plugins are smaller, role-based distributions generated from the same repository. Examples include:
|
|
87
|
+
|
|
88
|
+
- `Essentials`
|
|
89
|
+
- `Security Engineer`
|
|
90
|
+
- `Web Wizard`
|
|
91
|
+
- `Full-Stack Developer`
|
|
92
|
+
|
|
93
|
+
Use a bundle plugin when you want:
|
|
94
|
+
|
|
95
|
+
- a lighter starting point
|
|
96
|
+
- a team-specific plugin install
|
|
97
|
+
- a curated subset instead of the broad root plugin
|
|
98
|
+
|
|
99
|
+
## Claude Code plugin surface
|
|
100
|
+
|
|
101
|
+
Claude Code uses the repository's root `.claude-plugin` metadata.
|
|
102
|
+
|
|
103
|
+
Relevant files:
|
|
104
|
+
|
|
105
|
+
- `.claude-plugin/marketplace.json`
|
|
106
|
+
- `.claude-plugin/plugin.json`
|
|
107
|
+
|
|
108
|
+
Typical install flow:
|
|
109
|
+
|
|
110
|
+
```text
|
|
111
|
+
/plugin marketplace add sickn33/antigravity-awesome-skills
|
|
112
|
+
/plugin install antigravity-awesome-skills
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
Claude Code bundle plugins are also published through the same marketplace metadata, so you can install a focused bundle instead of the root plugin if you prefer.
|
|
116
|
+
|
|
117
|
+
## Codex plugin surface
|
|
118
|
+
|
|
119
|
+
Codex uses repo-local plugin metadata that points at the local plugin folders generated by this repository.
|
|
120
|
+
|
|
121
|
+
Relevant files:
|
|
122
|
+
|
|
123
|
+
- `.agents/plugins/marketplace.json`
|
|
124
|
+
- `plugins/antigravity-awesome-skills/.codex-plugin/plugin.json`
|
|
125
|
+
|
|
126
|
+
The Codex root plugin exposes the same plugin-safe library idea as Claude Code, but through Codex's plugin metadata conventions.
|
|
127
|
+
|
|
128
|
+
Bundle-specific Codex plugins are generated alongside the root plugin so you can install a narrower pack when plugin marketplaces are available in your Codex environment.
|
|
129
|
+
|
|
130
|
+
## Which path should you choose?
|
|
131
|
+
|
|
132
|
+
Choose the **full library** if:
|
|
133
|
+
|
|
134
|
+
- you want the biggest catalog
|
|
135
|
+
- you are comfortable installing directly into skills directories
|
|
136
|
+
- you want repo-only skills that are not yet published as plugins
|
|
137
|
+
|
|
138
|
+
Choose the **root plugin** if:
|
|
139
|
+
|
|
140
|
+
- you want the broad installable plugin-safe distribution
|
|
141
|
+
- you prefer marketplace-style installation
|
|
142
|
+
- you want a safer default surface for Claude Code or Codex
|
|
143
|
+
|
|
144
|
+
Choose a **bundle plugin** if:
|
|
145
|
+
|
|
146
|
+
- you want a smaller role-based install
|
|
147
|
+
- you are onboarding a team around one domain
|
|
148
|
+
- you want plugin convenience without the breadth of the root plugin
|
|
149
|
+
|
|
150
|
+
## Related guides
|
|
151
|
+
|
|
152
|
+
- [Getting Started](getting-started.md)
|
|
153
|
+
- [FAQ](faq.md)
|
|
154
|
+
- [Claude Code skills](claude-code-skills.md)
|
|
155
|
+
- [Codex CLI skills](codex-cli-skills.md)
|
|
156
|
+
- [Bundles](bundles.md)
|
|
157
|
+
- [Usage](usage.md)
|
|
@@ -8,11 +8,13 @@
|
|
|
8
8
|
|
|
9
9
|
Great question! Here's what just happened and what to do next:
|
|
10
10
|
|
|
11
|
+
If you came in through a **Claude Code** or **Codex** plugin instead of a full library install, the mental model is the same: you still invoke individual skills in prompts. The main difference is that plugins ship the plugin-safe subset. See [plugins.md](plugins.md) for the install model.
|
|
12
|
+
|
|
11
13
|
### What You Just Did
|
|
12
14
|
|
|
13
15
|
When you ran `npx antigravity-awesome-skills` or cloned the repository, you:
|
|
14
16
|
|
|
15
|
-
✅ **Downloaded 1,
|
|
17
|
+
✅ **Downloaded 1,329+ skill files** to your computer (default: `~/.gemini/antigravity/skills/`; or a custom path like `~/.agent/skills/` if you used `--path`)
|
|
16
18
|
✅ **Made them available** to your AI assistant
|
|
17
19
|
❌ **Did NOT enable them all automatically** (they're just sitting there, waiting)
|
|
18
20
|
|
|
@@ -20,28 +22,28 @@ Think of it like installing a toolbox. You have all the tools now, but you need
|
|
|
20
22
|
|
|
21
23
|
---
|
|
22
24
|
|
|
23
|
-
## Step 1: Understanding "Bundles" (
|
|
25
|
+
## Step 1: Understanding "Bundles" (Recommendations or Focused Installs)
|
|
24
26
|
|
|
25
27
|
**Common confusion:** "Do I need to download each skill separately?"
|
|
26
28
|
|
|
27
|
-
**Answer: NO!** Here's what bundles actually are:
|
|
29
|
+
**Answer: NO!** You do not need to download each skill separately. Here's what bundles actually are:
|
|
28
30
|
|
|
29
31
|
### What Bundles Are
|
|
30
32
|
|
|
31
|
-
Bundles are **
|
|
33
|
+
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
34
|
|
|
33
35
|
**Analogy:**
|
|
34
36
|
|
|
35
|
-
- You installed a toolbox with 1,
|
|
37
|
+
- You installed a toolbox with 1,329+ tools (✅ done)
|
|
36
38
|
- Bundles are like **labeled organizer trays** saying: "If you're a carpenter, start with these 10 tools"
|
|
37
|
-
- You
|
|
39
|
+
- You can either **pick skills from the tray** or install that tray as a focused marketplace bundle plugin
|
|
38
40
|
|
|
39
41
|
### What Bundles Are NOT
|
|
40
42
|
|
|
41
|
-
❌ Separate
|
|
42
|
-
❌ Different download commands
|
|
43
|
-
❌ Something most users need to activate during normal install
|
|
43
|
+
❌ Separate skill downloads
|
|
44
44
|
❌ Invokable mega-skills like `@essentials` or `/web-wizard`
|
|
45
|
+
❌ Something most users need to activate during normal install
|
|
46
|
+
❌ A replacement for invoking the individual skills inside the bundle
|
|
45
47
|
|
|
46
48
|
### Example: The "Web Wizard" Bundle
|
|
47
49
|
|
|
@@ -52,7 +54,15 @@ When you see the [Web Wizard bundle](bundles.md#-the-web-wizard-pack), it lists:
|
|
|
52
54
|
- `tailwind-patterns`
|
|
53
55
|
- etc.
|
|
54
56
|
|
|
55
|
-
These are **recommendations** for which skills a web developer should try first.
|
|
57
|
+
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.
|
|
58
|
+
|
|
59
|
+
The key distinction is:
|
|
60
|
+
|
|
61
|
+
- **full library install** = broadest catalog
|
|
62
|
+
- **root plugin** = broad plugin-safe distribution
|
|
63
|
+
- **bundle plugin** = curated plugin-safe subset
|
|
64
|
+
|
|
65
|
+
See [plugins.md](plugins.md) for the canonical explanation.
|
|
56
66
|
|
|
57
67
|
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
68
|
|
|
@@ -202,7 +212,7 @@ Let's actually use a skill right now. Follow these steps:
|
|
|
202
212
|
|
|
203
213
|
## Step 5: Picking Your First Skills (Practical Advice)
|
|
204
214
|
|
|
205
|
-
Don't try to use all 1,
|
|
215
|
+
Don't try to use all 1,329+ skills at once. Here's a sensible approach:
|
|
206
216
|
|
|
207
217
|
If you want a tool-specific starting point before choosing skills, use:
|
|
208
218
|
|
|
@@ -333,7 +343,7 @@ Usually no, but if your AI doesn't recognize a skill:
|
|
|
333
343
|
|
|
334
344
|
### "Can I load all skills into the model at once?"
|
|
335
345
|
|
|
336
|
-
No. Even though you have 1,
|
|
346
|
+
No. Even though you have 1,329+ skills installed locally, you should **not** concatenate every `SKILL.md` into a single system prompt or context block.
|
|
337
347
|
|
|
338
348
|
The intended pattern is:
|
|
339
349
|
|
|
@@ -34,7 +34,7 @@ antigravity-awesome-skills/
|
|
|
34
34
|
├── 📄 CONTRIBUTING.md ← Contributor workflow
|
|
35
35
|
├── 📄 CATALOG.md ← Full generated catalog
|
|
36
36
|
│
|
|
37
|
-
├── 📁 skills/ ← 1,
|
|
37
|
+
├── 📁 skills/ ← 1,329+ skills live here
|
|
38
38
|
│ │
|
|
39
39
|
│ ├── 📁 brainstorming/
|
|
40
40
|
│ │ └── 📄 SKILL.md ← Skill definition
|
|
@@ -47,7 +47,7 @@ antigravity-awesome-skills/
|
|
|
47
47
|
│ │ └── 📁 2d-games/
|
|
48
48
|
│ │ └── 📄 SKILL.md ← Nested skills also supported
|
|
49
49
|
│ │
|
|
50
|
-
│ └── ... (1,
|
|
50
|
+
│ └── ... (1,329+ total)
|
|
51
51
|
│
|
|
52
52
|
├── 📁 apps/
|
|
53
53
|
│ └── 📁 web-app/ ← Interactive browser
|
|
@@ -100,7 +100,7 @@ antigravity-awesome-skills/
|
|
|
100
100
|
|
|
101
101
|
```
|
|
102
102
|
┌─────────────────────────┐
|
|
103
|
-
│ 1,
|
|
103
|
+
│ 1,329+ SKILLS │
|
|
104
104
|
└────────────┬────────────┘
|
|
105
105
|
│
|
|
106
106
|
┌────────────────────────┼────────────────────────┐
|
|
@@ -201,7 +201,7 @@ If you want a workspace-style manual install instead, cloning into `.agent/skill
|
|
|
201
201
|
│ ├── 📁 brainstorming/ │
|
|
202
202
|
│ ├── 📁 stripe-integration/ │
|
|
203
203
|
│ ├── 📁 react-best-practices/ │
|
|
204
|
-
│ └── ... (1,
|
|
204
|
+
│ └── ... (1,329+ total) │
|
|
205
205
|
└─────────────────────────────────────────┘
|
|
206
206
|
```
|
|
207
207
|
|
|
@@ -4,6 +4,11 @@ description: "IMPORTANT - Path Resolution: This skill can be installed in differ
|
|
|
4
4
|
risk: unknown
|
|
5
5
|
source: community
|
|
6
6
|
date_added: "2026-02-27"
|
|
7
|
+
plugin:
|
|
8
|
+
setup:
|
|
9
|
+
type: manual
|
|
10
|
+
summary: "Run `npm run setup` in the skill directory before first use to install Playwright and Chromium."
|
|
11
|
+
docs: "SKILL.md"
|
|
7
12
|
---
|
|
8
13
|
|
|
9
14
|
**IMPORTANT - Path Resolution:**
|
|
@@ -11,9 +16,9 @@ This skill can be installed in different locations (plugin system, manual instal
|
|
|
11
16
|
|
|
12
17
|
Common installation paths:
|
|
13
18
|
|
|
14
|
-
- Plugin system:
|
|
15
|
-
- Manual global:
|
|
16
|
-
- Project-specific: `<project>/.
|
|
19
|
+
- Plugin system: `<plugin-root>/skills/playwright-skill`
|
|
20
|
+
- Manual global: `<agent-home>/skills/playwright-skill`
|
|
21
|
+
- Project-specific: `<project>/.agent/skills/playwright-skill`
|
|
17
22
|
|
|
18
23
|
# Playwright Browser Automation
|
|
19
24
|
|
package/package.json
CHANGED