opencode-skills-antigravity 1.0.13 → 1.0.15
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/app-store-changelog/SKILL.md +75 -0
- package/bundled-skills/app-store-changelog/agents/openai.yaml +4 -0
- package/bundled-skills/app-store-changelog/references/release-notes-guidelines.md +34 -0
- package/bundled-skills/app-store-changelog/scripts/collect_release_changes.sh +33 -0
- package/bundled-skills/docs/integrations/jetski-cortex.md +3 -3
- package/bundled-skills/docs/integrations/jetski-gemini-loader/README.md +1 -1
- package/bundled-skills/docs/maintainers/repo-growth-seo.md +14 -14
- package/bundled-skills/docs/maintainers/skills-update-guide.md +1 -1
- package/bundled-skills/docs/sources/sources.md +10 -0
- package/bundled-skills/docs/users/bundles.md +9 -1
- package/bundled-skills/docs/users/claude-code-skills.md +5 -1
- package/bundled-skills/docs/users/codex-cli-skills.md +8 -0
- package/bundled-skills/docs/users/cursor-skills.md +4 -0
- package/bundled-skills/docs/users/faq.md +45 -0
- package/bundled-skills/docs/users/gemini-cli-skills.md +5 -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/skills-vs-mcp-tools.md +89 -0
- package/bundled-skills/docs/users/usage.md +14 -4
- package/bundled-skills/docs/users/visual-guide.md +4 -4
- package/bundled-skills/github/SKILL.md +76 -0
- package/bundled-skills/github/agents/openai.yaml +4 -0
- package/bundled-skills/ios-debugger-agent/SKILL.md +59 -0
- package/bundled-skills/ios-debugger-agent/agents/openai.yaml +4 -0
- package/bundled-skills/macos-menubar-tuist-app/SKILL.md +109 -0
- package/bundled-skills/macos-menubar-tuist-app/agents/openai.yaml +4 -0
- package/bundled-skills/macos-spm-app-packaging/SKILL.md +105 -0
- package/bundled-skills/macos-spm-app-packaging/agents/openai.yaml +4 -0
- package/bundled-skills/macos-spm-app-packaging/assets/templates/bootstrap/Package.swift +17 -0
- package/bundled-skills/macos-spm-app-packaging/assets/templates/bootstrap/Sources/MyApp/Resources/.keep +0 -0
- package/bundled-skills/macos-spm-app-packaging/assets/templates/bootstrap/Sources/MyApp/main.swift +11 -0
- package/bundled-skills/macos-spm-app-packaging/assets/templates/bootstrap/version.env +2 -0
- package/bundled-skills/macos-spm-app-packaging/assets/templates/build_icon.sh +49 -0
- package/bundled-skills/macos-spm-app-packaging/assets/templates/compile_and_run.sh +63 -0
- package/bundled-skills/macos-spm-app-packaging/assets/templates/launch.sh +28 -0
- package/bundled-skills/macos-spm-app-packaging/assets/templates/make_appcast.sh +82 -0
- package/bundled-skills/macos-spm-app-packaging/assets/templates/package_app.sh +206 -0
- package/bundled-skills/macos-spm-app-packaging/assets/templates/setup_dev_signing.sh +52 -0
- package/bundled-skills/macos-spm-app-packaging/assets/templates/sign-and-notarize.sh +52 -0
- package/bundled-skills/macos-spm-app-packaging/assets/templates/version.env +2 -0
- package/bundled-skills/macos-spm-app-packaging/references/packaging.md +17 -0
- package/bundled-skills/macos-spm-app-packaging/references/release.md +32 -0
- package/bundled-skills/macos-spm-app-packaging/references/scaffold.md +79 -0
- package/bundled-skills/orchestrate-batch-refactor/SKILL.md +97 -0
- package/bundled-skills/orchestrate-batch-refactor/agents/openai.yaml +4 -0
- package/bundled-skills/orchestrate-batch-refactor/references/agent-prompt-templates.md +53 -0
- package/bundled-skills/orchestrate-batch-refactor/references/work-packet-template.md +31 -0
- package/bundled-skills/project-skill-audit/SKILL.md +190 -0
- package/bundled-skills/project-skill-audit/agents/openai.yaml +4 -0
- package/bundled-skills/react-component-performance/SKILL.md +135 -0
- package/bundled-skills/react-component-performance/agents/openai.yaml +4 -0
- package/bundled-skills/react-component-performance/references/examples.md +88 -0
- package/bundled-skills/simplify-code/SKILL.md +179 -0
- package/bundled-skills/snowflake-development/SKILL.md +5 -0
- package/bundled-skills/swift-concurrency-expert/SKILL.md +113 -0
- package/bundled-skills/swift-concurrency-expert/agents/openai.yaml +4 -0
- package/bundled-skills/swift-concurrency-expert/references/approachable-concurrency.md +63 -0
- package/bundled-skills/swift-concurrency-expert/references/swift-6-2-concurrency.md +272 -0
- package/bundled-skills/swift-concurrency-expert/references/swiftui-concurrency-tour-wwdc.md +33 -0
- package/bundled-skills/swiftui-liquid-glass/SKILL.md +98 -0
- package/bundled-skills/swiftui-liquid-glass/agents/openai.yaml +4 -0
- package/bundled-skills/swiftui-liquid-glass/references/liquid-glass.md +280 -0
- package/bundled-skills/swiftui-performance-audit/SKILL.md +114 -0
- package/bundled-skills/swiftui-performance-audit/agents/openai.yaml +4 -0
- package/bundled-skills/swiftui-performance-audit/references/code-smells.md +150 -0
- package/bundled-skills/swiftui-performance-audit/references/demystify-swiftui-performance-wwdc23.md +46 -0
- package/bundled-skills/swiftui-performance-audit/references/optimizing-swiftui-performance-instruments.md +29 -0
- package/bundled-skills/swiftui-performance-audit/references/profiling-intake.md +44 -0
- package/bundled-skills/swiftui-performance-audit/references/report-template.md +47 -0
- package/bundled-skills/swiftui-performance-audit/references/understanding-hangs-in-your-app.md +33 -0
- package/bundled-skills/swiftui-performance-audit/references/understanding-improving-swiftui-performance.md +52 -0
- package/bundled-skills/swiftui-ui-patterns/SKILL.md +103 -0
- package/bundled-skills/swiftui-ui-patterns/agents/openai.yaml +4 -0
- package/bundled-skills/swiftui-ui-patterns/references/app-wiring.md +201 -0
- package/bundled-skills/swiftui-ui-patterns/references/async-state.md +96 -0
- package/bundled-skills/swiftui-ui-patterns/references/components-index.md +50 -0
- package/bundled-skills/swiftui-ui-patterns/references/controls.md +57 -0
- package/bundled-skills/swiftui-ui-patterns/references/deeplinks.md +66 -0
- package/bundled-skills/swiftui-ui-patterns/references/focus.md +90 -0
- package/bundled-skills/swiftui-ui-patterns/references/form.md +97 -0
- package/bundled-skills/swiftui-ui-patterns/references/grids.md +71 -0
- package/bundled-skills/swiftui-ui-patterns/references/haptics.md +71 -0
- package/bundled-skills/swiftui-ui-patterns/references/input-toolbar.md +51 -0
- package/bundled-skills/swiftui-ui-patterns/references/lightweight-clients.md +93 -0
- package/bundled-skills/swiftui-ui-patterns/references/list.md +86 -0
- package/bundled-skills/swiftui-ui-patterns/references/loading-placeholders.md +38 -0
- package/bundled-skills/swiftui-ui-patterns/references/macos-settings.md +71 -0
- package/bundled-skills/swiftui-ui-patterns/references/matched-transitions.md +59 -0
- package/bundled-skills/swiftui-ui-patterns/references/media.md +73 -0
- package/bundled-skills/swiftui-ui-patterns/references/menu-bar.md +101 -0
- package/bundled-skills/swiftui-ui-patterns/references/navigationstack.md +159 -0
- package/bundled-skills/swiftui-ui-patterns/references/overlay.md +45 -0
- package/bundled-skills/swiftui-ui-patterns/references/performance.md +62 -0
- package/bundled-skills/swiftui-ui-patterns/references/previews.md +48 -0
- package/bundled-skills/swiftui-ui-patterns/references/scroll-reveal.md +133 -0
- package/bundled-skills/swiftui-ui-patterns/references/scrollview.md +87 -0
- package/bundled-skills/swiftui-ui-patterns/references/searchable.md +71 -0
- package/bundled-skills/swiftui-ui-patterns/references/sheets.md +155 -0
- package/bundled-skills/swiftui-ui-patterns/references/split-views.md +72 -0
- package/bundled-skills/swiftui-ui-patterns/references/tabview.md +114 -0
- package/bundled-skills/swiftui-ui-patterns/references/theming.md +71 -0
- package/bundled-skills/swiftui-ui-patterns/references/title-menus.md +93 -0
- package/bundled-skills/swiftui-ui-patterns/references/top-bar.md +49 -0
- package/bundled-skills/swiftui-view-refactor/SKILL.md +210 -0
- package/bundled-skills/swiftui-view-refactor/agents/openai.yaml +4 -0
- package/bundled-skills/swiftui-view-refactor/references/mv-patterns.md +161 -0
- package/package.json +1 -1
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: app-store-changelog
|
|
3
|
+
description: Generate user-facing App Store release notes from git history since the last tag.
|
|
4
|
+
risk: safe
|
|
5
|
+
source: "Dimillian/Skills (MIT)"
|
|
6
|
+
date_added: "2026-03-25"
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# App Store Changelog
|
|
10
|
+
|
|
11
|
+
## Overview
|
|
12
|
+
Generate a comprehensive, user-facing changelog from git history since the last tag, then translate commits into clear App Store release notes.
|
|
13
|
+
|
|
14
|
+
## When to Use
|
|
15
|
+
|
|
16
|
+
- When the user asks for App Store "What's New" text or release notes from git history.
|
|
17
|
+
- When you need to turn raw commits into concise, user-facing release bullets.
|
|
18
|
+
|
|
19
|
+
## Workflow
|
|
20
|
+
|
|
21
|
+
### 1) Collect changes
|
|
22
|
+
- Run `scripts/collect_release_changes.sh` from the repo root to gather commits and touched files.
|
|
23
|
+
- If needed, pass a specific tag or ref: `scripts/collect_release_changes.sh v1.2.3 HEAD`.
|
|
24
|
+
- If no tags exist, the script falls back to full history.
|
|
25
|
+
|
|
26
|
+
### 2) Triage for user impact
|
|
27
|
+
- Scan commits and files to identify user-visible changes.
|
|
28
|
+
- Group changes by theme (New, Improved, Fixed) and deduplicate overlaps.
|
|
29
|
+
- Drop internal-only work (build scripts, refactors, dependency bumps, CI).
|
|
30
|
+
|
|
31
|
+
### 3) Draft App Store notes
|
|
32
|
+
- Write short, benefit-focused bullets for each user-facing change.
|
|
33
|
+
- Use clear verbs and plain language; avoid internal jargon.
|
|
34
|
+
- Prefer 5 to 10 bullets unless the user requests a different length.
|
|
35
|
+
|
|
36
|
+
### 4) Validate
|
|
37
|
+
- Ensure every bullet maps back to a real change in the range.
|
|
38
|
+
- Check for duplicates and overly technical wording.
|
|
39
|
+
- Ask for clarification if any change is ambiguous or possibly internal-only.
|
|
40
|
+
|
|
41
|
+
## Commit-to-Bullet Examples
|
|
42
|
+
|
|
43
|
+
The following shows how raw commits are translated into App Store bullets:
|
|
44
|
+
|
|
45
|
+
| Raw commit message | App Store bullet |
|
|
46
|
+
|---|---|
|
|
47
|
+
| `fix(auth): resolve token refresh race condition on iOS 17` | • Fixed a login issue that could leave some users unexpectedly signed out. |
|
|
48
|
+
| `feat(search): add voice input to search bar` | • Search your library hands-free with the new voice input option. |
|
|
49
|
+
| `perf(timeline): lazy-load images to reduce scroll jank` | • Scrolling through your timeline is now smoother and faster. |
|
|
50
|
+
|
|
51
|
+
Internal-only commits that are **dropped** (no user impact):
|
|
52
|
+
- `chore: upgrade fastlane to 2.219`
|
|
53
|
+
- `refactor(network): extract URLSession wrapper into module`
|
|
54
|
+
- `ci: add nightly build job`
|
|
55
|
+
|
|
56
|
+
## Example Output
|
|
57
|
+
|
|
58
|
+
```
|
|
59
|
+
What's New in Version 3.4
|
|
60
|
+
|
|
61
|
+
• Search your library hands-free with the new voice input option.
|
|
62
|
+
• Scrolling through your timeline is now smoother and faster.
|
|
63
|
+
• Fixed a login issue that could leave some users unexpectedly signed out.
|
|
64
|
+
• Added dark-mode support to the settings screen.
|
|
65
|
+
• Improved load times when opening large photo albums.
|
|
66
|
+
```
|
|
67
|
+
|
|
68
|
+
## Output Format
|
|
69
|
+
- Title (optional): "What's New" or product name + version.
|
|
70
|
+
- Bullet list only; one sentence per bullet.
|
|
71
|
+
- Stick to storefront limits if the user provides one.
|
|
72
|
+
|
|
73
|
+
## Resources
|
|
74
|
+
- `scripts/collect_release_changes.sh`: Collect commits and touched files since last tag.
|
|
75
|
+
- `references/release-notes-guidelines.md`: Language, filtering, and QA rules for App Store notes.
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
# App Store Release Notes Guidelines
|
|
2
|
+
|
|
3
|
+
## Goals
|
|
4
|
+
- Produce user-facing release notes that describe visible changes since the last tag.
|
|
5
|
+
- Include all user-impacting changes; omit purely internal or refactor-only work.
|
|
6
|
+
- Keep language plain, short, and benefit-focused.
|
|
7
|
+
|
|
8
|
+
## Output Shape
|
|
9
|
+
- Prefer 5 to 10 bullets total for most releases.
|
|
10
|
+
- Group by theme if needed: New, Improved, Fixed.
|
|
11
|
+
- Each bullet should be one sentence and start with a verb.
|
|
12
|
+
- Avoid internal codenames, ticket IDs, or file paths.
|
|
13
|
+
|
|
14
|
+
## Filtering Rules
|
|
15
|
+
- Include: new features, UI changes, behavior changes, bug fixes users would notice, performance improvements with visible impact.
|
|
16
|
+
- Exclude: refactors, dependency bumps, CI changes, developer tooling, internal logging, analytics changes unless they affect user privacy or behavior.
|
|
17
|
+
- If a change is ambiguous, ask for clarification or describe it as a small improvement only if it is user-visible.
|
|
18
|
+
|
|
19
|
+
## Language Guidance
|
|
20
|
+
- Translate technical terms into user-facing descriptions.
|
|
21
|
+
- Avoid versions of "API", "refactor", "nil", "crash log", or "dependency".
|
|
22
|
+
- Prefer "Improved", "Added", "Fixed", "Updated" or action verbs like "Search", "Upload", "Sync".
|
|
23
|
+
- Keep tense present or past: "Added", "Improved", "Fixed".
|
|
24
|
+
|
|
25
|
+
## Examples
|
|
26
|
+
- "Added account switching from the profile menu."
|
|
27
|
+
- "Improved timeline loading speed on slow connections."
|
|
28
|
+
- "Fixed media attachments not opening in full screen."
|
|
29
|
+
|
|
30
|
+
## QA Checklist
|
|
31
|
+
- Every bullet ties to a real change in the range.
|
|
32
|
+
- No duplicate bullets that describe the same change.
|
|
33
|
+
- No internal jargon or file paths.
|
|
34
|
+
- Final list fits App Store text limits for the target storefront if provided.
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
#!/usr/bin/env bash
|
|
2
|
+
set -euo pipefail
|
|
3
|
+
|
|
4
|
+
since_ref="${1:-}"
|
|
5
|
+
until_ref="${2:-HEAD}"
|
|
6
|
+
|
|
7
|
+
if [[ -z "${since_ref}" ]]; then
|
|
8
|
+
if git describe --tags --abbrev=0 >/dev/null 2>&1; then
|
|
9
|
+
since_ref="$(git describe --tags --abbrev=0)"
|
|
10
|
+
fi
|
|
11
|
+
fi
|
|
12
|
+
|
|
13
|
+
range=""
|
|
14
|
+
if [[ -n "${since_ref}" ]]; then
|
|
15
|
+
range="${since_ref}..${until_ref}"
|
|
16
|
+
else
|
|
17
|
+
range="${until_ref}"
|
|
18
|
+
fi
|
|
19
|
+
|
|
20
|
+
repo_root="$(git rev-parse --show-toplevel)"
|
|
21
|
+
|
|
22
|
+
printf "Repo: %s\n" "${repo_root}"
|
|
23
|
+
if [[ -n "${since_ref}" ]]; then
|
|
24
|
+
printf "Range: %s..%s\n" "${since_ref}" "${until_ref}"
|
|
25
|
+
else
|
|
26
|
+
printf "Range: start..%s (no tags found)\n" "${until_ref}"
|
|
27
|
+
fi
|
|
28
|
+
|
|
29
|
+
printf "\n== Commits ==\n"
|
|
30
|
+
git log --reverse --date=short --pretty=format:'%h|%ad|%s' ${range}
|
|
31
|
+
|
|
32
|
+
printf "\n\n== Files Touched ==\n"
|
|
33
|
+
git log --reverse --name-only --pretty=format:'--- %h %s' ${range} | sed '/^$/d'
|
|
@@ -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.326+ skill."
|
|
4
4
|
---
|
|
5
5
|
|
|
6
|
-
# Jetski/Cortex + Gemini: integrazione sicura con 1.
|
|
6
|
+
# Jetski/Cortex + Gemini: integrazione sicura con 1.326+ 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.326 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,326+ skills installed.
|
|
24
24
|
|
|
25
25
|
---
|
|
26
26
|
|
|
@@ -6,7 +6,7 @@ This document keeps the repository's GitHub-facing discovery copy aligned with t
|
|
|
6
6
|
|
|
7
7
|
Preferred positioning:
|
|
8
8
|
|
|
9
|
-
> Installable GitHub library of 1,
|
|
9
|
+
> Installable GitHub library of 1,326+ 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,326+ 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,32 +28,32 @@ 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,326+ 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
|
|
|
35
35
|
Preferred topics:
|
|
36
36
|
|
|
37
|
-
- `agentic-skills`
|
|
38
|
-
- `agent-skills`
|
|
39
|
-
- `ai-agents`
|
|
40
|
-
- `ai-agent-skills`
|
|
41
|
-
- `awesome-list`
|
|
42
|
-
- `awesome-lists`
|
|
43
37
|
- `antigravity`
|
|
44
38
|
- `antigravity-skills`
|
|
45
|
-
- `autonomous-coding`
|
|
46
39
|
- `claude-code`
|
|
47
40
|
- `claude-code-skills`
|
|
41
|
+
- `cursor`
|
|
42
|
+
- `cursor-skills`
|
|
48
43
|
- `codex-cli`
|
|
49
44
|
- `codex-skills`
|
|
50
|
-
- `cursor-skills`
|
|
51
|
-
- `developer-tools`
|
|
52
45
|
- `gemini-cli`
|
|
53
46
|
- `gemini-skills`
|
|
54
|
-
- `
|
|
55
|
-
- `ai-
|
|
47
|
+
- `kiro`
|
|
48
|
+
- `ai-agents`
|
|
49
|
+
- `ai-agent-skills`
|
|
50
|
+
- `agent-skills`
|
|
51
|
+
- `agentic-skills`
|
|
52
|
+
- `developer-tools`
|
|
56
53
|
- `skill-library`
|
|
54
|
+
- `ai-workflows`
|
|
55
|
+
- `ai-coding`
|
|
56
|
+
- `mcp`
|
|
57
57
|
|
|
58
58
|
## Release notes checklist
|
|
59
59
|
|
|
@@ -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,326+ skills from the skills directory
|
|
73
73
|
|
|
74
74
|
## When to Update
|
|
75
75
|
|
|
@@ -80,6 +80,16 @@ The following skills were added from the curated collection at [VoltAgent/awesom
|
|
|
80
80
|
| `fp-ts-react` | [whatiskadudoing/fp-ts-skills](https://github.com/whatiskadudoing/fp-ts-skills) | Compatible | fp-ts with React 18/19 and Next.js |
|
|
81
81
|
| `fp-ts-errors` | [whatiskadudoing/fp-ts-skills](https://github.com/whatiskadudoing/fp-ts-skills) | Compatible | Type-safe error handling with Either and TaskEither |
|
|
82
82
|
|
|
83
|
+
## Skills from Dimillian/Skills
|
|
84
|
+
|
|
85
|
+
The following skills were added from [Dimillian/Skills](https://github.com/Dimillian/Skills), a curated Codex skills repository focused on Apple platforms, GitHub workflows, refactoring, and performance work.
|
|
86
|
+
|
|
87
|
+
| Skill / Group | Original Source | License | Notes |
|
|
88
|
+
| :------------ | :-------------- | :------ | :---- |
|
|
89
|
+
| `app-store-changelog`, `github`, `orchestrate-batch-refactor`, `project-skill-audit`, `react-component-performance`, `simplify-code` | [Dimillian/Skills](https://github.com/Dimillian/Skills) | MIT | Workflow, GitHub, React performance, and code simplification skills. |
|
|
90
|
+
| `ios-debugger-agent`, `macos-menubar-tuist-app`, `macos-spm-app-packaging`, `swift-concurrency-expert` | [Dimillian/Skills](https://github.com/Dimillian/Skills) | MIT | Apple-platform debugging, packaging, and Swift concurrency guidance. |
|
|
91
|
+
| `swiftui-liquid-glass`, `swiftui-performance-audit`, `swiftui-ui-patterns`, `swiftui-view-refactor` | [Dimillian/Skills](https://github.com/Dimillian/Skills) | MIT | SwiftUI-specific implementation, performance, and refactoring patterns. |
|
|
92
|
+
|
|
83
93
|
---
|
|
84
94
|
|
|
85
95
|
## Recently Added Skills (March 2026)
|
|
@@ -4,6 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
> These packs are curated starter recommendations for humans. Generated bundle ids in `data/bundles.json` are broader catalog/workflow groupings and do not need to map 1:1 to the editorial packs below.
|
|
6
6
|
|
|
7
|
+
> **Important:** bundles are not invokable mega-skills such as `@web-wizard` or `/essentials-bundle`. Use the individual skills listed in the pack, or use the activation scripts if you want only that bundle's skills active in your live Antigravity directory.
|
|
8
|
+
|
|
7
9
|
## Quick Start
|
|
8
10
|
|
|
9
11
|
1. **Install the repository:**
|
|
@@ -22,6 +24,12 @@
|
|
|
22
24
|
- Gemini CLI: `Use skill-name...`
|
|
23
25
|
- Codex CLI: `Use skill-name...`
|
|
24
26
|
|
|
27
|
+
If you want a bundle to behave like a focused active subset instead of a reading list, use:
|
|
28
|
+
|
|
29
|
+
- macOS/Linux: `./scripts/activate-skills.sh --clear Essentials`
|
|
30
|
+
- macOS/Linux: `./scripts/activate-skills.sh --clear "Web Wizard"`
|
|
31
|
+
- Windows: `.\scripts\activate-skills.bat --clear Essentials`
|
|
32
|
+
|
|
25
33
|
---
|
|
26
34
|
|
|
27
35
|
## Essentials & Core
|
|
@@ -579,4 +587,4 @@ Found a skill that should be in a bundle? Or want to create a new bundle? [Open
|
|
|
579
587
|
|
|
580
588
|
---
|
|
581
589
|
|
|
582
|
-
_Last updated: March 2026 | Total Skills: 1,
|
|
590
|
+
_Last updated: March 2026 | Total Skills: 1,326+ | Total Bundles: 36_
|
|
@@ -4,9 +4,13 @@ If you are looking for **Claude Code skills** you can install from GitHub, this
|
|
|
4
4
|
|
|
5
5
|
Antigravity Awesome Skills gives Claude Code users an installable library of `SKILL.md` playbooks, role-based bundles, and execution workflows. The goal is not just to collect prompts, but to make repeatable engineering tasks easier to invoke, review, and reuse.
|
|
6
6
|
|
|
7
|
+
## How to use Antigravity Awesome Skills with Claude Code
|
|
8
|
+
|
|
9
|
+
Install the library into Claude Code, then invoke focused skills directly in the conversation or through the plugin marketplace path. Claude Code benefits most when you keep the prompt specific about the skill, the scope, and the intended output.
|
|
10
|
+
|
|
7
11
|
## Why use this repo for Claude Code
|
|
8
12
|
|
|
9
|
-
- It includes 1,
|
|
13
|
+
- It includes 1,326+ skills instead of a narrow single-domain starter pack.
|
|
10
14
|
- It supports the standard `.claude/skills/` path and the Claude Code plugin marketplace flow.
|
|
11
15
|
- It includes onboarding docs, bundles, and workflows so new users do not need to guess where to begin.
|
|
12
16
|
- It covers both everyday engineering tasks and specialized work like security reviews, infrastructure, product planning, and documentation.
|
|
@@ -4,6 +4,14 @@ If you want **Codex CLI skills** that are easy to install and practical in a loc
|
|
|
4
4
|
|
|
5
5
|
Antigravity Awesome Skills supports Codex CLI through the `.codex/skills/` path and gives you a wide set of reusable task playbooks for planning, implementation, debugging, testing, security review, and delivery.
|
|
6
6
|
|
|
7
|
+
## How to use Antigravity Awesome Skills with Codex CLI
|
|
8
|
+
|
|
9
|
+
Install the library into your Codex path, then invoke focused skills directly in your prompt. The most common pattern is:
|
|
10
|
+
|
|
11
|
+
1. install with `npx antigravity-awesome-skills --codex`
|
|
12
|
+
2. choose one workflow-oriented skill such as `@brainstorming`, `@concise-planning`, or `@test-driven-development`
|
|
13
|
+
3. ask Codex to apply that skill to a concrete file, feature, test, or bugfix
|
|
14
|
+
|
|
7
15
|
## Why use this repo for Codex CLI
|
|
8
16
|
|
|
9
17
|
- It supports Codex CLI with a dedicated install flag and a standard skills layout.
|
|
@@ -4,6 +4,10 @@ If you searched for **Cursor skills** on GitHub, this repository is built to be
|
|
|
4
4
|
|
|
5
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
6
|
|
|
7
|
+
## How to use Antigravity Awesome Skills with Cursor
|
|
8
|
+
|
|
9
|
+
Install the library into Cursor's skills directory, then call skills directly in chat with `@skill-name`. Cursor works especially well when you combine planning, implementation, and validation skills inside one conversation.
|
|
10
|
+
|
|
7
11
|
## Why use this repo for Cursor
|
|
8
12
|
|
|
9
13
|
- It supports Cursor directly with a dedicated install flag.
|
|
@@ -29,6 +29,15 @@ Start from:
|
|
|
29
29
|
- [bundles.md](bundles.md)
|
|
30
30
|
- [workflows.md](workflows.md)
|
|
31
31
|
|
|
32
|
+
### What is the difference between skills and MCP tools?
|
|
33
|
+
|
|
34
|
+
- **Skills** are reusable `SKILL.md` playbooks that guide an AI assistant through a workflow.
|
|
35
|
+
- **MCP tools** are integrations or callable capabilities that let the assistant interact with external systems.
|
|
36
|
+
|
|
37
|
+
Use skills when you want better process, structure, and execution quality. Use MCP tools when you need access to APIs, services, databases, or other systems. Use both when you want reliable workflows plus external capabilities.
|
|
38
|
+
|
|
39
|
+
For the longer explanation, read [skills-vs-mcp-tools.md](skills-vs-mcp-tools.md).
|
|
40
|
+
|
|
32
41
|
### Which AI tools work with these skills?
|
|
33
42
|
|
|
34
43
|
- ✅ **Claude Code** (Anthropic CLI)
|
|
@@ -162,6 +171,26 @@ If Antigravity becomes unstable only when the full skills library is active, swi
|
|
|
162
171
|
|
|
163
172
|
That guide shows how to run `scripts/activate-skills.sh` from a cloned copy of this repository so only the bundles or skill ids you need stay active in `~/.gemini/antigravity/skills`.
|
|
164
173
|
|
|
174
|
+
### Gemini CLI hangs after a few turns or says "This is taking a bit longer, we're still on it". What should I do?
|
|
175
|
+
|
|
176
|
+
Start with a quick isolation check:
|
|
177
|
+
|
|
178
|
+
1. Start a brand-new Gemini CLI conversation.
|
|
179
|
+
2. Try one prompt with no skills at all.
|
|
180
|
+
3. Try the same task again with only one small skill such as `brainstorming`.
|
|
181
|
+
4. Temporarily reduce your active skill set to 2-5 skills and retry.
|
|
182
|
+
|
|
183
|
+
How to interpret the result:
|
|
184
|
+
|
|
185
|
+
- If plain Gemini CLI hangs even without skills, the problem is likely on the Gemini CLI/runtime side rather than this repository.
|
|
186
|
+
- If plain Gemini works, but hangs only when skills are present or after several turns, the likely cause is conversation/context growth.
|
|
187
|
+
|
|
188
|
+
In that case:
|
|
189
|
+
|
|
190
|
+
- keep a much smaller active set
|
|
191
|
+
- start fresh conversations more often
|
|
192
|
+
- use the overload guide: [agent-overload-recovery.md](agent-overload-recovery.md)
|
|
193
|
+
|
|
165
194
|
### How do I update skills?
|
|
166
195
|
|
|
167
196
|
Navigate to your skills directory and pull the latest changes:
|
|
@@ -185,6 +214,22 @@ Use the `@` symbol followed by the skill name:
|
|
|
185
214
|
@brainstorming help me design a todo app
|
|
186
215
|
```
|
|
187
216
|
|
|
217
|
+
### Can I invoke a whole bundle like `@Essentials` or `/web-wizard`?
|
|
218
|
+
|
|
219
|
+
No. Bundles are curated lists of skills, not standalone invokable mega-skills.
|
|
220
|
+
|
|
221
|
+
Use them in one of these two ways:
|
|
222
|
+
|
|
223
|
+
- pick individual skills from the bundle and invoke those directly
|
|
224
|
+
- use the activation scripts if you want only that bundle's skills active in Antigravity
|
|
225
|
+
|
|
226
|
+
Examples:
|
|
227
|
+
|
|
228
|
+
```bash
|
|
229
|
+
./scripts/activate-skills.sh --clear Essentials
|
|
230
|
+
./scripts/activate-skills.sh --clear "Web Wizard"
|
|
231
|
+
```
|
|
232
|
+
|
|
188
233
|
### Can I use multiple skills at once?
|
|
189
234
|
|
|
190
235
|
**Yes!** You can invoke multiple skills:
|
|
@@ -4,11 +4,15 @@ If you are evaluating **Gemini CLI skills** on GitHub, this repository is a stro
|
|
|
4
4
|
|
|
5
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
6
|
|
|
7
|
+
## How to use Antigravity Awesome Skills with Gemini CLI
|
|
8
|
+
|
|
9
|
+
Install into the Gemini skills path, then ask Gemini to apply one skill at a time to a specific task. This works best when you keep the active set small and choose a clear workflow-oriented skill for the job in front of you.
|
|
10
|
+
|
|
7
11
|
## Why use this repo for Gemini CLI
|
|
8
12
|
|
|
9
13
|
- It installs directly into the expected Gemini skills path.
|
|
10
14
|
- 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,
|
|
15
|
+
- It helps new users get started with bundles and workflows rather than forcing a cold start from 1,326+ files.
|
|
12
16
|
- It is useful whether you want a broad internal skill library or a single repo to test many workflows quickly.
|
|
13
17
|
|
|
14
18
|
## 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,326+ specialized areas
|
|
22
22
|
- **Best practices** from Anthropic, OpenAI, Google, Microsoft, and AWS
|
|
23
23
|
- **Workflow automation** for common development tasks
|
|
24
24
|
- **AWS-specific patterns** for serverless, infrastructure, and cloud architecture
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
# Skills vs MCP Tools
|
|
2
|
+
|
|
3
|
+
If you are trying to understand the difference between **Antigravity skills** and **MCP tools**, the short version is:
|
|
4
|
+
|
|
5
|
+
- **Skills** are reusable `SKILL.md` playbooks that tell an AI assistant how to execute a workflow.
|
|
6
|
+
- **MCP tools** are integrations or callable capabilities that let the assistant interact with external systems.
|
|
7
|
+
|
|
8
|
+
The two are complementary, not competing.
|
|
9
|
+
|
|
10
|
+
## What a skill does
|
|
11
|
+
|
|
12
|
+
A skill gives the model better instructions for a repeated task such as:
|
|
13
|
+
|
|
14
|
+
- planning a feature
|
|
15
|
+
- reviewing code
|
|
16
|
+
- running a security audit
|
|
17
|
+
- writing a README
|
|
18
|
+
- debugging a failing test suite
|
|
19
|
+
|
|
20
|
+
In practice, a skill improves the assistant's decision-making, structure, and process for a task.
|
|
21
|
+
|
|
22
|
+
Example:
|
|
23
|
+
|
|
24
|
+
- `@brainstorming` helps the model clarify requirements before implementation.
|
|
25
|
+
- `@lint-and-validate` helps the model run the right quality checks before claiming success.
|
|
26
|
+
|
|
27
|
+
## What an MCP tool does
|
|
28
|
+
|
|
29
|
+
An MCP tool gives the model a capability it would not otherwise have, such as:
|
|
30
|
+
|
|
31
|
+
- reading from a database
|
|
32
|
+
- calling GitHub APIs
|
|
33
|
+
- fetching docs from a service
|
|
34
|
+
- creating calendar events
|
|
35
|
+
- querying an external system
|
|
36
|
+
|
|
37
|
+
In practice, an MCP tool expands what the assistant can do in the world.
|
|
38
|
+
|
|
39
|
+
## The easiest mental model
|
|
40
|
+
|
|
41
|
+
Use this rule:
|
|
42
|
+
|
|
43
|
+
- **Skills tell the assistant how to work.**
|
|
44
|
+
- **MCP tools tell the assistant what systems it can touch.**
|
|
45
|
+
|
|
46
|
+
If you only install tools, the assistant may have access but still behave inconsistently.
|
|
47
|
+
|
|
48
|
+
If you only install skills, the assistant may know the workflow but still lack the capability to reach the external system it needs.
|
|
49
|
+
|
|
50
|
+
Together, they are much stronger.
|
|
51
|
+
|
|
52
|
+
## Which one should you start with?
|
|
53
|
+
|
|
54
|
+
Start with **skills** if:
|
|
55
|
+
|
|
56
|
+
- you want better planning, coding, debugging, testing, or review behavior immediately
|
|
57
|
+
- you are working mostly in local files and terminal flows
|
|
58
|
+
- you want reusable playbooks before adding more integrations
|
|
59
|
+
|
|
60
|
+
Start with **MCP tools** if:
|
|
61
|
+
|
|
62
|
+
- your main blocker is access to external systems
|
|
63
|
+
- you need the model to call APIs, query services, or interact with hosted platforms
|
|
64
|
+
- you already like the model's workflow quality, but need more reach
|
|
65
|
+
|
|
66
|
+
Use **both** when:
|
|
67
|
+
|
|
68
|
+
- you want reliable workflows plus external capabilities
|
|
69
|
+
- you are building agent systems, internal tooling, or multi-step operational flows
|
|
70
|
+
|
|
71
|
+
## How this repo fits in
|
|
72
|
+
|
|
73
|
+
Antigravity Awesome Skills is primarily a **skill library**:
|
|
74
|
+
|
|
75
|
+
- installable `SKILL.md` playbooks
|
|
76
|
+
- bundles for role-based starting points
|
|
77
|
+
- workflows for ordered execution patterns
|
|
78
|
+
- tool-specific guides for Claude Code, Cursor, Codex CLI, Gemini CLI, and others
|
|
79
|
+
|
|
80
|
+
Many skills in this repo also explain how to work with MCP, APIs, and other integrations, but the repository itself is centered on reusable workflow guidance rather than acting as an MCP server.
|
|
81
|
+
|
|
82
|
+
## Good next reads
|
|
83
|
+
|
|
84
|
+
- [FAQ](faq.md)
|
|
85
|
+
- [Bundles](bundles.md)
|
|
86
|
+
- [Workflows](workflows.md)
|
|
87
|
+
- [AI Agent Skills](ai-agent-skills.md)
|
|
88
|
+
- [Codex CLI Skills](codex-cli-skills.md)
|
|
89
|
+
- [Gemini CLI Skills](gemini-cli-skills.md)
|
|
@@ -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,326+ 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,326+ 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
|
|
|
@@ -41,6 +41,7 @@ Bundles are **recommended lists** of skills grouped by role. They help you decid
|
|
|
41
41
|
❌ Separate installations
|
|
42
42
|
❌ Different download commands
|
|
43
43
|
❌ Something most users need to activate during normal install
|
|
44
|
+
❌ Invokable mega-skills like `@essentials` or `/web-wizard`
|
|
44
45
|
|
|
45
46
|
### Example: The "Web Wizard" Bundle
|
|
46
47
|
|
|
@@ -53,6 +54,13 @@ When you see the [Web Wizard bundle](bundles.md#-the-web-wizard-pack), it lists:
|
|
|
53
54
|
|
|
54
55
|
These are **recommendations** for which skills a web developer should try first. They're already installed—you just need to **use them in your prompts**.
|
|
55
56
|
|
|
57
|
+
If you want only one bundle active at a time in Antigravity, use the activation scripts instead of trying to invoke the bundle name directly:
|
|
58
|
+
|
|
59
|
+
```bash
|
|
60
|
+
./scripts/activate-skills.sh --clear Essentials
|
|
61
|
+
./scripts/activate-skills.sh --clear "Web Wizard"
|
|
62
|
+
```
|
|
63
|
+
|
|
56
64
|
---
|
|
57
65
|
|
|
58
66
|
## Step 2: How to Actually Execute/Use a Skill
|
|
@@ -88,6 +96,8 @@ The exact syntax varies by tool, but it's always simple:
|
|
|
88
96
|
Use the brainstorming skill to help me plan my app
|
|
89
97
|
```
|
|
90
98
|
|
|
99
|
+
If Gemini CLI starts hanging after a few turns, try a fresh conversation and temporarily reduce the active set to just 2-5 skills to rule out context growth.
|
|
100
|
+
|
|
91
101
|
#### Codex CLI
|
|
92
102
|
|
|
93
103
|
```bash
|
|
@@ -192,7 +202,7 @@ Let's actually use a skill right now. Follow these steps:
|
|
|
192
202
|
|
|
193
203
|
## Step 5: Picking Your First Skills (Practical Advice)
|
|
194
204
|
|
|
195
|
-
Don't try to use all 1,
|
|
205
|
+
Don't try to use all 1,326+ skills at once. Here's a sensible approach:
|
|
196
206
|
|
|
197
207
|
If you want a tool-specific starting point before choosing skills, use:
|
|
198
208
|
|
|
@@ -323,7 +333,7 @@ Usually no, but if your AI doesn't recognize a skill:
|
|
|
323
333
|
|
|
324
334
|
### "Can I load all skills into the model at once?"
|
|
325
335
|
|
|
326
|
-
No. Even though you have 1,
|
|
336
|
+
No. Even though you have 1,326+ skills installed locally, you should **not** concatenate every `SKILL.md` into a single system prompt or context block.
|
|
327
337
|
|
|
328
338
|
The intended pattern is:
|
|
329
339
|
|
|
@@ -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,326+ 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,326+ total)
|
|
51
51
|
│
|
|
52
52
|
├── 📁 apps/
|
|
53
53
|
│ └── 📁 web-app/ ← Interactive browser
|
|
@@ -100,7 +100,7 @@ antigravity-awesome-skills/
|
|
|
100
100
|
|
|
101
101
|
```
|
|
102
102
|
┌─────────────────────────┐
|
|
103
|
-
│ 1,
|
|
103
|
+
│ 1,326+ SKILLS │
|
|
104
104
|
└────────────┬────────────┘
|
|
105
105
|
│
|
|
106
106
|
┌────────────────────────┼────────────────────────┐
|
|
@@ -201,7 +201,7 @@ If you want a workspace-style manual install instead, cloning into `.agent/skill
|
|
|
201
201
|
│ ├── 📁 brainstorming/ │
|
|
202
202
|
│ ├── 📁 stripe-integration/ │
|
|
203
203
|
│ ├── 📁 react-best-practices/ │
|
|
204
|
-
│ └── ... (1,
|
|
204
|
+
│ └── ... (1,326+ total) │
|
|
205
205
|
└─────────────────────────────────────────┘
|
|
206
206
|
```
|
|
207
207
|
|