opencode-skills-antigravity 1.0.5 → 1.0.7
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/ad-creative/SKILL.md +371 -0
- package/bundled-skills/ad-creative/evals/evals.json +90 -0
- package/bundled-skills/ad-creative/references/generative-tools.md +637 -0
- package/bundled-skills/ad-creative/references/platform-specs.md +213 -0
- package/bundled-skills/ai-seo/SKILL.md +407 -0
- package/bundled-skills/ai-seo/evals/evals.json +90 -0
- package/bundled-skills/ai-seo/references/content-patterns.md +285 -0
- package/bundled-skills/ai-seo/references/platform-ranking-factors.md +152 -0
- package/bundled-skills/churn-prevention/SKILL.md +433 -0
- package/bundled-skills/churn-prevention/evals/evals.json +93 -0
- package/bundled-skills/churn-prevention/references/cancel-flow-patterns.md +316 -0
- package/bundled-skills/churn-prevention/references/dunning-playbook.md +408 -0
- package/bundled-skills/claude-api/LICENSE.txt +202 -0
- package/bundled-skills/claude-api/SKILL.md +252 -0
- package/bundled-skills/claude-api/csharp/claude-api.md +70 -0
- package/bundled-skills/claude-api/curl/examples.md +164 -0
- package/bundled-skills/claude-api/go/claude-api.md +146 -0
- package/bundled-skills/claude-api/java/claude-api.md +128 -0
- package/bundled-skills/claude-api/php/claude-api.md +88 -0
- package/bundled-skills/claude-api/python/agent-sdk/README.md +269 -0
- package/bundled-skills/claude-api/python/agent-sdk/patterns.md +319 -0
- package/bundled-skills/claude-api/python/claude-api/README.md +404 -0
- package/bundled-skills/claude-api/python/claude-api/batches.md +182 -0
- package/bundled-skills/claude-api/python/claude-api/files-api.md +162 -0
- package/bundled-skills/claude-api/python/claude-api/streaming.md +162 -0
- package/bundled-skills/claude-api/python/claude-api/tool-use.md +587 -0
- package/bundled-skills/claude-api/ruby/claude-api.md +87 -0
- package/bundled-skills/claude-api/shared/error-codes.md +205 -0
- package/bundled-skills/claude-api/shared/live-sources.md +121 -0
- package/bundled-skills/claude-api/shared/models.md +68 -0
- package/bundled-skills/claude-api/shared/tool-use-concepts.md +305 -0
- package/bundled-skills/claude-api/typescript/agent-sdk/README.md +220 -0
- package/bundled-skills/claude-api/typescript/agent-sdk/patterns.md +150 -0
- package/bundled-skills/claude-api/typescript/claude-api/README.md +313 -0
- package/bundled-skills/claude-api/typescript/claude-api/batches.md +106 -0
- package/bundled-skills/claude-api/typescript/claude-api/files-api.md +98 -0
- package/bundled-skills/claude-api/typescript/claude-api/streaming.md +178 -0
- package/bundled-skills/claude-api/typescript/claude-api/tool-use.md +477 -0
- package/bundled-skills/cold-email/SKILL.md +167 -0
- package/bundled-skills/cold-email/evals/evals.json +94 -0
- package/bundled-skills/cold-email/references/benchmarks.md +83 -0
- package/bundled-skills/cold-email/references/follow-up-sequences.md +81 -0
- package/bundled-skills/cold-email/references/frameworks.md +90 -0
- package/bundled-skills/cold-email/references/personalization.md +79 -0
- package/bundled-skills/cold-email/references/subject-lines.md +53 -0
- package/bundled-skills/content-strategy/SKILL.md +374 -0
- package/bundled-skills/content-strategy/evals/evals.json +90 -0
- package/bundled-skills/content-strategy/references/headless-cms.md +194 -0
- package/bundled-skills/defuddle/SKILL.md +50 -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/release-process.md +3 -0
- package/bundled-skills/docs/maintainers/repo-growth-seo.md +3 -3
- package/bundled-skills/docs/maintainers/skills-import-2026-03-21.md +81 -0
- package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
- package/bundled-skills/docs/users/bundles.md +1 -1
- package/bundled-skills/docs/users/claude-code-skills.md +1 -1
- package/bundled-skills/docs/users/faq.md +27 -6
- package/bundled-skills/docs/users/gemini-cli-skills.md +1 -1
- package/bundled-skills/docs/users/getting-started.md +1 -1
- package/bundled-skills/docs/users/kiro-integration.md +1 -1
- package/bundled-skills/docs/users/usage.md +6 -6
- package/bundled-skills/docs/users/visual-guide.md +18 -18
- package/bundled-skills/internal-comms/LICENSE.txt +202 -0
- package/bundled-skills/internal-comms/SKILL.md +35 -0
- package/bundled-skills/internal-comms/examples/3p-updates.md +47 -0
- package/bundled-skills/internal-comms/examples/company-newsletter.md +65 -0
- package/bundled-skills/internal-comms/examples/faq-answers.md +30 -0
- package/bundled-skills/internal-comms/examples/general-comms.md +16 -0
- package/bundled-skills/json-canvas/SKILL.md +253 -0
- package/bundled-skills/json-canvas/references/EXAMPLES.md +329 -0
- package/bundled-skills/lead-magnets/SKILL.md +319 -0
- package/bundled-skills/lead-magnets/references/benchmarks.md +129 -0
- package/bundled-skills/lead-magnets/references/format-guide.md +196 -0
- package/bundled-skills/obsidian-bases/SKILL.md +506 -0
- package/bundled-skills/obsidian-bases/references/FUNCTIONS_REFERENCE.md +173 -0
- package/bundled-skills/obsidian-cli/SKILL.md +115 -0
- package/bundled-skills/obsidian-markdown/SKILL.md +205 -0
- package/bundled-skills/obsidian-markdown/references/CALLOUTS.md +58 -0
- package/bundled-skills/obsidian-markdown/references/EMBEDS.md +63 -0
- package/bundled-skills/obsidian-markdown/references/PROPERTIES.md +61 -0
- package/bundled-skills/product-marketing-context/SKILL.md +250 -0
- package/bundled-skills/product-marketing-context/evals/evals.json +85 -0
- package/bundled-skills/revops/SKILL.md +352 -0
- package/bundled-skills/revops/evals/evals.json +91 -0
- package/bundled-skills/revops/references/automation-playbooks.md +290 -0
- package/bundled-skills/revops/references/lifecycle-definitions.md +278 -0
- package/bundled-skills/revops/references/routing-rules.md +203 -0
- package/bundled-skills/revops/references/scoring-models.md +247 -0
- package/bundled-skills/sales-enablement/SKILL.md +358 -0
- package/bundled-skills/sales-enablement/evals/evals.json +91 -0
- package/bundled-skills/sales-enablement/references/deck-frameworks.md +263 -0
- package/bundled-skills/sales-enablement/references/demo-scripts.md +355 -0
- package/bundled-skills/sales-enablement/references/objection-library.md +270 -0
- package/bundled-skills/sales-enablement/references/one-pager-templates.md +208 -0
- package/bundled-skills/seo/SKILL.md +139 -0
- package/bundled-skills/seo/references/cwv-thresholds.md +108 -0
- package/bundled-skills/seo/references/eeat-framework.md +214 -0
- package/bundled-skills/seo/references/quality-gates.md +155 -0
- package/bundled-skills/seo/references/schema-types.md +118 -0
- package/bundled-skills/seo-competitor-pages/SKILL.md +229 -0
- package/bundled-skills/seo-content/SKILL.md +186 -0
- package/bundled-skills/seo-dataforseo/SKILL.md +395 -0
- package/bundled-skills/seo-geo/SKILL.md +254 -0
- package/bundled-skills/seo-hreflang/SKILL.md +209 -0
- package/bundled-skills/seo-image-gen/SKILL.md +183 -0
- package/bundled-skills/seo-images/SKILL.md +193 -0
- package/bundled-skills/seo-page/SKILL.md +103 -0
- package/bundled-skills/seo-plan/SKILL.md +136 -0
- package/bundled-skills/seo-plan/assets/agency.md +175 -0
- package/bundled-skills/seo-plan/assets/ecommerce.md +167 -0
- package/bundled-skills/seo-plan/assets/generic.md +144 -0
- package/bundled-skills/seo-plan/assets/local-service.md +160 -0
- package/bundled-skills/seo-plan/assets/publisher.md +153 -0
- package/bundled-skills/seo-plan/assets/saas.md +135 -0
- package/bundled-skills/seo-programmatic/SKILL.md +184 -0
- package/bundled-skills/seo-schema/SKILL.md +178 -0
- package/bundled-skills/seo-sitemap/SKILL.md +129 -0
- package/bundled-skills/seo-technical/SKILL.md +175 -0
- package/bundled-skills/site-architecture/SKILL.md +366 -0
- package/bundled-skills/site-architecture/evals/evals.json +88 -0
- package/bundled-skills/site-architecture/references/mermaid-templates.md +216 -0
- package/bundled-skills/site-architecture/references/navigation-patterns.md +305 -0
- package/bundled-skills/site-architecture/references/site-type-templates.md +293 -0
- package/package.json +1 -1
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: defuddle
|
|
3
|
+
description: Extract clean markdown content from web pages using Defuddle CLI, removing clutter and navigation to save tokens. Use instead of WebFetch when the user provides a URL to read or analyze, for online documentation, articles, blog posts, or any standard web page.
|
|
4
|
+
risk: unknown
|
|
5
|
+
source: "https://github.com/kepano/obsidian-skills"
|
|
6
|
+
date_added: "2026-03-21"
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# Defuddle
|
|
10
|
+
|
|
11
|
+
Use Defuddle CLI to extract clean readable content from web pages. Prefer over WebFetch for standard web pages — it removes navigation, ads, and clutter, reducing token usage.
|
|
12
|
+
|
|
13
|
+
## When to Use
|
|
14
|
+
|
|
15
|
+
- Use when the user provides a normal webpage URL to read, summarize, or analyze.
|
|
16
|
+
- Prefer it over noisy page-fetch approaches when token efficiency matters.
|
|
17
|
+
- Use for docs, articles, blog posts, and similar public web content.
|
|
18
|
+
|
|
19
|
+
If not installed: `npm install -g defuddle`
|
|
20
|
+
|
|
21
|
+
## Usage
|
|
22
|
+
|
|
23
|
+
Always use `--md` for markdown output:
|
|
24
|
+
|
|
25
|
+
```bash
|
|
26
|
+
defuddle parse <url> --md
|
|
27
|
+
```
|
|
28
|
+
|
|
29
|
+
Save to file:
|
|
30
|
+
|
|
31
|
+
```bash
|
|
32
|
+
defuddle parse <url> --md -o content.md
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
Extract specific metadata:
|
|
36
|
+
|
|
37
|
+
```bash
|
|
38
|
+
defuddle parse <url> -p title
|
|
39
|
+
defuddle parse <url> -p description
|
|
40
|
+
defuddle parse <url> -p domain
|
|
41
|
+
```
|
|
42
|
+
|
|
43
|
+
## Output formats
|
|
44
|
+
|
|
45
|
+
| Flag | Format |
|
|
46
|
+
|------|--------|
|
|
47
|
+
| `--md` | Markdown (default choice) |
|
|
48
|
+
| `--json` | JSON with both HTML and markdown |
|
|
49
|
+
| (none) | HTML |
|
|
50
|
+
| `-p <name>` | Specific metadata property |
|
|
@@ -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.304+ skill."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
# Jetski/Cortex + Gemini: integrazione sicura con 1.
|
|
6
|
+
# Jetski/Cortex + Gemini: integrazione sicura con 1.304+ 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.304 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,304+ skills installed.
|
|
24
24
|
|
|
25
25
|
---
|
|
26
26
|
|
|
@@ -17,6 +17,8 @@ This is the maintainer playbook for cutting a repository release. Historical rel
|
|
|
17
17
|
npm run release:preflight
|
|
18
18
|
```
|
|
19
19
|
|
|
20
|
+
This preflight now runs the deterministic `sync:release-state` flow, refreshes the tracked web assets in `apps/web-app/public`, executes the local test suite, runs the web-app build, and performs `npm pack --dry-run --json` so release tags are validated against the same artifact path used later in CI.
|
|
21
|
+
|
|
20
22
|
2. Mandatory documentation hardening (repo-wide SKILL.md security scan):
|
|
21
23
|
|
|
22
24
|
```bash
|
|
@@ -71,6 +73,7 @@ npm publish
|
|
|
71
73
|
```
|
|
72
74
|
|
|
73
75
|
Normally this still happens via the existing GitHub release workflow after the GitHub release is published.
|
|
76
|
+
That workflow now reruns `sync:release-state`, refreshes tracked web assets, fails on canonical drift via `git diff --exit-code`, executes tests and docs security checks, builds the web app, and dry-runs the npm package before `npm publish`.
|
|
74
77
|
|
|
75
78
|
## Rollback Notes
|
|
76
79
|
|
|
@@ -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,304+ 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,304+ 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,304+ 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
|
|
|
@@ -0,0 +1,81 @@
|
|
|
1
|
+
# Skills Import - 2026-03-21
|
|
2
|
+
|
|
3
|
+
This note records the skill import and normalization work completed on 2026-03-21.
|
|
4
|
+
|
|
5
|
+
## Summary
|
|
6
|
+
|
|
7
|
+
- Imported new skill directories from external repositories.
|
|
8
|
+
- Normalized frontmatter for imported skills where needed.
|
|
9
|
+
- Repaired imported dangling links that did not map cleanly into this repository.
|
|
10
|
+
- Regenerated derived artifacts after import.
|
|
11
|
+
|
|
12
|
+
## Imported Skills by Source
|
|
13
|
+
|
|
14
|
+
### `anthropics/skills`
|
|
15
|
+
|
|
16
|
+
- `claude-api`
|
|
17
|
+
- `internal-comms`
|
|
18
|
+
|
|
19
|
+
Note:
|
|
20
|
+
- `docx`, `pdf`, `pptx`, and `xlsx` were not re-imported as separate directories because this repository already exposes those aliases as symlinks to `*-official` skill directories.
|
|
21
|
+
|
|
22
|
+
### `coreyhaines31/marketingskills`
|
|
23
|
+
|
|
24
|
+
- `ad-creative`
|
|
25
|
+
- `ai-seo`
|
|
26
|
+
- `churn-prevention`
|
|
27
|
+
- `cold-email`
|
|
28
|
+
- `content-strategy`
|
|
29
|
+
- `lead-magnets`
|
|
30
|
+
- `product-marketing-context`
|
|
31
|
+
- `revops`
|
|
32
|
+
- `sales-enablement`
|
|
33
|
+
- `site-architecture`
|
|
34
|
+
|
|
35
|
+
### `AgriciDaniel/claude-seo`
|
|
36
|
+
|
|
37
|
+
- `seo`
|
|
38
|
+
- `seo-competitor-pages`
|
|
39
|
+
- `seo-content`
|
|
40
|
+
- `seo-dataforseo`
|
|
41
|
+
- `seo-geo`
|
|
42
|
+
- `seo-hreflang`
|
|
43
|
+
- `seo-image-gen`
|
|
44
|
+
- `seo-images`
|
|
45
|
+
- `seo-page`
|
|
46
|
+
- `seo-plan`
|
|
47
|
+
- `seo-programmatic`
|
|
48
|
+
- `seo-schema`
|
|
49
|
+
- `seo-sitemap`
|
|
50
|
+
- `seo-technical`
|
|
51
|
+
|
|
52
|
+
### `kepano/obsidian-skills`
|
|
53
|
+
|
|
54
|
+
- `defuddle`
|
|
55
|
+
- `json-canvas`
|
|
56
|
+
- `obsidian-bases`
|
|
57
|
+
- `obsidian-cli`
|
|
58
|
+
- `obsidian-markdown`
|
|
59
|
+
|
|
60
|
+
## Not Imported
|
|
61
|
+
|
|
62
|
+
These repositories were analyzed earlier in the comparison work, but no new primary skills were imported from them in this batch:
|
|
63
|
+
|
|
64
|
+
- `obra/superpowers`
|
|
65
|
+
- `muratcankoylan/agent-skills-for-context-engineering`
|
|
66
|
+
- `PleasePrompto/notebooklm-skill`
|
|
67
|
+
|
|
68
|
+
## Validation
|
|
69
|
+
|
|
70
|
+
Commands run during the import:
|
|
71
|
+
|
|
72
|
+
```bash
|
|
73
|
+
npm run validate
|
|
74
|
+
npm run index
|
|
75
|
+
npm run catalog
|
|
76
|
+
```
|
|
77
|
+
|
|
78
|
+
Result:
|
|
79
|
+
|
|
80
|
+
- Validation passed after normalization.
|
|
81
|
+
- Generated index count after import: `1304` skills.
|
|
@@ -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,304+ skills from the skills directory
|
|
73
73
|
|
|
74
74
|
## When to Update
|
|
75
75
|
|
|
@@ -6,7 +6,7 @@ Antigravity Awesome Skills gives Claude Code users an installable library of `SK
|
|
|
6
6
|
|
|
7
7
|
## Why use this repo for Claude Code
|
|
8
8
|
|
|
9
|
-
- It includes 1,
|
|
9
|
+
- It includes 1,304+ skills instead of a narrow single-domain starter pack.
|
|
10
10
|
- It supports the standard `.claude/skills/` path and the Claude Code plugin marketplace flow.
|
|
11
11
|
- It includes onboarding docs, bundles, and workflows so new users do not need to guess where to begin.
|
|
12
12
|
- It covers both everyday engineering tasks and specialized work like security reviews, infrastructure, product planning, and documentation.
|
|
@@ -93,9 +93,16 @@ _Always check the Risk label and review the code._
|
|
|
93
93
|
|
|
94
94
|
### Where should I install the skills?
|
|
95
95
|
|
|
96
|
-
|
|
96
|
+
It depends on how you install:
|
|
97
97
|
|
|
98
|
-
**Using
|
|
98
|
+
- **Using the installer CLI (`npx antigravity-awesome-skills`)**:
|
|
99
|
+
The default install target is `~/.gemini/antigravity/skills/` for Antigravity's global library.
|
|
100
|
+
- **Using a tool-specific flag**:
|
|
101
|
+
Use `--claude`, `--cursor`, `--gemini`, `--codex`, `--kiro`, or `--antigravity` to target the matching tool path automatically.
|
|
102
|
+
- **Using a manual clone or custom workspace path**:
|
|
103
|
+
`.agent/skills/` is still a good universal workspace convention for Antigravity/custom setups.
|
|
104
|
+
|
|
105
|
+
If you get a 404 from npm, use: `npx github:sickn33/antigravity-awesome-skills`
|
|
99
106
|
|
|
100
107
|
**Using git clone:**
|
|
101
108
|
|
|
@@ -121,10 +128,10 @@ This repository now includes `.claude-plugin/marketplace.json` and `.claude-plug
|
|
|
121
128
|
|
|
122
129
|
### Does this work with Windows?
|
|
123
130
|
|
|
124
|
-
**Yes.** Use the standard install flow:
|
|
131
|
+
**Yes.** Use the same standard install flow as other platforms:
|
|
125
132
|
|
|
126
133
|
```bash
|
|
127
|
-
|
|
134
|
+
npx antigravity-awesome-skills
|
|
128
135
|
```
|
|
129
136
|
|
|
130
137
|
If you have an older clone created around the removed symlink workaround, reinstall into a fresh directory or rerun `npx antigravity-awesome-skills`.
|
|
@@ -221,8 +228,10 @@ Include:
|
|
|
221
228
|
The repository enforces automated quality control. Your skill might be missing:
|
|
222
229
|
|
|
223
230
|
1. A valid `description`.
|
|
224
|
-
2.
|
|
225
|
-
|
|
231
|
+
2. Clear usage guidance or examples.
|
|
232
|
+
3. The expected PR template checklist in the PR body.
|
|
233
|
+
|
|
234
|
+
Run `npm run validate` locally before you push, and make sure you opened the PR with the default template so the Quality Bar checklist is present.
|
|
226
235
|
|
|
227
236
|
### My PR failed "security docs" check. What should I do?
|
|
228
237
|
|
|
@@ -254,6 +263,18 @@ Since v8.0.0, GitHub automatically runs a `skill-review` workflow on any PR that
|
|
|
254
263
|
|
|
255
264
|
You do not need to close and reopen the PR. Informational or style-only findings do not block merging.
|
|
256
265
|
|
|
266
|
+
### Do community PRs need generated files like `CATALOG.md` or `skills_index.json`?
|
|
267
|
+
|
|
268
|
+
**No.** Community PRs should stay **source-only**.
|
|
269
|
+
|
|
270
|
+
Do **not** include generated registry artifacts like:
|
|
271
|
+
|
|
272
|
+
- `CATALOG.md`
|
|
273
|
+
- `skills_index.json`
|
|
274
|
+
- `data/*.json`
|
|
275
|
+
|
|
276
|
+
Maintainers regenerate and canonicalize those files on `main` after merge. If you touch docs, workflows, or infra, run `npm run validate:references` and `npm test` locally instead.
|
|
277
|
+
|
|
257
278
|
### Can I update an "Official" skill?
|
|
258
279
|
|
|
259
280
|
**No.** Official skills (in `skills/official/`) are mirrored from vendors. Open an issue instead.
|
|
@@ -8,7 +8,7 @@ Antigravity Awesome Skills supports Gemini CLI through the `.gemini/skills/` pat
|
|
|
8
8
|
|
|
9
9
|
- It installs directly into the expected Gemini skills path.
|
|
10
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,
|
|
11
|
+
- It helps new users get started with bundles and workflows rather than forcing a cold start from 1,304+ files.
|
|
12
12
|
- It is useful whether you want a broad internal skill library or a single repo to test many workflows quickly.
|
|
13
13
|
|
|
14
14
|
## Install Gemini CLI Skills
|
|
@@ -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,304+ 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
|
|
@@ -12,7 +12,7 @@ Great question! Here's what just happened and what to do next:
|
|
|
12
12
|
|
|
13
13
|
When you ran `npx antigravity-awesome-skills` or cloned the repository, you:
|
|
14
14
|
|
|
15
|
-
✅ **Downloaded 1,
|
|
15
|
+
✅ **Downloaded 1,304+ skill files** to your computer (default: `~/.gemini/antigravity/skills/`; or a custom path like `~/.agent/skills/` if you used `--path`)
|
|
16
16
|
✅ **Made them available** to your AI assistant
|
|
17
17
|
❌ **Did NOT enable them all automatically** (they're just sitting there, waiting)
|
|
18
18
|
|
|
@@ -32,7 +32,7 @@ Bundles are **recommended lists** of skills grouped by role. They help you decid
|
|
|
32
32
|
|
|
33
33
|
**Analogy:**
|
|
34
34
|
|
|
35
|
-
- You installed a toolbox with 1,
|
|
35
|
+
- You installed a toolbox with 1,304+ tools (✅ done)
|
|
36
36
|
- Bundles are like **labeled organizer trays** saying: "If you're a carpenter, start with these 10 tools"
|
|
37
37
|
- You don't install bundles—you **pick skills from them**
|
|
38
38
|
|
|
@@ -192,7 +192,7 @@ Let's actually use a skill right now. Follow these steps:
|
|
|
192
192
|
|
|
193
193
|
## Step 5: Picking Your First Skills (Practical Advice)
|
|
194
194
|
|
|
195
|
-
Don't try to use all 1,
|
|
195
|
+
Don't try to use all 1,304+ skills at once. Here's a sensible approach:
|
|
196
196
|
|
|
197
197
|
If you want a tool-specific starting point before choosing skills, use:
|
|
198
198
|
|
|
@@ -310,7 +310,7 @@ AI: [Creates tests, sets up CI/CD, deploys to Vercel]
|
|
|
310
310
|
Yes! Three ways:
|
|
311
311
|
|
|
312
312
|
1. Browse [CATALOG.md](../../CATALOG.md) (searchable list)
|
|
313
|
-
2. Run `ls ~/.
|
|
313
|
+
2. Run `ls ~/.gemini/antigravity/skills/` (or your actual install path)
|
|
314
314
|
3. Ask your AI: "What skills do you have for [topic]?"
|
|
315
315
|
|
|
316
316
|
### "Do I need to restart my IDE after installing?"
|
|
@@ -323,7 +323,7 @@ Usually no, but if your AI doesn't recognize a skill:
|
|
|
323
323
|
|
|
324
324
|
### "Can I load all skills into the model at once?"
|
|
325
325
|
|
|
326
|
-
No. Even though you have 1,
|
|
326
|
+
No. Even though you have 1,304+ skills installed locally, you should **not** concatenate every `SKILL.md` into a single system prompt or context block.
|
|
327
327
|
|
|
328
328
|
The intended pattern is:
|
|
329
329
|
|
|
@@ -344,7 +344,7 @@ Use @skill-creator to help me build a custom skill for [your task]
|
|
|
344
344
|
|
|
345
345
|
### "What if a skill doesn't work as expected?"
|
|
346
346
|
|
|
347
|
-
1. Check the skill's SKILL.md file directly: `~/.
|
|
347
|
+
1. Check the skill's `SKILL.md` file directly in your installed path, for example: `~/.gemini/antigravity/skills/[skill-name]/SKILL.md`
|
|
348
348
|
2. Read the description to ensure you're using it correctly
|
|
349
349
|
3. [Open an issue](https://github.com/sickn33/antigravity-awesome-skills/issues) with details
|
|
350
350
|
|
|
@@ -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,304+ 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,304+ total)
|
|
51
51
|
│
|
|
52
52
|
├── 📁 apps/
|
|
53
53
|
│ └── 📁 web-app/ ← Interactive browser
|
|
@@ -70,7 +70,7 @@ antigravity-awesome-skills/
|
|
|
70
70
|
|
|
71
71
|
```
|
|
72
72
|
┌──────────────┐
|
|
73
|
-
│ 1. INSTALL │
|
|
73
|
+
│ 1. INSTALL │ Run npx installer or clone to your tool path
|
|
74
74
|
└──────┬───────┘
|
|
75
75
|
│
|
|
76
76
|
↓
|
|
@@ -100,7 +100,7 @@ antigravity-awesome-skills/
|
|
|
100
100
|
|
|
101
101
|
```
|
|
102
102
|
┌─────────────────────────┐
|
|
103
|
-
│ 1,
|
|
103
|
+
│ 1,304+ SKILLS │
|
|
104
104
|
└────────────┬────────────┘
|
|
105
105
|
│
|
|
106
106
|
┌────────────────────────┼────────────────────────┐
|
|
@@ -178,31 +178,30 @@ antigravity-awesome-skills/
|
|
|
178
178
|
|
|
179
179
|
## Installation (Visual Steps)
|
|
180
180
|
|
|
181
|
-
### Step 1:
|
|
181
|
+
### Step 1: Install the Repository
|
|
182
182
|
```
|
|
183
183
|
┌─────────────────────────────────────────┐
|
|
184
184
|
│ Terminal │
|
|
185
185
|
├─────────────────────────────────────────┤
|
|
186
|
-
│ $
|
|
187
|
-
│ sickn33/antigravity-awesome-skills │
|
|
188
|
-
│ .agent/skills │
|
|
186
|
+
│ $ npx antigravity-awesome-skills │
|
|
189
187
|
│ │
|
|
190
|
-
│ ✓
|
|
191
|
-
│
|
|
188
|
+
│ ✓ Installing to │
|
|
189
|
+
│ ~/.gemini/antigravity/skills/ │
|
|
192
190
|
└─────────────────────────────────────────┘
|
|
193
191
|
```
|
|
194
192
|
|
|
193
|
+
If you want a workspace-style manual install instead, cloning into `.agent/skills/` is still a valid custom path for Antigravity.
|
|
194
|
+
|
|
195
195
|
### Step 2: Verify Installation
|
|
196
196
|
```
|
|
197
197
|
┌─────────────────────────────────────────┐
|
|
198
198
|
│ File Explorer │
|
|
199
199
|
├─────────────────────────────────────────┤
|
|
200
|
-
│ 📁
|
|
201
|
-
│
|
|
202
|
-
│
|
|
203
|
-
│
|
|
204
|
-
│
|
|
205
|
-
│ └── ... (1,254+ total) │
|
|
200
|
+
│ 📁 ~/.gemini/antigravity/skills/ │
|
|
201
|
+
│ ├── 📁 brainstorming/ │
|
|
202
|
+
│ ├── 📁 stripe-integration/ │
|
|
203
|
+
│ ├── 📁 react-best-practices/ │
|
|
204
|
+
│ └── ... (1,304+ total) │
|
|
206
205
|
└─────────────────────────────────────────┘
|
|
207
206
|
```
|
|
208
207
|
|
|
@@ -311,7 +310,7 @@ Open skills_index.json → Search for keyword → Find skill path
|
|
|
311
310
|
│
|
|
312
311
|
↓
|
|
313
312
|
┌──────────────┐
|
|
314
|
-
│ 4. TEST │ Copy to
|
|
313
|
+
│ 4. TEST │ Copy to your tool's installed skills path
|
|
315
314
|
└──────┬───────┘ Try: @docker-mastery
|
|
316
315
|
│
|
|
317
316
|
↓
|
|
@@ -435,7 +434,7 @@ START HERE
|
|
|
435
434
|
├─────────────────────────────────────────────────────────────┤
|
|
436
435
|
│ │
|
|
437
436
|
│ 📥 INSTALL │
|
|
438
|
-
│
|
|
437
|
+
│ npx antigravity-awesome-skills │
|
|
439
438
|
│ │
|
|
440
439
|
│ 🎯 USE │
|
|
441
440
|
│ @skill-name [your request] │
|
|
@@ -455,6 +454,7 @@ START HERE
|
|
|
455
454
|
│ │
|
|
456
455
|
│ 🆘 HELP │
|
|
457
456
|
│ • docs/users/getting-started.md │
|
|
457
|
+
│ • docs/users/faq.md │
|
|
458
458
|
│ • CONTRIBUTING.md │
|
|
459
459
|
│ • docs/contributors/skill-anatomy.md │
|
|
460
460
|
│ • GitHub Issues - Ask questions │
|