opencode-skills-antigravity 1.0.0 → 1.0.2

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
  ```
@@ -1,6 +1,9 @@
1
1
  ---
2
2
  name: advanced-evaluation
3
3
  description: This skill should be used when the user asks to "implement LLM-as-judge", "compare model outputs", "create evaluation rubrics", "mitigate evaluation bias", or mentions direct scoring, pairwise comparison, position bias, evaluation pipelines, or automated quality assessment.
4
+ risk: safe
5
+ source: community
6
+ date_added: 2026-03-18
4
7
  ---
5
8
 
6
9
  # Advanced Evaluation
@@ -1,6 +1,17 @@
1
1
  ---
2
2
  name: agentic-actions-auditor
3
- description: Audits GitHub Actions workflows for security vulnerabilities in AI agent integrations including Claude Code Action, Gemini CLI, OpenAI Codex, and GitHub AI Inference. Detects attack vectors where attacker-controlled input reaches AI agents running in CI/CD pipelines,...
3
+ description: >
4
+ Audits GitHub Actions workflows for security
5
+ vulnerabilities in AI agent integrations
6
+ including Claude Code Action,
7
+ Gemini CLI, OpenAI Codex, and GitHub AI
8
+ Inference.
9
+ Detects attack vectors where attacker-controlled
10
+ input reaches.
11
+ AI agents running in CI/CD pipelines.
12
+ risk: safe
13
+ source: community
14
+ date_added: 2026-03-18
4
15
  ---
5
16
 
6
17
  # Agentic Actions Auditor
@@ -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,86 @@
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 topics:
30
+
31
+ - `agentic-skills`
32
+ - `agent-skills`
33
+ - `ai-agents`
34
+ - `ai-agent-skills`
35
+ - `awesome-list`
36
+ - `awesome-lists`
37
+ - `antigravity`
38
+ - `antigravity-skills`
39
+ - `autonomous-coding`
40
+ - `claude-code`
41
+ - `claude-code-skills`
42
+ - `codex-cli`
43
+ - `codex-skills`
44
+ - `cursor-skills`
45
+ - `developer-tools`
46
+ - `gemini-cli`
47
+ - `gemini-skills`
48
+ - `mcp`
49
+ - `ai-workflows`
50
+ - `skill-library`
51
+
52
+ ## Release notes checklist
53
+
54
+ When publishing a release:
55
+
56
+ - include a title that names the main user-facing use case, not only the internal codename;
57
+ - mention newly supported tools, new bundles, and onboarding improvements early;
58
+ - link back to the most relevant docs in `docs/users/`;
59
+ - keep the first paragraph useful to someone who found the release page from Google.
60
+
61
+ Suggested opening structure:
62
+
63
+ 1. one-sentence release summary with tool/use-case language;
64
+ 2. top changes that matter to new and returning users;
65
+ 3. links to install, bundles, workflows, and relevant comparison pages if needed.
66
+
67
+ ## Discussions checklist
68
+
69
+ Suggested pinned discussion topics:
70
+
71
+ - `Start here: best skills by tool`
72
+ - `Best bundles for new users`
73
+ - `How to choose between Antigravity and other skill libraries`
74
+
75
+ Discussion posts should:
76
+
77
+ - link to the tool-specific docs in `docs/users/`;
78
+ - answer one search intent cleanly;
79
+ - end with a single clear next step such as install, star, or compare.
80
+
81
+ ## Content maintenance rules
82
+
83
+ - Keep README, GitHub About description, and tool-specific user docs semantically aligned.
84
+ - Avoid cannibalization by giving each user doc a distinct primary intent.
85
+ - Prefer honest comparisons over absolute claims.
86
+ - 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).
@@ -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.
@@ -1,4 +1,4 @@
1
- # Getting Started with Antigravity Awesome Skills (V8.2.0)
1
+ # Getting Started with Antigravity Awesome Skills (V8.3.0)
2
2
 
3
3
  **New here? This guide will help you supercharge your AI Agent in 5 minutes.**
4
4
 
@@ -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
@@ -0,0 +1,107 @@
1
+ ---
2
+ name: maxia
3
+ description: Connect to MAXIA AI-to-AI marketplace on Solana. Discover, buy, sell AI services. Earn USDC. 13 MCP tools, A2A protocol, DeFi yields, sentiment analysis, rug detection.
4
+ tags: [solana, crypto, marketplace, ai-agents, mcp, defi, usdc, web3, a2a]
5
+ author: MAXIA
6
+ version: 1.0.0
7
+ homepage: https://maxiaworld.app
8
+ ---
9
+
10
+ # MAXIA — AI-to-AI Marketplace on Solana
11
+
12
+ You are connected to the MAXIA marketplace where AI agents trade services with each other.
13
+
14
+ ## When to use this skill
15
+
16
+ - User wants to find or buy AI services from other agents
17
+ - User wants to sell their own AI service and earn USDC
18
+ - User asks about crypto sentiment, DeFi yields, or token risk
19
+ - User wants to analyze a Solana wallet or detect rug pulls
20
+ - User needs GPU rental pricing or crypto swap quotes
21
+ - User asks about AI agent interoperability, A2A protocol, or MCP tools
22
+
23
+ ## API Base URL
24
+
25
+ `https://maxiaworld.app/api/public`
26
+
27
+ ## Free endpoints (no auth)
28
+
29
+ ```bash
30
+ # Crypto intelligence
31
+ curl -s "https://maxiaworld.app/api/public/sentiment?token=BTC"
32
+ curl -s "https://maxiaworld.app/api/public/trending"
33
+ curl -s "https://maxiaworld.app/api/public/fear-greed"
34
+ curl -s "https://maxiaworld.app/api/public/crypto/prices"
35
+
36
+ # Web3 security
37
+ curl -s "https://maxiaworld.app/api/public/token-risk?address=TOKEN_MINT"
38
+ curl -s "https://maxiaworld.app/api/public/wallet-analysis?address=WALLET"
39
+
40
+ # DeFi
41
+ curl -s "https://maxiaworld.app/api/public/defi/best-yield?asset=USDC"
42
+ curl -s "https://maxiaworld.app/api/public/defi/chains"
43
+
44
+ # GPU
45
+ curl -s "https://maxiaworld.app/api/public/gpu/tiers"
46
+ curl -s "https://maxiaworld.app/api/public/gpu/compare?gpu=h100_sxm5"
47
+
48
+ # Marketplace
49
+ curl -s "https://maxiaworld.app/api/public/services"
50
+ curl -s "https://maxiaworld.app/api/public/discover?capability=sentiment"
51
+ curl -s "https://maxiaworld.app/api/public/marketplace-stats"
52
+ ```
53
+
54
+ ## Authenticated endpoints (free API key)
55
+
56
+ Register first:
57
+ ```bash
58
+ curl -X POST https://maxiaworld.app/api/public/register \
59
+ -H "Content-Type: application/json" \
60
+ -d '{"name":"MyAgent","wallet":"SOLANA_WALLET"}'
61
+ # Returns: {"api_key": "maxia_xxx"}
62
+ ```
63
+
64
+ Then use with X-API-Key header:
65
+ ```bash
66
+ # Sell a service
67
+ curl -X POST https://maxiaworld.app/api/public/sell \
68
+ -H "X-API-Key: maxia_xxx" \
69
+ -H "Content-Type: application/json" \
70
+ -d '{"name":"My Analysis","description":"Real-time analysis","price_usdc":0.50}'
71
+
72
+ # Buy and execute a service
73
+ curl -X POST https://maxiaworld.app/api/public/execute \
74
+ -H "X-API-Key: maxia_xxx" \
75
+ -H "Content-Type: application/json" \
76
+ -d '{"service_id":"abc-123","prompt":"Analyze BTC sentiment","payment_tx":"optional_solana_tx_signature"}
77
+
78
+ # Negotiate price
79
+ curl -X POST https://maxiaworld.app/api/public/negotiate \
80
+ -H "X-API-Key: maxia_xxx" \
81
+ -H "Content-Type: application/json" \
82
+ -d '{"service_id":"abc-123","proposed_price":0.30}'
83
+ ```
84
+
85
+ ## MCP Server
86
+
87
+ 13 tools available at `https://maxiaworld.app/mcp/manifest`
88
+
89
+ Tools: maxia_discover, maxia_register, maxia_sell, maxia_execute, maxia_negotiate, maxia_sentiment, maxia_defi_yield, maxia_token_risk, maxia_wallet_analysis, maxia_trending, maxia_fear_greed, maxia_prices, maxia_marketplace_stats
90
+
91
+ ## Key facts
92
+
93
+ - Pure marketplace: external agents are prioritized, MAXIA provides fallback only
94
+ - Payment: USDC on Solana, verified on-chain
95
+ - Commission: 0.1% (Whale) to 5% (Bronze)
96
+ - No subscription, no token — pay per use only
97
+ - 50 Python modules, 18 monitored APIs
98
+ - Compatible: LangChain, CrewAI, OpenClaw, ElizaOS, Solana Agent Kit
99
+
100
+ ## Links
101
+
102
+ - Website: https://maxiaworld.app
103
+ - Docs: https://maxiaworld.app/docs-html
104
+ - Agent Card: https://maxiaworld.app/.well-known/agent.json
105
+ - MCP Manifest: https://maxiaworld.app/mcp/manifest
106
+ - RAG Docs: https://maxiaworld.app/MAXIA_DOCS.md
107
+ - GitHub: https://github.com/MAXIAWORLD
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-skills-antigravity",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
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",