opencode-skills-antigravity 1.0.1 → 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.
package/README.md CHANGED
@@ -92,35 +92,6 @@ opencode run /refactor clean up this function
92
92
 
93
93
  ---
94
94
 
95
- ## CI/CD Pipeline
96
-
97
- The release pipeline is fully automated and self-contained:
98
-
99
- ```
100
- [Hourly Cron]
101
-
102
-
103
- Auto-Sync Skills ──── no changes ───▶ (skip)
104
-
105
- changes detected
106
-
107
-
108
- Bump patch version + commit + tag
109
-
110
-
111
- Create GitHub Release
112
-
113
-
114
- Publish to npm
115
-
116
-
117
- Sync main → develop
118
- ```
119
-
120
- Manual releases (minor/major/patch) can also be triggered via the **Create Release** workflow dispatch in the Actions tab.
121
-
122
- ---
123
-
124
95
  ## Project Structure
125
96
 
126
97
  ```
@@ -5,6 +5,14 @@
5
5
  - [`users/getting-started.md`](users/getting-started.md)
6
6
  - [`users/usage.md`](users/usage.md)
7
7
  - [`users/faq.md`](users/faq.md)
8
+ - [`users/claude-code-skills.md`](users/claude-code-skills.md)
9
+ - [`users/cursor-skills.md`](users/cursor-skills.md)
10
+ - [`users/codex-cli-skills.md`](users/codex-cli-skills.md)
11
+ - [`users/gemini-cli-skills.md`](users/gemini-cli-skills.md)
12
+ - [`users/ai-agent-skills.md`](users/ai-agent-skills.md)
13
+ - [`users/antigravity-awesome-skills-vs-awesome-claude-skills.md`](users/antigravity-awesome-skills-vs-awesome-claude-skills.md)
14
+ - [`users/best-claude-code-skills-github.md`](users/best-claude-code-skills-github.md)
15
+ - [`users/best-cursor-skills-github.md`](users/best-cursor-skills-github.md)
8
16
  - [`users/bundles.md`](users/bundles.md)
9
17
  - [`users/workflows.md`](users/workflows.md)
10
18
  - [`users/kiro-integration.md`](users/kiro-integration.md)
@@ -28,6 +36,7 @@
28
36
  - [`maintainers/rollback-procedure.md`](maintainers/rollback-procedure.md)
29
37
  - [`maintainers/audit.md`](maintainers/audit.md)
30
38
  - [`maintainers/ci-drift-fix.md`](maintainers/ci-drift-fix.md)
39
+ - [`maintainers/repo-growth-seo.md`](maintainers/repo-growth-seo.md)
31
40
  - [`maintainers/skills-update-guide.md`](maintainers/skills-update-guide.md)
32
41
  - [`maintainers/categorization-implementation.md`](maintainers/categorization-implementation.md)
33
42
  - [`maintainers/date-tracking-implementation.md`](maintainers/date-tracking-implementation.md)
@@ -0,0 +1,131 @@
1
+ # Repo Growth SEO Playbook
2
+
3
+ This document keeps the repository's GitHub-facing discovery copy aligned with the SEO-focused user docs.
4
+
5
+ ## Current position
6
+
7
+ Preferred positioning:
8
+
9
+ > Installable GitHub library of 1,273+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and other AI coding assistants.
10
+
11
+ Key framing:
12
+
13
+ - installable skill library;
14
+ - GitHub-first discovery;
15
+ - broad multi-tool compatibility;
16
+ - bundles, workflows, and onboarding docs;
17
+ - useful for both breadth and curated evaluation.
18
+
19
+ ## GitHub About settings
20
+
21
+ Preferred description:
22
+
23
+ > Installable GitHub library of 1,273+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections.
24
+
25
+ Preferred homepage:
26
+
27
+ > `https://github.com/sickn33/antigravity-awesome-skills`
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
+
35
+ Preferred topics:
36
+
37
+ - `agentic-skills`
38
+ - `agent-skills`
39
+ - `ai-agents`
40
+ - `ai-agent-skills`
41
+ - `awesome-list`
42
+ - `awesome-lists`
43
+ - `antigravity`
44
+ - `antigravity-skills`
45
+ - `autonomous-coding`
46
+ - `claude-code`
47
+ - `claude-code-skills`
48
+ - `codex-cli`
49
+ - `codex-skills`
50
+ - `cursor-skills`
51
+ - `developer-tools`
52
+ - `gemini-cli`
53
+ - `gemini-skills`
54
+ - `mcp`
55
+ - `ai-workflows`
56
+ - `skill-library`
57
+
58
+ ## Release notes checklist
59
+
60
+ When publishing a release:
61
+
62
+ - include a title that names the main user-facing use case, not only the internal codename;
63
+ - mention newly supported tools, new bundles, and onboarding improvements early;
64
+ - link back to the most relevant docs in `docs/users/`;
65
+ - keep the first paragraph useful to someone who found the release page from Google.
66
+
67
+ Suggested opening structure:
68
+
69
+ 1. one-sentence release summary with tool/use-case language;
70
+ 2. top changes that matter to new and returning users;
71
+ 3. links to install, bundles, workflows, and relevant comparison pages if needed.
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
+
112
+ ## Discussions checklist
113
+
114
+ Suggested pinned discussion topics:
115
+
116
+ - `Start here: best skills by tool`
117
+ - `Best bundles for new users`
118
+ - `How to choose between Antigravity and other skill libraries`
119
+
120
+ Discussion posts should:
121
+
122
+ - link to the tool-specific docs in `docs/users/`;
123
+ - answer one search intent cleanly;
124
+ - end with a single clear next step such as install, star, or compare.
125
+
126
+ ## Content maintenance rules
127
+
128
+ - Keep README, GitHub About description, and tool-specific user docs semantically aligned.
129
+ - Avoid cannibalization by giving each user doc a distinct primary intent.
130
+ - Prefer honest comparisons over absolute claims.
131
+ - Do not use SEM or paid language in discovery docs unless strategy changes later.
@@ -0,0 +1,45 @@
1
+ # AI Agent Skills
2
+
3
+ If you are researching **AI agent skills** on GitHub, the biggest decision is usually not "which single skill is best?" but "do I want a broad installable library or a smaller curated collection?"
4
+
5
+ Antigravity Awesome Skills is built for the first path: broad coverage, multiple supported tools, installation help, onboarding docs, bundles, workflows, and a catalog that supports both beginner and advanced users.
6
+
7
+ ## What to look for in an AI agent skills library
8
+
9
+ - **Installability**: can you put the skills where your tool expects them without manual copying?
10
+ - **Supported tools**: does the repo work with Claude Code, Cursor, Codex CLI, Gemini CLI, and related environments?
11
+ - **Breadth vs curation**: do you want many options or a smaller shortlist of high-signal entries?
12
+ - **Onboarding quality**: are there docs, bundles, workflows, and examples, or only raw files?
13
+ - **Trust model**: does the repo identify official sources, security posture, and community review expectations?
14
+
15
+ ## When Antigravity Awesome Skills is a good fit
16
+
17
+ - You want one library that spans planning, coding, debugging, testing, security, infra, product, and marketing.
18
+ - You care about installation paths and practical onboarding, not only catalog size.
19
+ - You want bundles and workflows to reduce choice overload.
20
+ - You need compatibility across more than one AI coding assistant.
21
+
22
+ ## When a smaller curated repo may be better
23
+
24
+ - You only want a narrow shortlist of highly curated or vendor-focused skills.
25
+ - You prefer reviewing fewer files even if coverage is lower.
26
+ - You are evaluating alternatives for a single tool and want a quick comparison first.
27
+
28
+ ## Start with a tool-specific guide
29
+
30
+ - [`claude-code-skills.md`](claude-code-skills.md)
31
+ - [`cursor-skills.md`](cursor-skills.md)
32
+ - [`codex-cli-skills.md`](codex-cli-skills.md)
33
+ - [`gemini-cli-skills.md`](gemini-cli-skills.md)
34
+
35
+ ## Compare broad vs curated libraries
36
+
37
+ - [`antigravity-awesome-skills-vs-awesome-claude-skills.md`](antigravity-awesome-skills-vs-awesome-claude-skills.md)
38
+ - [`best-claude-code-skills-github.md`](best-claude-code-skills-github.md)
39
+ - [`best-cursor-skills-github.md`](best-cursor-skills-github.md)
40
+
41
+ ## Quick recommendation
42
+
43
+ - Choose **Antigravity Awesome Skills** if you want a large, installable, multi-tool library with onboarding help.
44
+ - Choose a smaller curated repo if you want fewer choices and more editorial filtering.
45
+ - If you are unsure, install this repo first, start with [`bundles.md`](bundles.md), and then compare alternatives once you know your preferred workflow.
@@ -0,0 +1,43 @@
1
+ # Antigravity Awesome Skills vs Awesome Claude Skills
2
+
3
+ If you are comparing **Antigravity Awesome Skills** with **Awesome Claude Skills**, the decision usually comes down to breadth vs curation.
4
+
5
+ For clarity: the repository many people still refer to as `awesome-claude-skills` now lives at [VoltAgent/awesome-agent-skills](https://github.com/VoltAgent/awesome-agent-skills).
6
+
7
+ ## TL;DR
8
+
9
+ - Choose **Antigravity Awesome Skills** if you want a large installable library, broad tool coverage, and strong onboarding.
10
+ - Choose **VoltAgent Awesome Agent Skills** if you want a curated list with a strong official-team angle and a tighter scope.
11
+
12
+ ## At-a-glance comparison
13
+
14
+ | Criteria | Antigravity Awesome Skills | VoltAgent Awesome Agent Skills |
15
+ | --- | --- | --- |
16
+ | Best for | Breadth, installation, multi-tool daily use | Curated discovery and official/community highlights |
17
+ | Catalog shape | Large installable library with bundles, workflows, docs, and generated catalog | Curated awesome-list style collection |
18
+ | Supported tools | Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, Kiro, OpenCode, Copilot, more | Claude Code, Codex, Antigravity, Gemini CLI, Cursor, Copilot, OpenCode, Windsurf, more |
19
+ | Onboarding | Installation docs, bundles, workflows, getting-started guides | Curated README and categorized references |
20
+ | Good fit when | You want one repo to install and work from | You want a smaller list to browse and evaluate |
21
+
22
+ ## Why choose Antigravity Awesome Skills
23
+
24
+ - You want a single GitHub repository that acts as both a skill source and an installable working library.
25
+ - You care about onboarding assets like [`bundles.md`](bundles.md), [`workflows.md`](workflows.md), and tool-specific guides.
26
+ - You need coverage across many domains, not just a curated shortlist.
27
+
28
+ ## Why choose VoltAgent Awesome Agent Skills
29
+
30
+ - You want a more editorial, awesome-list style browsing experience.
31
+ - You value a repository centered on official and team-published agent skills.
32
+ - You prefer a smaller set to review manually before installing anything.
33
+
34
+ ## Honest tradeoffs
35
+
36
+ - Antigravity can feel bigger and noisier at first because it optimizes for breadth.
37
+ - VoltAgent can be easier to skim quickly because it optimizes for curation.
38
+ - If you want both, a sensible workflow is to browse curated lists first and install a broader library once you know your use cases.
39
+
40
+ ## Suggested next step
41
+
42
+ - If you want to install and start using skills today, go back to [`README.md`](../../README.md) and follow the installation guide.
43
+ - If you are still evaluating tool-specific options, continue with [`best-claude-code-skills-github.md`](best-claude-code-skills-github.md) or [`best-cursor-skills-github.md`](best-cursor-skills-github.md).
@@ -0,0 +1,62 @@
1
+ # Best Claude Code Skills on GitHub
2
+
3
+ If you are looking for the **best Claude Code skills on GitHub**, there is no single perfect repository for every user. The right choice depends on whether you want breadth, curation, or official reference material.
4
+
5
+ ## Best overall installable library
6
+
7
+ ### 1. [sickn33/antigravity-awesome-skills](https://github.com/sickn33/antigravity-awesome-skills)
8
+
9
+ Best for teams and individual developers who want one large installable library with onboarding docs, bundles, workflows, and support for more than just Claude Code.
10
+
11
+ Choose this if you want:
12
+
13
+ - a broad library you can install and use immediately;
14
+ - bundles and workflows to reduce choice overload;
15
+ - compatibility beyond Claude Code alone.
16
+
17
+ ## Best curated shortlist
18
+
19
+ ### 2. [VoltAgent/awesome-agent-skills](https://github.com/VoltAgent/awesome-agent-skills)
20
+
21
+ Best for developers who want a curated, awesome-list style collection with strong coverage of official and community skill sources.
22
+
23
+ Choose this if you want:
24
+
25
+ - a tighter list to browse before installing anything;
26
+ - an editorial collection that highlights official team skills;
27
+ - an easier first pass through the ecosystem.
28
+
29
+ ## Best official reference
30
+
31
+ ### 3. [anthropics/skills](https://github.com/anthropics/skills)
32
+
33
+ Best for developers who want official Anthropic-published skills and reference implementations first, then plan to expand from there.
34
+
35
+ Choose this if you want:
36
+
37
+ - official source material directly from Anthropic;
38
+ - a smaller official baseline instead of a large community library;
39
+ - a reference point for how vendor-maintained skills are structured.
40
+
41
+ ## Best smaller community collection
42
+
43
+ ### 4. [karanb192/awesome-claude-skills](https://github.com/karanb192/awesome-claude-skills)
44
+
45
+ Best for people who want a smaller Claude-focused community collection and a simpler shortlist than a giant installable repo.
46
+
47
+ Choose this if you want:
48
+
49
+ - Claude-specific focus;
50
+ - a smaller library to review manually;
51
+ - community-driven additions without the scale of a huge catalog.
52
+
53
+ ## How to choose quickly
54
+
55
+ - Choose **Antigravity Awesome Skills** if you want the most practical install-and-use path.
56
+ - Choose **VoltAgent Awesome Agent Skills** if you want the strongest curated shortlist.
57
+ - Choose **anthropics/skills** if official vendor reference matters most.
58
+ - Choose **karanb192/awesome-claude-skills** if you want a smaller community-first Claude library.
59
+
60
+ ## Recommended next step
61
+
62
+ If you want to get productive quickly, install [Antigravity Awesome Skills](https://github.com/sickn33/antigravity-awesome-skills) and start with [`claude-code-skills.md`](claude-code-skills.md) plus [`bundles.md`](bundles.md).
@@ -0,0 +1,62 @@
1
+ # Best Cursor Skills on GitHub
2
+
3
+ If you are searching for the **best Cursor skills on GitHub**, the best option depends on whether you want a broad installable library, a curated discovery list, or a smaller community collection.
4
+
5
+ ## Best overall installable library
6
+
7
+ ### 1. [sickn33/antigravity-awesome-skills](https://github.com/sickn33/antigravity-awesome-skills)
8
+
9
+ Best for developers who want one repository they can install into Cursor and keep using across frontend, backend, testing, infra, product, and growth work.
10
+
11
+ Choose this if you want:
12
+
13
+ - a direct `--cursor` install flow;
14
+ - a large catalog instead of a handful of examples;
15
+ - bundles and workflows to make a big library easier to navigate.
16
+
17
+ ## Best curated multi-tool shortlist
18
+
19
+ ### 2. [VoltAgent/awesome-agent-skills](https://github.com/VoltAgent/awesome-agent-skills)
20
+
21
+ Best for developers who want a curated list of agent skills that explicitly supports Cursor alongside other AI coding assistants.
22
+
23
+ Choose this if you want:
24
+
25
+ - a smaller curated list before committing to a larger install;
26
+ - broad multi-tool compatibility with strong editorial filtering;
27
+ - a discovery-first experience.
28
+
29
+ ## Best smaller installable community library
30
+
31
+ ### 3. [MoizIbnYousaf/Ai-Agent-Skills](https://github.com/MoizIbnYousaf/Ai-Agent-Skills)
32
+
33
+ Best for developers who want a smaller installable library with Cursor compatibility and a lighter-weight starting point than a giant catalog.
34
+
35
+ Choose this if you want:
36
+
37
+ - a more compact installable set;
38
+ - fewer files to review manually;
39
+ - a library that still targets multiple agent environments.
40
+
41
+ ## Best Cursor-specific collection
42
+
43
+ ### 4. [araguaci/cursor-skills](https://github.com/araguaci/cursor-skills)
44
+
45
+ Best for developers who want a repository centered specifically on Cursor rather than a broader multi-tool skill ecosystem.
46
+
47
+ Choose this if you want:
48
+
49
+ - Cursor-specific orientation;
50
+ - a narrower scope to review quickly;
51
+ - a lightweight repo to compare against broader libraries.
52
+
53
+ ## How to choose quickly
54
+
55
+ - Choose **Antigravity Awesome Skills** if you want the strongest install-and-use path for real day-to-day Cursor work.
56
+ - Choose **VoltAgent Awesome Agent Skills** if you want curation first and installation later.
57
+ - Choose **Ai-Agent-Skills** if you want a smaller installable library.
58
+ - Choose **cursor-skills** if you want the most Cursor-specific starting point.
59
+
60
+ ## Recommended next step
61
+
62
+ If your goal is to start working in Cursor today, install [Antigravity Awesome Skills](https://github.com/sickn33/antigravity-awesome-skills) and continue with [`cursor-skills.md`](cursor-skills.md).
@@ -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: 26_
582
+ _Last updated: March 2026 | Total Skills: 1,254+ | Total Bundles: 36_
@@ -0,0 +1,62 @@
1
+ # Claude Code Skills
2
+
3
+ If you are looking for **Claude Code skills** you can install from GitHub, this repository is designed to get you from first clone to first useful prompt quickly.
4
+
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
+
7
+ ## Why use this repo for Claude Code
8
+
9
+ - It includes 1,273+ skills instead of a narrow single-domain starter pack.
10
+ - It supports the standard `.claude/skills/` path and the Claude Code plugin marketplace flow.
11
+ - It includes onboarding docs, bundles, and workflows so new users do not need to guess where to begin.
12
+ - It covers both everyday engineering tasks and specialized work like security reviews, infrastructure, product planning, and documentation.
13
+
14
+ ## Install Claude Code Skills
15
+
16
+ ### Option A: installer CLI
17
+
18
+ ```bash
19
+ npx antigravity-awesome-skills --claude
20
+ ```
21
+
22
+ ### Option B: Claude Code plugin marketplace
23
+
24
+ ```text
25
+ /plugin marketplace add sickn33/antigravity-awesome-skills
26
+ /plugin install antigravity-awesome-skills
27
+ ```
28
+
29
+ ### Verify the install
30
+
31
+ ```bash
32
+ test -d .claude/skills || test -d ~/.claude/skills
33
+ ```
34
+
35
+ ## Best starter skills for Claude Code
36
+
37
+ - [`brainstorming`](../../skills/brainstorming/): plan features and specs before writing code.
38
+ - [`lint-and-validate`](../../skills/lint-and-validate/): run fast quality checks before you commit.
39
+ - [`create-pr`](../../skills/create-pr/): package your work into a clean pull request.
40
+ - [`systematic-debugging`](../../skills/systematic-debugging/): investigate failures with a repeatable process.
41
+ - [`security-auditor`](../../skills/security-auditor/): review APIs, auth, and sensitive flows with a security lens.
42
+
43
+ ## Example Claude Code prompts
44
+
45
+ ```text
46
+ Use @brainstorming to design a new billing workflow for my SaaS.
47
+ ```
48
+
49
+ ```text
50
+ Use @lint-and-validate on src/routes/api.ts and fix the issues you find.
51
+ ```
52
+
53
+ ```text
54
+ Use @create-pr to turn these changes into a clean PR summary and checklist.
55
+ ```
56
+
57
+ ## What to do next
58
+
59
+ - Start with [`bundles.md`](bundles.md) if you want a role-based shortlist.
60
+ - Use [`workflows.md`](workflows.md) if you want step-by-step execution playbooks.
61
+ - Compare options in [`best-claude-code-skills-github.md`](best-claude-code-skills-github.md) if you are still evaluating repositories.
62
+ - Go back to the main landing page in [`README.md`](../../README.md) when you want the full installation matrix.
@@ -0,0 +1,52 @@
1
+ # Codex CLI Skills
2
+
3
+ If you want **Codex CLI skills** that are easy to install and practical in a local coding loop, this repository is designed for that exact use case.
4
+
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
+
7
+ ## Why use this repo for Codex CLI
8
+
9
+ - It supports Codex CLI with a dedicated install flag and a standard skills layout.
10
+ - It is strong for local repo work where you want to move from planning to implementation to verification without changing libraries.
11
+ - It includes both general-purpose engineering skills and deeper specialist tracks.
12
+ - It gives you docs and bundles, not just raw skill files.
13
+
14
+ ## Install Codex CLI Skills
15
+
16
+ ```bash
17
+ npx antigravity-awesome-skills --codex
18
+ ```
19
+
20
+ ### Verify the install
21
+
22
+ ```bash
23
+ test -d .codex/skills || test -d ~/.codex/skills
24
+ ```
25
+
26
+ ## Best starter skills for Codex CLI
27
+
28
+ - [`brainstorming`](../../skills/brainstorming/): clarify requirements before touching code.
29
+ - [`concise-planning`](../../skills/concise-planning/): turn ambiguous work into an atomic execution plan.
30
+ - [`test-driven-development`](../../skills/test-driven-development/): structure changes around red-green-refactor.
31
+ - [`lint-and-validate`](../../skills/lint-and-validate/): keep quality checks close to the implementation loop.
32
+ - [`create-pr`](../../skills/create-pr/): wrap up work cleanly once implementation is done.
33
+
34
+ ## Example Codex CLI prompts
35
+
36
+ ```text
37
+ Use @concise-planning to break this feature request into an implementation checklist.
38
+ ```
39
+
40
+ ```text
41
+ Use @test-driven-development to add tests before changing this parser.
42
+ ```
43
+
44
+ ```text
45
+ Use @create-pr once everything is passing and summarize the user-facing changes.
46
+ ```
47
+
48
+ ## What to do next
49
+
50
+ - Read [`ai-agent-skills.md`](ai-agent-skills.md) if you want a framework for choosing between broad and curated skill libraries.
51
+ - Use [`workflows.md`](workflows.md) when you want step-by-step execution patterns for common engineering goals.
52
+ - Return to [`README.md`](../../README.md) for the full compatibility matrix.
@@ -0,0 +1,52 @@
1
+ # Cursor Skills
2
+
3
+ If you searched for **Cursor skills** on GitHub, this repository is built to be a practical starting point: installable skills, clear usage docs, and a large library that works well with Cursor chat workflows.
4
+
5
+ Antigravity Awesome Skills supports Cursor through the `.cursor/skills/` path and keeps the entry point simple: install once, then invoke the skills you need in chat.
6
+
7
+ ## Why use this repo for Cursor
8
+
9
+ - It supports Cursor directly with a dedicated install flag.
10
+ - It works well for UI-heavy and full-stack workflows where Cursor users often want planning, implementation, validation, and debugging in one place.
11
+ - It includes bundles and workflows, which are helpful when you do not want to hand-pick from a huge catalog immediately.
12
+ - It is broad enough for frontend, backend, infra, testing, product, and growth work without switching repositories.
13
+
14
+ ## Install Cursor Skills
15
+
16
+ ```bash
17
+ npx antigravity-awesome-skills --cursor
18
+ ```
19
+
20
+ ### Verify the install
21
+
22
+ ```bash
23
+ test -d .cursor/skills || test -d ~/.cursor/skills
24
+ ```
25
+
26
+ ## Best starter skills for Cursor
27
+
28
+ - [`frontend-design`](../../skills/frontend-design/): improve UI direction and interaction quality.
29
+ - [`react-best-practices`](../../skills/react-best-practices/): tighten React and Next.js implementation patterns.
30
+ - [`tailwind-patterns`](../../skills/tailwind-patterns/): structure utility-first UI work cleanly.
31
+ - [`testing-patterns`](../../skills/testing-patterns/): add focused unit and integration tests.
32
+ - [`api-design-principles`](../../skills/api-design-principles/): define clean interfaces before implementation spreads.
33
+
34
+ ## Example Cursor prompts
35
+
36
+ ```text
37
+ @frontend-design redesign this landing page to feel more premium and conversion-focused.
38
+ ```
39
+
40
+ ```text
41
+ @react-best-practices review this component tree and fix the biggest performance problems.
42
+ ```
43
+
44
+ ```text
45
+ @testing-patterns add tests for the checkout state machine in this folder.
46
+ ```
47
+
48
+ ## What to do next
49
+
50
+ - Read [`best-cursor-skills-github.md`](best-cursor-skills-github.md) if you want a shortlist of GitHub options for Cursor-compatible skills.
51
+ - Use [`bundles.md`](bundles.md) if you want a role-based starting point such as Web Wizard or Full-Stack Developer.
52
+ - Open [`usage.md`](usage.md) if you want more prompt examples and execution patterns.
@@ -0,0 +1,52 @@
1
+ # Gemini CLI Skills
2
+
3
+ If you are evaluating **Gemini CLI skills** on GitHub, this repository is a strong broad starting point: installable skills, large coverage, and clear onboarding for day-one use.
4
+
5
+ Antigravity Awesome Skills supports Gemini CLI through the `.gemini/skills/` path and combines general engineering playbooks with specialized skills for AI systems, integrations, infrastructure, testing, product, and growth.
6
+
7
+ ## Why use this repo for Gemini CLI
8
+
9
+ - It installs directly into the expected Gemini skills path.
10
+ - It includes both core software engineering skills and deeper agent/LLM-oriented skills.
11
+ - It helps new users get started with bundles and workflows rather than forcing a cold start from 1,273+ files.
12
+ - It is useful whether you want a broad internal skill library or a single repo to test many workflows quickly.
13
+
14
+ ## Install Gemini CLI Skills
15
+
16
+ ```bash
17
+ npx antigravity-awesome-skills --gemini
18
+ ```
19
+
20
+ ### Verify the install
21
+
22
+ ```bash
23
+ test -d .gemini/skills || test -d ~/.gemini/skills
24
+ ```
25
+
26
+ ## Best starter skills for Gemini CLI
27
+
28
+ - [`brainstorming`](../../skills/brainstorming/): turn vague goals into clearer implementation specs.
29
+ - [`prompt-engineering`](../../skills/prompt-engineering/): improve prompting quality and task framing.
30
+ - [`rag-engineer`](../../skills/rag-engineer/): build and evaluate retrieval systems.
31
+ - [`langgraph`](../../skills/langgraph/): design stateful agent workflows.
32
+ - [`mcp-builder`](../../skills/mcp-builder/): add tool integrations and external capabilities.
33
+
34
+ ## Example Gemini CLI prompts
35
+
36
+ ```text
37
+ Use @prompt-engineering to improve this system prompt for a coding assistant.
38
+ ```
39
+
40
+ ```text
41
+ Use @langgraph to design a stateful agent workflow for support triage.
42
+ ```
43
+
44
+ ```text
45
+ Use @mcp-builder to plan the tools needed for a GitHub + Slack integration.
46
+ ```
47
+
48
+ ## What to do next
49
+
50
+ - Start with [`bundles.md`](bundles.md) if you want a smaller curated subset by role.
51
+ - Read [`ai-agent-skills.md`](ai-agent-skills.md) if you are comparing general-purpose agent skill libraries.
52
+ - Use [`usage.md`](usage.md) if you want more examples of how to invoke skills in real prompts.
@@ -149,6 +149,13 @@ A: Yes, MIT License. Open Source forever.
149
149
 
150
150
  ## Next Steps
151
151
 
152
+ Need a tool-specific starting point first?
153
+
154
+ - [Claude Code skills](claude-code-skills.md)
155
+ - [Cursor skills](cursor-skills.md)
156
+ - [Codex CLI skills](codex-cli-skills.md)
157
+ - [Gemini CLI skills](gemini-cli-skills.md)
158
+
152
159
  1. [Browse the Bundles](bundles.md)
153
160
  2. [See Real-World Examples](../contributors/examples.md)
154
161
  3. [Contribute a Skill](../../CONTRIBUTING.md)
@@ -194,6 +194,13 @@ Let's actually use a skill right now. Follow these steps:
194
194
 
195
195
  Don't try to use all 1,254+ skills at once. Here's a sensible approach:
196
196
 
197
+ If you want a tool-specific starting point before choosing skills, use:
198
+
199
+ - [Claude Code skills](claude-code-skills.md)
200
+ - [Cursor skills](cursor-skills.md)
201
+ - [Codex CLI skills](codex-cli-skills.md)
202
+ - [Gemini CLI skills](gemini-cli-skills.md)
203
+
197
204
  ### Start with "The Essentials" (5 skills, everyone needs these)
198
205
 
199
206
  1. **`@brainstorming`** - Plan before you build
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-skills-antigravity",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
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",