opencode-skills-antigravity 1.0.13 → 1.0.14
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 +3 -3
- 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 +1 -1
- package/bundled-skills/docs/users/faq.md +36 -0
- 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 +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,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,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
|
|
|
@@ -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_
|
|
@@ -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,326+ 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.
|
|
@@ -162,6 +162,26 @@ If Antigravity becomes unstable only when the full skills library is active, swi
|
|
|
162
162
|
|
|
163
163
|
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
164
|
|
|
165
|
+
### Gemini CLI hangs after a few turns or says "This is taking a bit longer, we're still on it". What should I do?
|
|
166
|
+
|
|
167
|
+
Start with a quick isolation check:
|
|
168
|
+
|
|
169
|
+
1. Start a brand-new Gemini CLI conversation.
|
|
170
|
+
2. Try one prompt with no skills at all.
|
|
171
|
+
3. Try the same task again with only one small skill such as `brainstorming`.
|
|
172
|
+
4. Temporarily reduce your active skill set to 2-5 skills and retry.
|
|
173
|
+
|
|
174
|
+
How to interpret the result:
|
|
175
|
+
|
|
176
|
+
- If plain Gemini CLI hangs even without skills, the problem is likely on the Gemini CLI/runtime side rather than this repository.
|
|
177
|
+
- If plain Gemini works, but hangs only when skills are present or after several turns, the likely cause is conversation/context growth.
|
|
178
|
+
|
|
179
|
+
In that case:
|
|
180
|
+
|
|
181
|
+
- keep a much smaller active set
|
|
182
|
+
- start fresh conversations more often
|
|
183
|
+
- use the overload guide: [agent-overload-recovery.md](agent-overload-recovery.md)
|
|
184
|
+
|
|
165
185
|
### How do I update skills?
|
|
166
186
|
|
|
167
187
|
Navigate to your skills directory and pull the latest changes:
|
|
@@ -185,6 +205,22 @@ Use the `@` symbol followed by the skill name:
|
|
|
185
205
|
@brainstorming help me design a todo app
|
|
186
206
|
```
|
|
187
207
|
|
|
208
|
+
### Can I invoke a whole bundle like `@Essentials` or `/web-wizard`?
|
|
209
|
+
|
|
210
|
+
No. Bundles are curated lists of skills, not standalone invokable mega-skills.
|
|
211
|
+
|
|
212
|
+
Use them in one of these two ways:
|
|
213
|
+
|
|
214
|
+
- pick individual skills from the bundle and invoke those directly
|
|
215
|
+
- use the activation scripts if you want only that bundle's skills active in Antigravity
|
|
216
|
+
|
|
217
|
+
Examples:
|
|
218
|
+
|
|
219
|
+
```bash
|
|
220
|
+
./scripts/activate-skills.sh --clear Essentials
|
|
221
|
+
./scripts/activate-skills.sh --clear "Web Wizard"
|
|
222
|
+
```
|
|
223
|
+
|
|
188
224
|
### Can I use multiple skills at once?
|
|
189
225
|
|
|
190
226
|
**Yes!** You can invoke multiple skills:
|
|
@@ -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,326+ 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,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
|
|
@@ -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
|
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: github
|
|
3
|
+
description: "Use the `gh` CLI for issues, pull requests, Actions runs, and GitHub API queries."
|
|
4
|
+
risk: safe
|
|
5
|
+
source: "Dimillian/Skills (MIT)"
|
|
6
|
+
date_added: "2026-03-25"
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# GitHub Skill
|
|
10
|
+
|
|
11
|
+
Use the `gh` CLI to interact with GitHub. Always specify `--repo owner/repo` when not in a git directory, or use URLs directly.
|
|
12
|
+
|
|
13
|
+
## When to Use
|
|
14
|
+
|
|
15
|
+
- When the user asks about GitHub issues, pull requests, workflow runs, or CI failures.
|
|
16
|
+
- When you need `gh issue`, `gh pr`, `gh run`, or `gh api` from the command line.
|
|
17
|
+
|
|
18
|
+
## Pull Requests
|
|
19
|
+
|
|
20
|
+
Check CI status on a PR:
|
|
21
|
+
```bash
|
|
22
|
+
gh pr checks 55 --repo owner/repo
|
|
23
|
+
```
|
|
24
|
+
|
|
25
|
+
List recent workflow runs:
|
|
26
|
+
```bash
|
|
27
|
+
gh run list --repo owner/repo --limit 10
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
View a run and see which steps failed:
|
|
31
|
+
```bash
|
|
32
|
+
gh run view <run-id> --repo owner/repo
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
View logs for failed steps only:
|
|
36
|
+
```bash
|
|
37
|
+
gh run view <run-id> --repo owner/repo --log-failed
|
|
38
|
+
```
|
|
39
|
+
|
|
40
|
+
### Debugging a CI Failure
|
|
41
|
+
|
|
42
|
+
Follow this sequence to investigate a failing CI run:
|
|
43
|
+
|
|
44
|
+
1. **Check PR status** — identify which checks are failing:
|
|
45
|
+
```bash
|
|
46
|
+
gh pr checks 55 --repo owner/repo
|
|
47
|
+
```
|
|
48
|
+
2. **List recent runs** — find the relevant run ID:
|
|
49
|
+
```bash
|
|
50
|
+
gh run list --repo owner/repo --limit 10
|
|
51
|
+
```
|
|
52
|
+
3. **View the failed run** — see which jobs and steps failed:
|
|
53
|
+
```bash
|
|
54
|
+
gh run view <run-id> --repo owner/repo
|
|
55
|
+
```
|
|
56
|
+
4. **Fetch failure logs** — get the detailed output for failed steps:
|
|
57
|
+
```bash
|
|
58
|
+
gh run view <run-id> --repo owner/repo --log-failed
|
|
59
|
+
```
|
|
60
|
+
|
|
61
|
+
## API for Advanced Queries
|
|
62
|
+
|
|
63
|
+
The `gh api` command is useful for accessing data not available through other subcommands.
|
|
64
|
+
|
|
65
|
+
Get PR with specific fields:
|
|
66
|
+
```bash
|
|
67
|
+
gh api repos/owner/repo/pulls/55 --jq '.title, .state, .user.login'
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
## JSON Output
|
|
71
|
+
|
|
72
|
+
Most commands support `--json` for structured output. You can use `--jq` to filter:
|
|
73
|
+
|
|
74
|
+
```bash
|
|
75
|
+
gh issue list --repo owner/repo --json number,title --jq '.[] | "\(.number): \(.title)"'
|
|
76
|
+
```
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: ios-debugger-agent
|
|
3
|
+
description: Debug the current iOS project on a booted simulator with XcodeBuildMCP.
|
|
4
|
+
risk: safe
|
|
5
|
+
source: "Dimillian/Skills (MIT)"
|
|
6
|
+
date_added: "2026-03-25"
|
|
7
|
+
---
|
|
8
|
+
|
|
9
|
+
# iOS Debugger Agent
|
|
10
|
+
|
|
11
|
+
## Overview
|
|
12
|
+
Use XcodeBuildMCP to build and run the current project scheme on a booted iOS simulator, interact with the UI, and capture logs. Prefer the MCP tools for simulator control, logs, and view inspection.
|
|
13
|
+
|
|
14
|
+
## When to Use
|
|
15
|
+
|
|
16
|
+
- When the user asks to run, debug, or inspect an iOS app on a simulator.
|
|
17
|
+
- When you need simulator UI interaction, screenshots, or runtime logs via XcodeBuildMCP.
|
|
18
|
+
|
|
19
|
+
## Core Workflow
|
|
20
|
+
Follow this sequence unless the user asks for a narrower action.
|
|
21
|
+
|
|
22
|
+
### 1) Discover the booted simulator
|
|
23
|
+
- Call `mcp__XcodeBuildMCP__list_sims` and select the simulator with state `Booted`.
|
|
24
|
+
- If none are booted, ask the user to boot one (do not boot automatically unless asked).
|
|
25
|
+
|
|
26
|
+
### 2) Set session defaults
|
|
27
|
+
- Call `mcp__XcodeBuildMCP__session-set-defaults` with:
|
|
28
|
+
- `projectPath` or `workspacePath` (whichever the repo uses)
|
|
29
|
+
- `scheme` for the current app
|
|
30
|
+
- `simulatorId` from the booted device
|
|
31
|
+
- Optional: `configuration: "Debug"`, `useLatestOS: true`
|
|
32
|
+
|
|
33
|
+
### 3) Build + run (when requested)
|
|
34
|
+
- Call `mcp__XcodeBuildMCP__build_run_sim`.
|
|
35
|
+
- **If the build fails**, check the error output and retry (optionally with `preferXcodebuild: true`) or escalate to the user before attempting any UI interaction.
|
|
36
|
+
- **After a successful build**, verify the app launched by calling `mcp__XcodeBuildMCP__describe_ui` or `mcp__XcodeBuildMCP__screenshot` before proceeding to UI interaction.
|
|
37
|
+
- If the app is already built and only launch is requested, use `mcp__XcodeBuildMCP__launch_app_sim`.
|
|
38
|
+
- If bundle id is unknown:
|
|
39
|
+
1) `mcp__XcodeBuildMCP__get_sim_app_path`
|
|
40
|
+
2) `mcp__XcodeBuildMCP__get_app_bundle_id`
|
|
41
|
+
|
|
42
|
+
## UI Interaction & Debugging
|
|
43
|
+
Use these when asked to inspect or interact with the running app.
|
|
44
|
+
|
|
45
|
+
- **Describe UI**: `mcp__XcodeBuildMCP__describe_ui` before tapping or swiping.
|
|
46
|
+
- **Tap**: `mcp__XcodeBuildMCP__tap` (prefer `id` or `label`; use coordinates only if needed).
|
|
47
|
+
- **Type**: `mcp__XcodeBuildMCP__type_text` after focusing a field.
|
|
48
|
+
- **Gestures**: `mcp__XcodeBuildMCP__gesture` for common scrolls and edge swipes.
|
|
49
|
+
- **Screenshot**: `mcp__XcodeBuildMCP__screenshot` for visual confirmation.
|
|
50
|
+
|
|
51
|
+
## Logs & Console Output
|
|
52
|
+
- Start logs: `mcp__XcodeBuildMCP__start_sim_log_cap` with the app bundle id.
|
|
53
|
+
- Stop logs: `mcp__XcodeBuildMCP__stop_sim_log_cap` and summarize important lines.
|
|
54
|
+
- For console output, set `captureConsole: true` and relaunch if required.
|
|
55
|
+
|
|
56
|
+
## Troubleshooting
|
|
57
|
+
- If build fails, ask whether to retry with `preferXcodebuild: true`.
|
|
58
|
+
- If the wrong app launches, confirm the scheme and bundle id.
|
|
59
|
+
- If UI elements are not hittable, re-run `describe_ui` after layout changes.
|