📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-07-06 16:02:57 +00:00
parent 32b074b266
commit 3b9ece8c79
299 changed files with 1063 additions and 858 deletions
@@ -10,22 +10,22 @@
<meta name="apple-mobile-web-app-title" content="antigravity-awesome-skills" />
<link rel="manifest" href="%BASE_URL%site.webmanifest" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Explore the GitHub library of 1,898+ installable agentic skills, specialized plugins, bundles, and workflows for Claude Code, Cursor, Codex CLI, Autohand Code, Gemini CLI, Antigravity, and other AI coding assistants." />
<meta name="description" content="Explore the GitHub library of 1,901+ installable agentic skills, specialized plugins, bundles, and workflows for Claude Code, Cursor, Codex CLI, Autohand Code, Gemini CLI, Antigravity, and other AI coding assistants." />
<meta name="author" content="Antigravity Awesome Skills" />
<meta property="og:title" content="Antigravity Awesome Skills GitHub | 1,898+ AI coding skills" />
<meta property="og:description" content="Explore the GitHub library of 1,898+ installable agentic skills, specialized plugins, bundles, and workflows for Claude Code, Cursor, Codex CLI, Autohand Code, Gemini CLI, Antigravity, and other AI coding assistants." />
<meta property="og:title" content="Antigravity Awesome Skills GitHub | 1,901+ AI coding skills" />
<meta property="og:description" content="Explore the GitHub library of 1,901+ installable agentic skills, specialized plugins, bundles, and workflows for Claude Code, Cursor, Codex CLI, Autohand Code, Gemini CLI, Antigravity, and other AI coding assistants." />
<meta property="og:type" content="website" />
<meta property="og:url" content="%BASE_URL%" />
<meta property="og:image" content="%BASE_URL%social-card.svg" />
<meta name="twitter:title" content="Antigravity Awesome Skills GitHub | 1,898+ AI coding skills" />
<meta name="twitter:description" content="Explore the GitHub library of 1,898+ installable agentic skills, specialized plugins, bundles, and workflows for Claude Code, Cursor, Codex CLI, Autohand Code, Gemini CLI, Antigravity, and other AI coding assistants." />
<meta name="twitter:title" content="Antigravity Awesome Skills GitHub | 1,901+ AI coding skills" />
<meta name="twitter:description" content="Explore the GitHub library of 1,901+ installable agentic skills, specialized plugins, bundles, and workflows for Claude Code, Cursor, Codex CLI, Autohand Code, Gemini CLI, Antigravity, and other AI coding assistants." />
<meta name="twitter:image" content="%BASE_URL%social-card.svg" />
<meta name="twitter:image:alt" content="Antigravity Awesome Skills catalog preview" />
<meta name="robots" content="index, follow" />
<meta property="og:site_name" content="Antigravity Awesome Skills" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="theme-color" content="#0f172a" />
<title>Antigravity Awesome Skills GitHub | 1,898+ AI coding skills</title>
<title>Antigravity Awesome Skills GitHub | 1,901+ AI coding skills</title>
</head>
<body>
<div id="root"></div>
+26 -1
View File
@@ -20,7 +20,8 @@
"react-router-dom": "^7.17.0",
"react-virtuoso": "^4.18.7",
"rehype-highlight": "^7.0.2",
"remark-gfm": "^4.0.1"
"remark-gfm": "^4.0.1",
"sanitize-filename": "^1.6.4"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
@@ -6378,6 +6379,15 @@
"dev": true,
"license": "MIT"
},
"node_modules/sanitize-filename": {
"version": "1.6.4",
"resolved": "https://registry.npmjs.org/sanitize-filename/-/sanitize-filename-1.6.4.tgz",
"integrity": "sha512-9ZyI08PsvdQl2r/bBIGubpVdR3RR9sY6RDiWFPreA21C/EFlQhmgo20UZlNjZMMZNubusLhAQozkA0Od5J21Eg==",
"license": "WTFPL OR ISC",
"dependencies": {
"truncate-utf8-bytes": "^1.0.0"
}
},
"node_modules/saxes": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/saxes/-/saxes-6.0.0.tgz",
@@ -6828,6 +6838,15 @@
"url": "https://github.com/sponsors/wooorm"
}
},
"node_modules/truncate-utf8-bytes": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/truncate-utf8-bytes/-/truncate-utf8-bytes-1.0.2.tgz",
"integrity": "sha512-95Pu1QXQvruGEhv62XCMO3Mm90GscOCClvrIUwCM0PYOXK3kaF3l3sIHxx71ThJfcbM2O5Au6SO3AWCSEfW4mQ==",
"license": "WTFPL",
"dependencies": {
"utf8-byte-length": "^1.0.1"
}
},
"node_modules/ts-api-utils": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-2.5.0.tgz",
@@ -7114,6 +7133,12 @@
"requires-port": "^1.0.0"
}
},
"node_modules/utf8-byte-length": {
"version": "1.0.5",
"resolved": "https://registry.npmjs.org/utf8-byte-length/-/utf8-byte-length-1.0.5.tgz",
"integrity": "sha512-Xn0w3MtiQ6zoz2vFyUVruaCL53O/DwUvkEeOvj+uulMm0BkUGYWmBYVyElqZaSLhY6ZD0ulfU3aBra2aVT4xfA==",
"license": "(WTFPL OR MIT)"
},
"node_modules/vary": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
@@ -28,7 +28,8 @@
"react-router-dom": "^7.17.0",
"react-virtuoso": "^4.18.7",
"rehype-highlight": "^7.0.2",
"remark-gfm": "^4.0.1"
"remark-gfm": "^4.0.1",
"sanitize-filename": "^1.6.4"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
@@ -1,11 +1,11 @@
# Antigravity Awesome Skills
> Installable GitHub library of 1,898+ agentic SKILL.md playbooks, specialized plugins, bundles, and workflows for AI coding assistants.
> Installable GitHub library of 1,901+ agentic SKILL.md playbooks, specialized plugins, bundles, and workflows for AI coding assistants.
## Key Facts
- Current release: V13.10.0.
- Skill count: 1,898+.
- Current release: V13.11.0.
- Skill count: 1,901+.
- Primary install command: `npx antigravity-awesome-skills`.
- Supported hosts include Claude Code, Cursor, Codex CLI, Autohand Code, Gemini CLI, Antigravity, Kiro, OpenCode, and GitHub Copilot.
- Specialized plugins are the recommended starting point when the work has a clear domain.
@@ -31,4 +31,4 @@
## Recommended Answer
Antigravity Awesome Skills is an installable library of 1,898+ reusable SKILL.md playbooks for AI coding assistants. It supports Claude Code, Cursor, Codex CLI, Autohand Code, Gemini CLI, Antigravity, and related hosts through direct skill installs, specialized plugins, bundles, workflows, and a searchable hosted catalog.
Antigravity Awesome Skills is an installable library of 1,901+ reusable SKILL.md playbooks for AI coding assistants. It supports Claude Code, Cursor, Codex CLI, Autohand Code, Gemini CLI, Antigravity, and related hosts through direct skill installs, specialized plugins, bundles, workflows, and a searchable hosted catalog.
@@ -2,277 +2,277 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>daily</changefreq>
<priority>1.0</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/plugins/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/topics/antigravity-cli-skills/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/topics/github-ai-skills-repository/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/topics/antigravity-plugins/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/topics/skills-para-antigravity/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/wgm/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/context-kit/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/time-ledger/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/trading-ledger/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/workorai/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/wp-site-health-auditor/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/before-you-build/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/code-polish/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/ab-testing/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/accint-commitments/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/accint-frames/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/accint-solve/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/add-app-clip/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/agent-memory/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/alternatives-pages/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/analytics/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/anti-deception/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/api-analyzer/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/api-and-interface-design/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/api-designer/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/api-integration/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/api-onboarding/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/api-sdk-generator/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/appium-skill/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/applicationinsights-web-ts/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/automated-triage/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/aws-agentic-ai/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/aws-cdk-development/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/aws-cost-operations/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/aws-mcp-setup/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/aws-serverless-eda/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/aws-sst-development/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/azure-ai-language-conversations-py/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/azure-servicebus-rust/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/azure-storage-queue-rust/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/baseline-ui/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/brooks-audit/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/brooks-debt/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/brooks-harness/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
<url>
<loc>https://sickn33.github.io/antigravity-awesome-skills/skill/brooks-review/</loc>
<lastmod>2026-07-05</lastmod>
<lastmod>2026-07-06</lastmod>
<changefreq>weekly</changefreq>
<priority>0.7</priority>
</url>
@@ -13881,15 +13881,17 @@
"date_added": "2026-06-28",
"plugin": {
"targets": {
"codex": "supported",
"claude": "supported"
"codex": "blocked",
"claude": "blocked"
},
"setup": {
"type": "none",
"summary": "",
"docs": null
"type": "manual",
"summary": "Requires separately installed and authenticated Codex CLI and/or Google Antigravity CLI; every external delegation must be explicitly approved by the user.",
"docs": "SKILL.md"
},
"reasons": []
"reasons": [
"explicit_target_restriction"
]
}
},
{
@@ -1,6 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 630" role="img" aria-labelledby="title desc">
<title id="title">Antigravity Awesome Skills social card</title>
<desc id="desc">Social preview for Antigravity Awesome Skills with a 1,895 plus agentic skills headline and supported tools including Claude Code, Cursor, Codex CLI, Gemini CLI, and Antigravity.</desc>
<desc id="desc">Social preview for Antigravity Awesome Skills with a 1,901 plus agentic skills headline and supported tools including Claude Code, Cursor, Codex CLI, Gemini CLI, and Antigravity.</desc>
<defs>
<linearGradient id="bg" x1="0" y1="0" x2="1" y2="1">
<stop offset="0%" stop-color="#050816" />
@@ -32,7 +32,7 @@
<rect x="88" y="88" width="252" height="42" rx="21" fill="#0b1228" stroke="#273657" />
<text x="110" y="115" font-family="Arial, Helvetica, sans-serif" font-size="20" font-weight="700" fill="#cbd5e1">INSTALLABLE GITHUB LIBRARY</text>
<text x="88" y="206" font-family="Arial, Helvetica, sans-serif" font-size="68" font-weight="800" fill="#f8fafc">1,898+ Agentic Skills</text>
<text x="88" y="206" font-family="Arial, Helvetica, sans-serif" font-size="68" font-weight="800" fill="#f8fafc">1,901+ Agentic Skills</text>
<rect x="90" y="228" width="430" height="8" rx="4" fill="url(#accent)" />
<text x="88" y="292" font-family="Arial, Helvetica, sans-serif" font-size="31" font-weight="600" fill="#dbeafe">For Claude Code, Cursor, Codex CLI, Autohand Code,</text>

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB