From 772a1da63c7d28d3636dbdbe49fb811ad4b7b943 Mon Sep 17 00:00:00 2001 From: "ci[bot]" Date: Sat, 6 Jun 2026 16:01:57 +0000 Subject: [PATCH] :package: deps(thirdparty): update snapshots --- .../.claude-plugin/marketplace.json | 106 +-- .../.claude-plugin/plugin.json | 4 +- antigravity-awesome-skills/CATALOG.md | 51 +- antigravity-awesome-skills/CHANGELOG.md | 47 ++ antigravity-awesome-skills/README.md | 30 +- antigravity-awesome-skills/SOURCE.md | 4 +- .../apps/web-app/index.html | 12 +- .../apps/web-app/package-lock.json | 16 +- .../apps/web-app/package.json | 2 +- .../apps/web-app/public/llms.txt | 6 +- .../apps/web-app/public/sitemap.xml | 204 ++--- .../apps/web-app/public/skills.json.backup | 268 ++++++ .../apps/web-app/public/social-card.svg | 4 +- .../apps/web-app/scripts/prerender-routes.js | 4 +- .../apps/web-app/scripts/verify-seo-assets.js | 4 +- .../web-app/scripts/verify-seo-assets.test.js | 14 +- .../apps/web-app/src/pages/Plugins.tsx | 2 +- .../apps/web-app/src/utils/seo.ts | 2 +- .../assets/star-history.png | Bin 50288 -> 50344 bytes antigravity-awesome-skills/data/bundles.json | 9 + antigravity-awesome-skills/data/catalog.json | 333 +++++++- .../data/plugin-compatibility.json | 248 +++++- .../data/skills_index.json | 268 ++++++ .../docs/integrations/jetski-cortex.md | 6 +- .../jetski-gemini-loader/README.md | 2 +- .../docs/maintainers/repo-growth-seo.md | 6 +- .../docs/maintainers/skills-update-guide.md | 2 +- .../docs/sources/sources.md | 1 + .../docs/users/bundles.md | 2 +- .../docs/users/claude-code-skills.md | 2 +- .../docs/users/gemini-cli-skills.md | 2 +- .../docs/users/getting-started.md | 2 +- .../docs/users/kiro-integration.md | 2 +- .../docs/users/usage.md | 8 +- .../docs/users/visual-guide.md | 8 +- antigravity-awesome-skills/package-lock.json | 4 +- antigravity-awesome-skills/package.json | 4 +- .../.claude-plugin/plugin.json | 4 +- .../skills/2slides-ppt-generator/SKILL.md | 786 ++++++++++++++++++ .../references/api-reference.md | 499 +++++++++++ .../references/mcp-integration.md | 282 +++++++ .../references/pricing.md | 195 +++++ .../scripts/api_constants.py | 87 ++ .../scripts/create_pdf_slides.py | 159 ++++ .../scripts/download_slides_pages_voices.py | 157 ++++ .../scripts/generate_narration.py | 197 +++++ .../scripts/generate_slides.py | 247 ++++++ .../scripts/get_job_status.py | 106 +++ .../scripts/search_themes.py | 137 +++ .../skills/anti-sycophancy/README.md | 86 ++ .../skills/anti-sycophancy/SKILL.md | 40 + .../skills/event-staffing-compliance/SKILL.md | 91 ++ .../skills/event-staffing-ordering/SKILL.md | 119 +++ .../skills/examprep-ai/SKILL.md | 446 ++++++++++ .../skills/hasdata-cli/SKILL.md | 169 ++++ .../hasdata-cli/references/all-commands.md | 107 +++ .../hasdata-cli/references/ecommerce.md | 106 +++ .../hasdata-cli/references/enrichment.md | 227 +++++ .../skills/hasdata-cli/references/jobs.md | 84 ++ .../hasdata-cli/references/local-business.md | 123 +++ .../hasdata-cli/references/real-estate.md | 126 +++ .../skills/hasdata-cli/references/search.md | 122 +++ .../skills/hasdata-cli/references/travel.md | 102 +++ .../hasdata-cli/references/web-scraping.md | 181 ++++ .../skills/hasdata-cli/references/youtube.md | 145 ++++ .../skills/hasdata/SKILL.md | 107 +++ .../skills/hasdata/references/code-recipes.md | 150 ++++ .../skills/hasdata/references/ecommerce.md | 116 +++ .../skills/hasdata/references/jobs.md | 111 +++ .../hasdata/references/local-business.md | 145 ++++ .../skills/hasdata/references/real-estate.md | 84 ++ .../skills/hasdata/references/scraper-jobs.md | 252 ++++++ .../skills/hasdata/references/search.md | 154 ++++ .../skills/hasdata/references/travel.md | 202 +++++ .../skills/hasdata/references/web-scraping.md | 159 ++++ .../skills/hasdata/references/youtube.md | 186 +++++ .../linkedin-content-generator/SKILL.md | 492 +++++++++++ .../scripts/generate_calendar.py | 82 ++ .../scripts/generate_carousel.py | 69 ++ .../scripts/generate_newsletter.py | 64 ++ .../scripts/generate_post.py | 77 ++ .../scripts/memory.md | 49 ++ .../scripts/memory_manager.py | 134 +++ .../scripts/utils.py | 96 +++ .../skills/permission-manager/README.md | 22 + .../skills/permission-manager/SKILL.md | 54 ++ .../skills/skill-suggester/README.md | 14 + .../skills/skill-suggester/SKILL.md | 69 ++ .../skills/smart-git-automation/README.md | 31 + .../skills/smart-git-automation/SKILL.md | 96 +++ .../.codex-plugin/plugin.json | 4 +- .../skills/2slides-ppt-generator/SKILL.md | 786 ++++++++++++++++++ .../references/api-reference.md | 499 +++++++++++ .../references/mcp-integration.md | 282 +++++++ .../references/pricing.md | 195 +++++ .../scripts/api_constants.py | 87 ++ .../scripts/create_pdf_slides.py | 159 ++++ .../scripts/download_slides_pages_voices.py | 157 ++++ .../scripts/generate_narration.py | 197 +++++ .../scripts/generate_slides.py | 247 ++++++ .../scripts/get_job_status.py | 106 +++ .../scripts/search_themes.py | 137 +++ .../skills/anti-sycophancy/README.md | 86 ++ .../skills/anti-sycophancy/SKILL.md | 40 + .../skills/event-staffing-compliance/SKILL.md | 91 ++ .../skills/event-staffing-ordering/SKILL.md | 119 +++ .../skills/examprep-ai/SKILL.md | 446 ++++++++++ .../skills/hasdata-cli/SKILL.md | 169 ++++ .../hasdata-cli/references/all-commands.md | 107 +++ .../hasdata-cli/references/ecommerce.md | 106 +++ .../hasdata-cli/references/enrichment.md | 227 +++++ .../skills/hasdata-cli/references/jobs.md | 84 ++ .../hasdata-cli/references/local-business.md | 123 +++ .../hasdata-cli/references/real-estate.md | 126 +++ .../skills/hasdata-cli/references/search.md | 122 +++ .../skills/hasdata-cli/references/travel.md | 102 +++ .../hasdata-cli/references/web-scraping.md | 181 ++++ .../skills/hasdata-cli/references/youtube.md | 145 ++++ .../skills/hasdata/SKILL.md | 107 +++ .../skills/hasdata/references/code-recipes.md | 150 ++++ .../skills/hasdata/references/ecommerce.md | 116 +++ .../skills/hasdata/references/jobs.md | 111 +++ .../hasdata/references/local-business.md | 145 ++++ .../skills/hasdata/references/real-estate.md | 84 ++ .../skills/hasdata/references/scraper-jobs.md | 252 ++++++ .../skills/hasdata/references/search.md | 154 ++++ .../skills/hasdata/references/travel.md | 202 +++++ .../skills/hasdata/references/web-scraping.md | 159 ++++ .../skills/hasdata/references/youtube.md | 186 +++++ .../skills/permission-manager/README.md | 22 + .../skills/permission-manager/SKILL.md | 54 ++ .../skills/skill-suggester/README.md | 14 + .../skills/skill-suggester/SKILL.md | 69 ++ .../skills/smart-git-automation/README.md | 31 + .../skills/smart-git-automation/SKILL.md | 96 +++ .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../.claude-plugin/plugin.json | 2 +- .../.codex-plugin/plugin.json | 2 +- .../skills/2slides-ppt-generator/SKILL.md | 786 ++++++++++++++++++ .../references/api-reference.md | 499 +++++++++++ .../references/mcp-integration.md | 282 +++++++ .../references/pricing.md | 195 +++++ .../scripts/api_constants.py | 87 ++ .../scripts/create_pdf_slides.py | 159 ++++ .../scripts/download_slides_pages_voices.py | 157 ++++ .../scripts/generate_narration.py | 197 +++++ .../scripts/generate_slides.py | 247 ++++++ .../scripts/get_job_status.py | 106 +++ .../scripts/search_themes.py | 137 +++ .../skills/anti-sycophancy/README.md | 86 ++ .../skills/anti-sycophancy/SKILL.md | 40 + .../skills/antigravity-agent-manager/SKILL.md | 112 +++ .../skills/event-staffing-compliance/SKILL.md | 91 ++ .../skills/event-staffing-ordering/SKILL.md | 119 +++ .../skills/examprep-ai/SKILL.md | 446 ++++++++++ .../skills/hasdata-cli/SKILL.md | 169 ++++ .../hasdata-cli/references/all-commands.md | 107 +++ .../hasdata-cli/references/ecommerce.md | 106 +++ .../hasdata-cli/references/enrichment.md | 227 +++++ .../skills/hasdata-cli/references/jobs.md | 84 ++ .../hasdata-cli/references/local-business.md | 123 +++ .../hasdata-cli/references/real-estate.md | 126 +++ .../skills/hasdata-cli/references/search.md | 122 +++ .../skills/hasdata-cli/references/travel.md | 102 +++ .../hasdata-cli/references/web-scraping.md | 181 ++++ .../skills/hasdata-cli/references/youtube.md | 145 ++++ .../skills/hasdata/SKILL.md | 107 +++ .../skills/hasdata/references/code-recipes.md | 150 ++++ .../skills/hasdata/references/ecommerce.md | 116 +++ .../skills/hasdata/references/jobs.md | 111 +++ .../hasdata/references/local-business.md | 145 ++++ .../skills/hasdata/references/real-estate.md | 84 ++ .../skills/hasdata/references/scraper-jobs.md | 252 ++++++ .../skills/hasdata/references/search.md | 154 ++++ .../skills/hasdata/references/travel.md | 202 +++++ .../skills/hasdata/references/web-scraping.md | 159 ++++ .../skills/hasdata/references/youtube.md | 186 +++++ .../linkedin-content-generator/SKILL.md | 492 +++++++++++ .../scripts/generate_calendar.py | 82 ++ .../scripts/generate_carousel.py | 69 ++ .../scripts/generate_newsletter.py | 64 ++ .../scripts/generate_post.py | 77 ++ .../scripts/memory.md | 49 ++ .../scripts/memory_manager.py | 134 +++ .../scripts/utils.py | 96 +++ .../skills/permission-manager/README.md | 22 + .../skills/permission-manager/SKILL.md | 54 ++ .../skills/skill-suggester/README.md | 14 + .../skills/skill-suggester/SKILL.md | 69 ++ .../skills/smart-git-automation/README.md | 31 + .../skills/smart-git-automation/SKILL.md | 96 +++ antigravity-awesome-skills/skills_index.json | 268 ++++++ .../tools/scripts/build-catalog.js | 18 + .../tools/scripts/generate_index.py | 9 + 293 files changed, 25299 insertions(+), 369 deletions(-) create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/2slides-ppt-generator/SKILL.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/2slides-ppt-generator/references/api-reference.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/2slides-ppt-generator/references/mcp-integration.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/2slides-ppt-generator/references/pricing.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/2slides-ppt-generator/scripts/api_constants.py create mode 100755 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/2slides-ppt-generator/scripts/create_pdf_slides.py create mode 100755 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/2slides-ppt-generator/scripts/download_slides_pages_voices.py create mode 100755 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/2slides-ppt-generator/scripts/generate_narration.py create mode 100755 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/2slides-ppt-generator/scripts/generate_slides.py create mode 100755 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/2slides-ppt-generator/scripts/get_job_status.py create mode 100755 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/2slides-ppt-generator/scripts/search_themes.py create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/anti-sycophancy/README.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/anti-sycophancy/SKILL.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/event-staffing-compliance/SKILL.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/event-staffing-ordering/SKILL.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/examprep-ai/SKILL.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/hasdata-cli/SKILL.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/hasdata-cli/references/all-commands.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/hasdata-cli/references/ecommerce.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/hasdata-cli/references/enrichment.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/hasdata-cli/references/jobs.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/hasdata-cli/references/local-business.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/hasdata-cli/references/real-estate.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/hasdata-cli/references/search.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/hasdata-cli/references/travel.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/hasdata-cli/references/web-scraping.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/hasdata-cli/references/youtube.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/hasdata/SKILL.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/hasdata/references/code-recipes.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/hasdata/references/ecommerce.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/hasdata/references/jobs.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/hasdata/references/local-business.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/hasdata/references/real-estate.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/hasdata/references/scraper-jobs.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/hasdata/references/search.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/hasdata/references/travel.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/hasdata/references/web-scraping.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/hasdata/references/youtube.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/linkedin-content-generator/SKILL.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/linkedin-content-generator/scripts/generate_calendar.py create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/linkedin-content-generator/scripts/generate_carousel.py create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/linkedin-content-generator/scripts/generate_newsletter.py create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/linkedin-content-generator/scripts/generate_post.py create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/linkedin-content-generator/scripts/memory.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/linkedin-content-generator/scripts/memory_manager.py create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/linkedin-content-generator/scripts/utils.py create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/permission-manager/README.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/permission-manager/SKILL.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/skill-suggester/README.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/skill-suggester/SKILL.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/smart-git-automation/README.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills-claude/skills/smart-git-automation/SKILL.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/2slides-ppt-generator/SKILL.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/2slides-ppt-generator/references/api-reference.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/2slides-ppt-generator/references/mcp-integration.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/2slides-ppt-generator/references/pricing.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/2slides-ppt-generator/scripts/api_constants.py create mode 100755 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/2slides-ppt-generator/scripts/create_pdf_slides.py create mode 100755 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/2slides-ppt-generator/scripts/download_slides_pages_voices.py create mode 100755 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/2slides-ppt-generator/scripts/generate_narration.py create mode 100755 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/2slides-ppt-generator/scripts/generate_slides.py create mode 100755 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/2slides-ppt-generator/scripts/get_job_status.py create mode 100755 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/2slides-ppt-generator/scripts/search_themes.py create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/anti-sycophancy/README.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/anti-sycophancy/SKILL.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/event-staffing-compliance/SKILL.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/event-staffing-ordering/SKILL.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/examprep-ai/SKILL.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/hasdata-cli/SKILL.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/hasdata-cli/references/all-commands.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/hasdata-cli/references/ecommerce.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/hasdata-cli/references/enrichment.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/hasdata-cli/references/jobs.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/hasdata-cli/references/local-business.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/hasdata-cli/references/real-estate.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/hasdata-cli/references/search.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/hasdata-cli/references/travel.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/hasdata-cli/references/web-scraping.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/hasdata-cli/references/youtube.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/hasdata/SKILL.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/hasdata/references/code-recipes.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/hasdata/references/ecommerce.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/hasdata/references/jobs.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/hasdata/references/local-business.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/hasdata/references/real-estate.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/hasdata/references/scraper-jobs.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/hasdata/references/search.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/hasdata/references/travel.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/hasdata/references/web-scraping.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/hasdata/references/youtube.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/permission-manager/README.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/permission-manager/SKILL.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/skill-suggester/README.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/skill-suggester/SKILL.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/smart-git-automation/README.md create mode 100644 antigravity-awesome-skills/plugins/antigravity-awesome-skills/skills/smart-git-automation/SKILL.md create mode 100644 antigravity-awesome-skills/skills/2slides-ppt-generator/SKILL.md create mode 100644 antigravity-awesome-skills/skills/2slides-ppt-generator/references/api-reference.md create mode 100644 antigravity-awesome-skills/skills/2slides-ppt-generator/references/mcp-integration.md create mode 100644 antigravity-awesome-skills/skills/2slides-ppt-generator/references/pricing.md create mode 100644 antigravity-awesome-skills/skills/2slides-ppt-generator/scripts/api_constants.py create mode 100755 antigravity-awesome-skills/skills/2slides-ppt-generator/scripts/create_pdf_slides.py create mode 100755 antigravity-awesome-skills/skills/2slides-ppt-generator/scripts/download_slides_pages_voices.py create mode 100755 antigravity-awesome-skills/skills/2slides-ppt-generator/scripts/generate_narration.py create mode 100755 antigravity-awesome-skills/skills/2slides-ppt-generator/scripts/generate_slides.py create mode 100755 antigravity-awesome-skills/skills/2slides-ppt-generator/scripts/get_job_status.py create mode 100755 antigravity-awesome-skills/skills/2slides-ppt-generator/scripts/search_themes.py create mode 100644 antigravity-awesome-skills/skills/anti-sycophancy/README.md create mode 100644 antigravity-awesome-skills/skills/anti-sycophancy/SKILL.md create mode 100644 antigravity-awesome-skills/skills/antigravity-agent-manager/SKILL.md create mode 100644 antigravity-awesome-skills/skills/event-staffing-compliance/SKILL.md create mode 100644 antigravity-awesome-skills/skills/event-staffing-ordering/SKILL.md create mode 100644 antigravity-awesome-skills/skills/examprep-ai/SKILL.md create mode 100644 antigravity-awesome-skills/skills/hasdata-cli/SKILL.md create mode 100644 antigravity-awesome-skills/skills/hasdata-cli/references/all-commands.md create mode 100644 antigravity-awesome-skills/skills/hasdata-cli/references/ecommerce.md create mode 100644 antigravity-awesome-skills/skills/hasdata-cli/references/enrichment.md create mode 100644 antigravity-awesome-skills/skills/hasdata-cli/references/jobs.md create mode 100644 antigravity-awesome-skills/skills/hasdata-cli/references/local-business.md create mode 100644 antigravity-awesome-skills/skills/hasdata-cli/references/real-estate.md create mode 100644 antigravity-awesome-skills/skills/hasdata-cli/references/search.md create mode 100644 antigravity-awesome-skills/skills/hasdata-cli/references/travel.md create mode 100644 antigravity-awesome-skills/skills/hasdata-cli/references/web-scraping.md create mode 100644 antigravity-awesome-skills/skills/hasdata-cli/references/youtube.md create mode 100644 antigravity-awesome-skills/skills/hasdata/SKILL.md create mode 100644 antigravity-awesome-skills/skills/hasdata/references/code-recipes.md create mode 100644 antigravity-awesome-skills/skills/hasdata/references/ecommerce.md create mode 100644 antigravity-awesome-skills/skills/hasdata/references/jobs.md create mode 100644 antigravity-awesome-skills/skills/hasdata/references/local-business.md create mode 100644 antigravity-awesome-skills/skills/hasdata/references/real-estate.md create mode 100644 antigravity-awesome-skills/skills/hasdata/references/scraper-jobs.md create mode 100644 antigravity-awesome-skills/skills/hasdata/references/search.md create mode 100644 antigravity-awesome-skills/skills/hasdata/references/travel.md create mode 100644 antigravity-awesome-skills/skills/hasdata/references/web-scraping.md create mode 100644 antigravity-awesome-skills/skills/hasdata/references/youtube.md create mode 100644 antigravity-awesome-skills/skills/linkedin-content-generator/SKILL.md create mode 100644 antigravity-awesome-skills/skills/linkedin-content-generator/scripts/generate_calendar.py create mode 100644 antigravity-awesome-skills/skills/linkedin-content-generator/scripts/generate_carousel.py create mode 100644 antigravity-awesome-skills/skills/linkedin-content-generator/scripts/generate_newsletter.py create mode 100644 antigravity-awesome-skills/skills/linkedin-content-generator/scripts/generate_post.py create mode 100644 antigravity-awesome-skills/skills/linkedin-content-generator/scripts/memory.md create mode 100644 antigravity-awesome-skills/skills/linkedin-content-generator/scripts/memory_manager.py create mode 100644 antigravity-awesome-skills/skills/linkedin-content-generator/scripts/utils.py create mode 100644 antigravity-awesome-skills/skills/permission-manager/README.md create mode 100644 antigravity-awesome-skills/skills/permission-manager/SKILL.md create mode 100644 antigravity-awesome-skills/skills/skill-suggester/README.md create mode 100644 antigravity-awesome-skills/skills/skill-suggester/SKILL.md create mode 100644 antigravity-awesome-skills/skills/smart-git-automation/README.md create mode 100644 antigravity-awesome-skills/skills/smart-git-automation/SKILL.md diff --git a/antigravity-awesome-skills/.claude-plugin/marketplace.json b/antigravity-awesome-skills/.claude-plugin/marketplace.json index 216d60a1..c934ef60 100644 --- a/antigravity-awesome-skills/.claude-plugin/marketplace.json +++ b/antigravity-awesome-skills/.claude-plugin/marketplace.json @@ -6,12 +6,12 @@ }, "metadata": { "description": "Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.", - "version": "12.0.0" + "version": "12.1.0" }, "plugins": [ { "name": "antigravity-awesome-skills", - "version": "12.0.0", + "version": "12.1.0", "description": "Expose the plugin-safe Claude Code subset of Antigravity Awesome Skills through a single marketplace entry.", "author": { "name": "sickn33 and contributors", @@ -31,7 +31,7 @@ }, { "name": "antigravity-bundle-essentials", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"Essentials\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -51,7 +51,7 @@ }, { "name": "antigravity-bundle-security-engineer", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"Security Engineer\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -71,7 +71,7 @@ }, { "name": "antigravity-bundle-security-developer", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"Security Developer\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -91,7 +91,7 @@ }, { "name": "antigravity-bundle-web-wizard", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"Web Wizard\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -111,7 +111,7 @@ }, { "name": "antigravity-bundle-web-designer", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"Web Designer\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -131,7 +131,7 @@ }, { "name": "antigravity-bundle-full-stack-developer", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"Full-Stack Developer\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -151,7 +151,7 @@ }, { "name": "antigravity-bundle-agent-architect", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"Agent Architect\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -171,7 +171,7 @@ }, { "name": "antigravity-bundle-llm-application-developer", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"LLM Application Developer\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -191,7 +191,7 @@ }, { "name": "antigravity-bundle-indie-game-dev", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"Indie Game Dev\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -211,7 +211,7 @@ }, { "name": "antigravity-bundle-python-pro", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"Python Pro\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -231,7 +231,7 @@ }, { "name": "antigravity-bundle-typescript-javascript", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"TypeScript & JavaScript\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -251,7 +251,7 @@ }, { "name": "antigravity-bundle-systems-programming", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"Systems Programming\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -271,7 +271,7 @@ }, { "name": "antigravity-bundle-startup-founder", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"Startup Founder\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -291,7 +291,7 @@ }, { "name": "antigravity-bundle-business-analyst", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"Business Analyst\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -311,7 +311,7 @@ }, { "name": "antigravity-bundle-marketing-growth", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"Marketing & Growth\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -331,7 +331,7 @@ }, { "name": "antigravity-bundle-devops-cloud", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"DevOps & Cloud\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -351,7 +351,7 @@ }, { "name": "antigravity-bundle-observability-monitoring", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"Observability & Monitoring\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -371,7 +371,7 @@ }, { "name": "antigravity-bundle-data-analytics", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"Data & Analytics\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -391,7 +391,7 @@ }, { "name": "antigravity-bundle-data-engineering", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"Data Engineering\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -411,7 +411,7 @@ }, { "name": "antigravity-bundle-creative-director", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"Creative Director\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -431,7 +431,7 @@ }, { "name": "antigravity-bundle-qa-testing", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"QA & Testing\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -451,7 +451,7 @@ }, { "name": "antigravity-bundle-aas-web-app-builder", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"AAS Web App Builder\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -471,7 +471,7 @@ }, { "name": "antigravity-bundle-aas-product-design-studio", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"AAS Product Design Studio\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -491,7 +491,7 @@ }, { "name": "antigravity-bundle-aas-security-engineer", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"AAS Security Engineer\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -511,7 +511,7 @@ }, { "name": "antigravity-bundle-aas-secure-app-builder", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"AAS Secure App Builder\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -531,7 +531,7 @@ }, { "name": "antigravity-bundle-aas-documents-presentations", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"AAS Documents & Presentations\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -551,7 +551,7 @@ }, { "name": "antigravity-bundle-aas-data-analytics", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"AAS Data Analytics\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -571,7 +571,7 @@ }, { "name": "antigravity-bundle-aas-agent-mcp-builder", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"AAS Agent & MCP Builder\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -591,7 +591,7 @@ }, { "name": "antigravity-bundle-aas-oss-maintainer", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"AAS OSS Maintainer\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -611,7 +611,7 @@ }, { "name": "antigravity-bundle-aas-qa-test-automation", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"AAS QA & Test Automation\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -631,7 +631,7 @@ }, { "name": "antigravity-bundle-aas-devops-cloud", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"AAS DevOps & Cloud\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -651,7 +651,7 @@ }, { "name": "antigravity-bundle-aas-marketing-seo-growth", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"AAS Marketing, SEO & Growth\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -671,7 +671,7 @@ }, { "name": "antigravity-bundle-aas-automation-builder", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"AAS Automation Builder\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -691,7 +691,7 @@ }, { "name": "antigravity-bundle-aas-observability-ir", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"AAS Observability IR\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -711,7 +711,7 @@ }, { "name": "antigravity-bundle-aas-python-api-builder", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"AAS Python API Builder\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -731,7 +731,7 @@ }, { "name": "antigravity-bundle-aas-mobile-app-builder", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"AAS Mobile App Builder\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -751,7 +751,7 @@ }, { "name": "antigravity-bundle-mobile-developer", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"Mobile Developer\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -771,7 +771,7 @@ }, { "name": "antigravity-bundle-integration-apis", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"Integration & APIs\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -791,7 +791,7 @@ }, { "name": "antigravity-bundle-architecture-design", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"Architecture & Design\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -811,7 +811,7 @@ }, { "name": "antigravity-bundle-ddd-evented-architecture", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"DDD & Evented Architecture\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -831,7 +831,7 @@ }, { "name": "antigravity-bundle-automation-builder", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"Automation Builder\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -851,7 +851,7 @@ }, { "name": "antigravity-bundle-revops-crm-automation", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"RevOps & CRM Automation\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -871,7 +871,7 @@ }, { "name": "antigravity-bundle-commerce-payments", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"Commerce & Payments\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -891,7 +891,7 @@ }, { "name": "antigravity-bundle-odoo-erp", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"Odoo ERP\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -911,7 +911,7 @@ }, { "name": "antigravity-bundle-azure-ai-cloud", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"Azure AI & Cloud\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -931,7 +931,7 @@ }, { "name": "antigravity-bundle-expo-react-native", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"Expo & React Native\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -951,7 +951,7 @@ }, { "name": "antigravity-bundle-apple-platform-design", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"Apple Platform Design\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -971,7 +971,7 @@ }, { "name": "antigravity-bundle-makepad-builder", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"Makepad Builder\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -991,7 +991,7 @@ }, { "name": "antigravity-bundle-seo-specialist", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"SEO Specialist\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -1011,7 +1011,7 @@ }, { "name": "antigravity-bundle-documents-presentations", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"Documents & Presentations\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", @@ -1031,7 +1031,7 @@ }, { "name": "antigravity-bundle-oss-maintainer", - "version": "12.0.0", + "version": "12.1.0", "description": "Install the \"OSS Maintainer\" editorial skill bundle for Claude Code.", "author": { "name": "sickn33 and contributors", diff --git a/antigravity-awesome-skills/.claude-plugin/plugin.json b/antigravity-awesome-skills/.claude-plugin/plugin.json index 3b5c6d98..22dc5e27 100644 --- a/antigravity-awesome-skills/.claude-plugin/plugin.json +++ b/antigravity-awesome-skills/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "antigravity-awesome-skills", - "version": "12.0.0", - "description": "Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,478 supported skills.", + "version": "12.1.0", + "description": "Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,489 supported skills.", "author": { "name": "sickn33 and contributors", "url": "https://github.com/sickn33/antigravity-awesome-skills" diff --git a/antigravity-awesome-skills/CATALOG.md b/antigravity-awesome-skills/CATALOG.md index 376e6ec7..67c199ad 100644 --- a/antigravity-awesome-skills/CATALOG.md +++ b/antigravity-awesome-skills/CATALOG.md @@ -2,7 +2,7 @@ Generated at: 2026-02-08T00:00:00.000Z -Total skills: 1508 +Total skills: 1520 ## architecture (99) @@ -74,20 +74,20 @@ Total skills: 1508 | `odoo-module-developer` | Expert guide for creating custom Odoo modules. Covers __manifest__.py, model inheritance, ORM patterns, and module structure best practices. | odoo, module | odoo, module, developer, creating, custom, modules, covers, manifest, py, model, inheritance, orm | | `odoo-orm-expert` | Master Odoo ORM patterns: search, browse, create, write, domain filters, computed fields, and performance-safe query techniques. | odoo, orm | odoo, orm, search, browse, write, domain, filters, computed, fields, performance, safe, query | | `parallel-agents` | Multi-agent orchestration patterns. Use when multiple independent tasks can run with different domain expertise or when comprehensive analysis requires multi... | parallel, agents | parallel, agents, multi, agent, orchestration, multiple, independent, tasks, run, different, domain, expertise | +| `permission-manager` | Manage opencode permissions: review always-allow lists, suggest safe read-only commands, configure permission patterns | permission, manager | permission, manager, opencode, permissions, review, always, allow, lists, suggest, safe, read, commands | | `powershell-windows` | PowerShell Windows patterns. Critical pitfalls, operator syntax, error handling. | powershell, windows | powershell, windows, critical, pitfalls, operator, syntax, error, handling | | `production-code-audit` | Autonomously deep-scan entire codebase line-by-line, understand architecture and patterns, then systematically transform it to production-grade, corporate-le... | production, code, audit | production, code, audit, autonomously, deep, scan, entire, codebase, line, understand, architecture, then | | `projection-patterns` | Build read models and projections from event streams. Use when implementing CQRS read sides, building materialized views, or optimizing query performance in ... | projection | projection, read, models, projections, event, streams, implementing, cqrs, sides, building, materialized, views | | `prompt-engineering` | Expert guide on prompt engineering patterns, best practices, and optimization techniques. Use when user wants to improve prompts, learn prompting strategies,... | prompt, engineering | prompt, engineering, optimization, techniques, user, wants, improve, prompts, learn, prompting, debug, agent | -| `puzzle-activity-planner` | Plan puzzle-based activities for classrooms, parties, and events with pre-configured generator links | education, puzzle, classroom, activity-planning, event | education, puzzle, classroom, activity-planning, event, activity, planner, plan, activities, classrooms, parties, events | | `radix-ui-design-system` | Build accessible design systems with Radix UI primitives. Headless component customization, theming strategies, and compound component patterns for productio... | radix, ui | radix, ui, accessible, primitives, headless, component, customization, theming, compound, grade, libraries | | `robius-app-architecture` | CRITICAL: Use for Robius app architecture patterns. Triggers on: Tokio, async, submit_async_request, 异步, 架构, SignalToUI, Cx::post_action, worker task, app st... | robius, app, architecture | robius, app, architecture, critical, triggers, tokio, async, submit, request, signaltoui, cx, post | | `robius-event-action` | CRITICAL: Use for Robius event and action patterns. Triggers on: custom action, MatchEvent, post_action, cx.widget_action, handle_actions, DefaultNone, widge... | robius, event, action | robius, event, action, critical, triggers, custom, matchevent, post, cx, widget, handle, actions | | `robius-widget-patterns` | CRITICAL: Use for Robius widget patterns. Triggers on: apply_over, TextOrImage, modal, 可复用, 模态, collapsible, drag drop, reusable widget, widget design, pagef... | robius, widget | robius, widget, critical, triggers, apply, textorimage, modal, collapsible, drag, drop, reusable, pageflip | | `saga-orchestration` | Patterns for managing distributed transactions and long-running business processes. | saga | saga, orchestration, managing, distributed, transactions, long, running, business, processes | | `salesforce-development` | Expert patterns for Salesforce platform development including Lightning Web Components (LWC), Apex triggers and classes, REST/Bulk APIs, Connected Apps, and ... | salesforce | salesforce, development, platform, including, lightning, web, components, lwc, apex, triggers, classes, rest | -| `seo-plan` | Strategic SEO planning for new or existing websites. Industry-specific templates, competitive analysis, content strategy, and implementation roadmap. Use whe... | seo, plan | seo, plan, strategic, planning, new, existing, websites, industry, specific, competitive, analysis, content | | `shadcn` | Manages shadcn/ui components and projects, providing context, documentation, and usage patterns for building modern design systems. | shadcn | shadcn, manages, ui, components, providing, context, documentation, usage, building | | `site-architecture` | Plan or restructure website hierarchy, navigation, URL patterns, breadcrumbs, and internal linking. Use when mapping pages, sections, and site structure, but... | site, architecture | site, architecture, plan, restructure, website, hierarchy, navigation, url, breadcrumbs, internal, linking, mapping | +| `skill-suggester` | Scan prompt history for recurring patterns and unmet needs, then propose new skills or command templates | skill, suggester | skill, suggester, scan, prompt, history, recurring, unmet, then, propose, new, skills, command | | `software-architecture` | Guide for quality focused software architecture. This skill should be used when users want to write code, design architecture, analyze code, in any case that... | software, architecture | software, architecture, quality, skill, should, used, users, want, write, code, analyze, any | | `swiftui-ui-patterns` | Apply proven SwiftUI UI patterns for navigation, sheets, async state, and reusable screens. | swiftui, ui | swiftui, ui, apply, proven, navigation, sheets, async, state, reusable, screens | | `tailwind-design-system` | Build production-ready design systems with Tailwind CSS, including design tokens, component variants, responsive patterns, and accessibility. | tailwind | tailwind, css, including, tokens, component, variants, responsive, accessibility | @@ -108,7 +108,7 @@ Total skills: 1508 | `workflow-patterns` | Use this skill when implementing tasks according to Conductor's TDD workflow, handling phase checkpoints, managing git commits for tasks, or understanding th... | | skill, implementing, tasks, according, conductor, tdd, handling, phase, checkpoints, managing, git, commits | | `zapier-make-patterns` | No-code automation democratizes workflow building. Zapier and Make (formerly Integromat) let non-developers automate business processes without writing code.... | zapier, make | zapier, make, no, code, automation, democratizes, building, formerly, integromat, let, non, developers | -## business (85) +## business (84) | Skill | Description | Tags | Triggers | | --- | --- | --- | --- | @@ -116,7 +116,6 @@ Total skills: 1508 | `advogado-especialista` | Advogado especialista em todas as areas do Direito brasileiro: familia, criminal, trabalhista, tributario, consumidor, imobiliario, empresarial, civil e cons... | legal, brazilian-law, multi-domain, portuguese | legal, brazilian-law, multi-domain, portuguese, advogado, especialista, em, todas, areas, do, direito, brasileiro | | `apify-competitor-intelligence` | Analyze competitor strategies, content, pricing, ads, and market positioning across Google Maps, Booking.com, Facebook, Instagram, YouTube, and TikTok. | apify, competitor, intelligence | apify, competitor, intelligence, analyze, content, pricing, ads, market, positioning, google, maps, booking | | `apify-market-research` | Analyze market conditions, geographic opportunities, pricing, consumer behavior, and product validation across Google Maps, Facebook, Instagram, Booking.com,... | apify, market, research | apify, market, research, analyze, conditions, geographic, opportunities, pricing, consumer, behavior, product, validation | -| `auri-core` | Auri: assistente de voz inteligente (Alexa + Claude claude-opus-4-20250805). Visao do produto, persona Vitoria Neural, stack AWS, modelo Free/Pro/Business/En... | voice-assistant, product-vision, alexa, aws | voice-assistant, product-vision, alexa, aws, auri, core, assistente, de, voz, inteligente, claude, opus | | `blog-writing-guide` | This skill enforces Sentry's blog writing standards across every post — whether you're helping an engineer write their first blog post or a marketer draft a ... | blog, writing | blog, writing, skill, enforces, sentry, standards, every, post, whether, re, helping, engineer | | `brand-guidelines` | Write copy following Sentry brand guidelines. Use when writing UI text, error messages, empty states, onboarding flows, 404 pages, documentation, marketing c... | brand, guidelines | brand, guidelines, write, copy, following, sentry, writing, ui, text, error, messages, empty | | `brevo-automation` | Automate Brevo (formerly Sendinblue) email marketing operations through Composio's Brevo toolkit via Rube MCP. | brevo | brevo, automation, automate, formerly, sendinblue, email, marketing, operations, through, composio, toolkit, via | @@ -198,10 +197,11 @@ Total skills: 1508 | `wordpress-centric-high-seo-optimized-blogwriting-skill` | Generate clean, human-sounding, SEO-optimized WordPress blog posts with optional Yoast metadata, JSON-LD schema markup, and image SEO planning. Supports modu... | writing, blog, seo, content, wordpress | writing, blog, seo, content, wordpress, centric, high, optimized, blogwriting, skill, generate, clean | | `xiaohongshu-content-strategist` | Create viral Xiaohongshu (小红书) content with platform-native strategy, save-rate optimization, trending formats, and search SEO for China's #1 lifestyle platf... | xiaohongshu, chinese-market, content-strategy, social-media, marketing, 红书, 小红书 | xiaohongshu, chinese-market, content-strategy, social-media, marketing, 红书, 小红书, content, strategist, viral, platform, native | -## data-ai (288) +## data-ai (292) | Skill | Description | Tags | Triggers | | --- | --- | --- | --- | +| `2slides-ppt-generator` | AI-powered presentation generation via the 2slides API — create slides from text, match a reference image style, summarize documents into decks, add AI voice... | presentations, slides, powerpoint, ai, api-integration, pdf, narration, document-summarization | presentations, slides, powerpoint, ai, api-integration, pdf, narration, document-summarization, 2slides, ppt, generator, powered | | `adhx` | Fetch any X/Twitter post as clean LLM-friendly JSON. Converts x.com, twitter.com, or adhx.com links into structured data with full article content, author in... | adhx | adhx, fetch, any, twitter, post, clean, llm, friendly, json, converts, com, links | | `advanced-evaluation` | This skill should be used when the user asks to "implement LLM-as-judge", "compare model outputs", "create evaluation rubrics", "mitigate evaluation bias", o... | advanced, evaluation | advanced, evaluation, skill, should, used, user, asks, llm, judge, compare, model, outputs | | `agent-framework-azure-ai-py` | Build persistent agents on Azure AI Foundry using the Microsoft Agent Framework Python SDK. | agent, framework, azure, ai, py | agent, framework, azure, ai, py, persistent, agents, foundry, microsoft, python, sdk | @@ -227,6 +227,7 @@ Total skills: 1508 | `analytics-tracking` | Design, audit, and improve analytics tracking systems that produce reliable, decision-ready data. | analytics, tracking | analytics, tracking, audit, improve, produce, reliable, decision, data | | `andrej-karpathy` | Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes... | coding-guidelines, code-review, llm-coding, simplicity | coding-guidelines, code-review, llm-coding, simplicity, andrej, karpathy, behavioral, guidelines, reduce, common, llm, coding | | `angular-ui-patterns` | Modern Angular UI patterns for loading states, error handling, and data display. Use when building UI components, handling async data, or managing component ... | angular, ui | angular, ui, loading, states, error, handling, data, display, building, components, async, managing | +| `anti-sycophancy` | Eliminate sycophantic agreement patterns in AI responses. Load via /skill anti-sycophancy. | anti, sycophancy | anti, sycophancy, eliminate, sycophantic, agreement, ai, responses, load, via, skill | | `api-documenter` | Master API documentation with OpenAPI 3.1, AI-powered tools, and modern developer experience practices. Create interactive docs, generate SDKs, and build com... | api, documenter | api, documenter, documentation, openapi, ai, powered, developer, experience, interactive, docs, generate, sdks | | `apify-actor-development` | Important: Before you begin, fill in the generatedBy property in the meta section of .actor/actor.json. Replace it with the tool and model you're currently u... | apify, actor | apify, actor, development, important, before, begin, fill, generatedby, property, meta, section, json | | `apify-content-analytics` | Track engagement metrics, measure campaign ROI, and analyze content performance across Instagram, Facebook, YouTube, and TikTok. | apify, content, analytics | apify, content, analytics, track, engagement, metrics, measure, campaign, roi, analyze, performance, instagram | @@ -357,11 +358,12 @@ Total skills: 1508 | `google-analytics-automation` | Automate Google Analytics tasks via Rube MCP (Composio): run reports, list accounts/properties, funnels, pivots, key events. Always search tools first for cu... | google, analytics | google, analytics, automation, automate, tasks, via, rube, mcp, composio, run, reports, list | | `googlesheets-automation` | Automate Google Sheets operations (read, write, format, filter, manage spreadsheets) via Rube MCP (Composio). Read/write data, manage tabs, apply formatting,... | googlesheets | googlesheets, automation, automate, google, sheets, operations, read, write, format, filter, spreadsheets, via | | `graphql` | GraphQL gives clients exactly the data they need - no more, no less. One endpoint, typed schema, introspection. But the flexibility that makes it powerful al... | graphql | graphql, gives, clients, exactly, data, no, less, one, endpoint, typed, schema, introspection | +| `hasdata` | Use HasData APIs for web scraping and structured web data extraction. | hasdata | hasdata, apis, web, scraping, structured, data, extraction | +| `hasdata-cli` | Command-line access to search, scraping, and structured web data. | hasdata, cli | hasdata, cli, command, line, access, search, scraping, structured, web, data | | `helium-mcp` | Connect to Helium's MCP server for news research, media bias analysis, balanced perspectives, stock/options data, and semantic meme search across 3.2M+ artic... | mcp, news, media-bias, stocks, options, finance, research | mcp, news, media-bias, stocks, options, finance, research, helium, connect, server, media, bias | | `hosted-agents-v2-py` | Build hosted agents using Azure AI Projects SDK with ImageBasedHostedAgentDefinition. Use when creating container-based agents in Azure AI Foundry. | hosted, agents, v2, py | hosted, agents, v2, py, azure, ai, sdk, imagebasedhostedagentdefinition, creating, container, foundry | | `hugging-face-community-evals` | Run local evaluations for Hugging Face Hub models with inspect-ai or lighteval. | hugging, face, community, evals | hugging, face, community, evals, run, local, evaluations, hub, models, inspect, ai, lighteval | | `hugging-face-datasets` | Create and manage datasets on Hugging Face Hub. Supports initializing repos, defining configs/system prompts, streaming row updates, and SQL-based dataset qu... | hugging, face, datasets | hugging, face, datasets, hub, supports, initializing, repos, defining, configs, prompts, streaming, row | -| `humanize-chinese` | Detect and rewrite AI-like Chinese text with a practical workflow for scoring, humanization, academic AIGC reduction, and style conversion. Use when the user... | chinese, writing, editing, aigc, academic, style-transfer | chinese, writing, editing, aigc, academic, style-transfer, humanize, detect, rewrite, ai, like, text | | `hybrid-search-implementation` | Combine vector and keyword search for improved retrieval. Use when implementing RAG systems, building search engines, or when neither approach alone provides... | hybrid, search | hybrid, search, combine, vector, keyword, improved, retrieval, implementing, rag, building, engines, neither | | `iconsax-library` | Extensive icon library and AI-driven icon generation skill for premium UI/UX design. | iconsax, library | iconsax, library, extensive, icon, ai, driven, generation, skill, premium, ui, ux | | `image-studio` | Studio de geracao de imagens inteligente — roteamento automatico entre ai-studio-image (fotos humanizadas/influencer) e stability-ai (arte/ ilustracao/edicao... | image-generation, routing, ai-art, photography | image-generation, routing, ai-art, photography, image, studio, de, geracao, imagens, inteligente, roteamento, automatico | @@ -377,6 +379,7 @@ Total skills: 1508 | `libreoffice/base` | Database management, forms, reports, and data operations with LibreOffice Base. | libreoffice/base | libreoffice/base, base, database, forms, reports, data, operations, libreoffice | | `libreoffice/calc` | Spreadsheet creation, format conversion (ODS/XLSX/CSV), formulas, data automation with LibreOffice Calc. | libreoffice/calc | libreoffice/calc, calc, spreadsheet, creation, format, conversion, ods, xlsx, csv, formulas, data, automation | | `libreoffice/draw` | Vector graphics and diagram creation, format conversion (ODG/SVG/PDF) with LibreOffice Draw. | libreoffice/draw | libreoffice/draw, draw, vector, graphics, diagram, creation, format, conversion, odg, svg, pdf, libreoffice | +| `linkedin-content-generator` | AI-powered LinkedIn content suite: generate posts, carousels, newsletters, and 30-day calendars with niche-specific SEO rules and a reinforcement-learning pe... | linkedin, content-creation, social-media, marketing, newsletter, carousel, content-calendar, reinforcement-learning, seo, copywriting | linkedin, content-creation, social-media, marketing, newsletter, carousel, content-calendar, reinforcement-learning, seo, copywriting, content, generator | | `llm-app-patterns` | Production-ready patterns for building LLM applications, inspired by [Dify](https://github.com/langgenius/dify) and industry best practices. | llm, app | llm, app, building, applications, inspired, dify, https, github, com, langgenius, industry | | `llm-application-dev-ai-assistant` | You are an AI assistant development expert specializing in creating intelligent conversational interfaces, chatbots, and AI-powered applications. Design comp... | llm, application, dev, ai | llm, application, dev, ai, assistant, development, specializing, creating, intelligent, conversational, interfaces, chatbots | | `llm-application-dev-langchain-agent` | You are an expert LangChain agent developer specializing in production-grade AI systems using LangChain 0.1+ and LangGraph. | llm, application, dev, langchain, agent | llm, application, dev, langchain, agent, developer, specializing, grade, ai, langgraph | @@ -491,7 +494,7 @@ Total skills: 1508 | `yes-md` | 6-layer AI governance: safety gates, evidence-based debugging, anti-slack detection, and machine-enforced hooks. Makes AI safe, thorough, and honest. | yes, md | yes, md, layer, ai, governance, safety, gates, evidence, debugging, anti, slack, detection | | `youtube-automation` | Automate YouTube tasks via Rube MCP (Composio): upload videos, manage playlists, search content, get analytics, and handle comments. Always search tools firs... | youtube | youtube, automation, automate, tasks, via, rube, mcp, composio, upload, videos, playlists, search | -## development (217) +## development (215) | Skill | Description | Tags | Triggers | | --- | --- | --- | --- | @@ -583,11 +586,9 @@ Total skills: 1508 | `fp-async` | Practical async patterns using TaskEither - clean pipelines instead of try/catch hell, with real API examples | fp-ts, typescript, async, error-handling, practical, promises, api, fetch | fp-ts, typescript, async, error-handling, practical, promises, api, fetch, fp, taskeither, clean, pipelines | | `fp-backend` | Functional programming patterns for Node.js/Deno backend development using fp-ts, ReaderTaskEither, and functional dependency injection | fp-ts, typescript, backend, functional-programming, node, deno, dependency-injection, reader-task-either | fp-ts, typescript, backend, functional-programming, node, deno, dependency-injection, reader-task-either, fp, functional, programming, js | | `fp-errors` | Stop throwing everywhere - handle errors as values using Either and TaskEither for cleaner, more predictable code | fp-ts, error-handling, either, task-either, typescript, validation, practical | fp-ts, error-handling, either, task-either, typescript, validation, practical, fp, errors, stop, throwing, everywhere | -| `fp-pragmatic` | A practical, jargon-free guide to functional programming - the 80/20 approach that gets results without the academic overhead | fp-ts, functional-programming, typescript, pragmatic, beginner-friendly, best-practices | fp-ts, functional-programming, typescript, pragmatic, beginner-friendly, best-practices, fp, practical, jargon, free, functional, programming | | `fp-refactor` | Comprehensive guide for refactoring imperative TypeScript code to fp-ts functional patterns | fp-ts, refactoring, functional-programming, typescript, migration, either, option, task, reader | fp-ts, refactoring, functional-programming, typescript, migration, either, option, task, reader, fp, refactor, imperative | | `fp-taskeither-ref` | Quick reference for TaskEither. Use when user needs async error handling, API calls, or Promise-based operations that can fail. | fp-ts, taskeither, async, promise, error-handling, quick-reference | fp-ts, taskeither, async, promise, error-handling, quick-reference, fp, ref, quick, reference, user, error | | `fp-ts-errors` | Handle errors as values using fp-ts Either and TaskEither for cleaner, more predictable TypeScript code. Use when implementing error handling patterns with f... | fp, ts, errors | fp, ts, errors, handle, values, either, taskeither, cleaner, predictable, typescript, code, implementing | -| `fp-ts-pragmatic` | A practical, jargon-free guide to fp-ts functional programming - the 80/20 approach that gets results without the academic overhead. Use when writing TypeScr... | fp, ts, pragmatic | fp, ts, pragmatic, practical, jargon, free, functional, programming, 80, 20, approach, gets | | `fp-types-ref` | Quick reference for fp-ts types. Use when user asks which type to use, needs Option/Either/Task decision help, or wants fp-ts imports. | fp-ts, typescript, quick-reference, option, either, task | fp-ts, typescript, quick-reference, option, either, task, fp, types, ref, quick, reference, ts | | `frontend-api-integration-patterns` | Production-ready patterns for integrating frontend applications with backend APIs, including race condition handling, request cancellation, retry strategies,... | frontend, api-integration, javascript, react, async | frontend, api-integration, javascript, react, async, api, integration, integrating, applications, backend, apis, including | | `frontend-design` | You are a frontend designer-engineer, not a layout generator. | frontend | frontend, designer, engineer, layout, generator | @@ -713,7 +714,23 @@ Total skills: 1508 | `zod-validation-expert` | Expert in Zod — TypeScript-first schema validation. Covers parsing, custom errors, refinements, type inference, and integration with React Hook Form, Next.js... | zod, validation | zod, validation, typescript, first, schema, covers, parsing, custom, errors, refinements, type, inference | | `zustand-store-ts` | Create Zustand stores following established patterns with proper TypeScript types and middleware. | zustand, store, ts | zustand, store, ts, stores, following, established, proper, typescript, types, middleware | -## general (365) +## education (11) + +| Skill | Description | Tags | Triggers | +| --- | --- | --- | --- | +| `auri-core` | Auri: assistente de voz inteligente (Alexa + Claude claude-opus-4-20250805). Visao do produto, persona Vitoria Neural, stack AWS, modelo Free/Pro/Business/En... | voice-assistant, product-vision, alexa, aws | voice-assistant, product-vision, alexa, aws, auri, core, assistente, de, voz, inteligente, claude, opus | +| `code-documentation-code-explain` | You are a code education expert specializing in explaining complex code through clear narratives, visual diagrams, and step-by-step breakdowns. Transform dif... | code, documentation, explain | code, documentation, explain, education, specializing, explaining, complex, through, clear, narratives, visual, diagrams | +| `content-strategy` | Plan a content strategy, topic clusters, editorial roadmap, and content mix for traffic, authority, and lead generation. Use when deciding what to publish, w... | content | content, plan, topic, clusters, editorial, roadmap, mix, traffic, authority, lead, generation, deciding | +| `examprep-ai` | Exam preparation assistant that converts syllabi, past papers, or notes into a ranked High Score Roadmap. Covers theory, numericals, MCQs, coding, and lab pr... | education, exam-prep, study-guide, question-prediction, syllabus-analysis, revision, students | education, exam-prep, study-guide, question-prediction, syllabus-analysis, revision, students, examprep, ai, exam, preparation, assistant | +| `fp-pragmatic` | A practical, jargon-free guide to functional programming - the 80/20 approach that gets results without the academic overhead | fp-ts, functional-programming, typescript, pragmatic, beginner-friendly, best-practices | fp-ts, functional-programming, typescript, pragmatic, beginner-friendly, best-practices, fp, practical, jargon, free, functional, programming | +| `fp-ts-pragmatic` | A practical, jargon-free guide to fp-ts functional programming - the 80/20 approach that gets results without the academic overhead. Use when writing TypeScr... | fp, ts, pragmatic | fp, ts, pragmatic, practical, jargon, free, functional, programming, 80, 20, approach, gets | +| `humanize-chinese` | Detect and rewrite AI-like Chinese text with a practical workflow for scoring, humanization, academic AIGC reduction, and style conversion. Use when the user... | chinese, writing, editing, aigc, academic, style-transfer | chinese, writing, editing, aigc, academic, style-transfer, humanize, detect, rewrite, ai, like, text | +| `latex-paper-conversion` | This skill should be used when the user asks to convert an academic paper in LaTeX from one format (e.g., Springer, IPOL) to another format (e.g., MDPI, IEEE... | latex, paper, conversion | latex, paper, conversion, skill, should, used, user, asks, convert, academic, one, format | +| `puzzle-activity-planner` | Plan puzzle-based activities for classrooms, parties, and events with pre-configured generator links | education, puzzle, classroom, activity-planning, event | education, puzzle, classroom, activity-planning, event, activity, planner, plan, activities, classrooms, parties, events | +| `seo-plan` | Strategic SEO planning for new or existing websites. Industry-specific templates, competitive analysis, content strategy, and implementation roadmap. Use whe... | seo, plan | seo, plan, strategic, planning, new, existing, websites, industry, specific, competitive, analysis, content | +| `yann-lecun-filosofia` | Sub-skill filosófica e pedagógica de Yann LeCun. | persona, ai-philosophy, open-source, education | persona, ai-philosophy, open-source, education, yann, lecun, filosofia, sub, skill, filos, fica, pedag | + +## general (361) | Skill | Description | Tags | Triggers | | --- | --- | --- | --- | @@ -778,7 +795,6 @@ Total skills: 1508 | `claude-win11-speckit-update-skill` | Windows 11 system management | claude, win11, speckit, update, skill | claude, win11, speckit, update, skill, windows, 11 | | `clean-code` | This skill embodies the principles of "Clean Code" by Robert C. Martin (Uncle Bob). Use it to transform "code that works" into "code that is clean." | clean, code | clean, code, skill, embodies, principles, robert, martin, uncle, bob, transform, works | | `cloudflare-workers-expert` | Expert in Cloudflare Workers and the Edge Computing ecosystem. Covers Wrangler, KV, D1, Durable Objects, and R2 storage. | cloudflare, workers | cloudflare, workers, edge, computing, ecosystem, covers, wrangler, kv, d1, durable, objects, r2 | -| `code-documentation-code-explain` | You are a code education expert specializing in explaining complex code through clear narratives, visual diagrams, and step-by-step breakdowns. Transform dif... | code, documentation, explain | code, documentation, explain, education, specializing, explaining, complex, through, clear, narratives, visual, diagrams | | `code-refactoring-context-restore` | Use when working with code refactoring context restore | code, refactoring, restore | code, refactoring, restore, context, working | | `code-refactoring-tech-debt` | You are a technical debt expert specializing in identifying, quantifying, and prioritizing technical debt in software projects. Analyze the codebase to uncov... | code, refactoring, tech, debt | code, refactoring, tech, debt, technical, specializing, identifying, quantifying, prioritizing, software, analyze, codebase | | `code-review-excellence` | Transform code reviews from gatekeeping to knowledge sharing through constructive feedback, systematic analysis, and collaborative improvement. | code, excellence | code, excellence, review, transform, reviews, gatekeeping, knowledge, sharing, through, constructive, feedback, systematic | @@ -790,7 +806,6 @@ Total skills: 1508 | `comprehensive-review-full-review` | Use when working with comprehensive review full review | comprehensive, full | comprehensive, full, review, working | | `computer-vision-expert` | SOTA Computer Vision Expert (2026). Specialized in YOLO26, Segment Anything 3 (SAM 3), Vision Language Models, and real-time spatial analysis. | computer, vision | computer, vision, sota, 2026, specialized, yolo26, segment, anything, sam, language, models, real | | `concise-planning` | Use when a user asks for a plan for a coding task, to generate a clear, actionable, and atomic checklist. | concise, planning | concise, planning, user, asks, plan, coding, task, generate, clear, actionable, atomic, checklist | -| `content-strategy` | Plan a content strategy, topic clusters, editorial roadmap, and content mix for traffic, authority, and lead generation. Use when deciding what to publish, w... | content | content, plan, topic, clusters, editorial, roadmap, mix, traffic, authority, lead, generation, deciding | | `context-agent` | Agente de contexto para continuidade entre sessoes. Salva resumos, decisoes, tarefas pendentes e carrega briefing automatico na sessao seguinte. | context, session-management, continuity, memory | context, session-management, continuity, memory, agent, agente, de, contexto, para, continuidade, entre, sessoes | | `context-compression` | When agent sessions generate millions of tokens of conversation history, compression becomes mandatory. The naive approach is aggressive compression to minim... | compression | compression, context, agent, sessions, generate, millions, tokens, conversation, history, becomes, mandatory, naive | | `context-fundamentals` | Context is the complete state available to a language model at inference time. It includes everything the model can attend to when generating responses: syst... | fundamentals | fundamentals, context, complete, state, available, language, model, inference, time, includes, everything, attend | @@ -904,7 +919,6 @@ Total skills: 1508 | `julia-pro` | Master Julia 1.10+ with modern features, performance optimization, multiple dispatch, and production-ready practices. | julia | julia, pro, 10, features, performance, optimization, multiple, dispatch | | `lambda-lang` | Native agent-to-agent language for compact multi-agent messaging. A shared tongue agents speak directly, not a translation layer. 340+ atoms across 7 domains... | agent-to-agent, communication, protocol, compression, multi-agent | agent-to-agent, communication, protocol, compression, multi-agent, lambda, lang, native, agent, language, compact, multi | | `last30days` | Research a topic from the last 30 days on Reddit + X + Web, become an expert, and write copy-paste-ready prompts for the user's target tool. | last30days | last30days, research, topic, last, 30, days, reddit, web, become, write, copy, paste | -| `latex-paper-conversion` | This skill should be used when the user asks to convert an academic paper in LaTeX from one format (e.g., Springer, IPOL) to another format (e.g., MDPI, IEEE... | latex, paper, conversion | latex, paper, conversion, skill, should, used, user, asks, convert, academic, one, format | | `lead-magnets` | Plan and optimize lead magnets for email capture and lead generation. Use when designing gated content, checklists, templates, downloadable resources, or oth... | lead, magnets | lead, magnets, plan, optimize, email, capture, generation, designing, gated, content, checklists, downloadable | | `legacy-modernizer` | Refactor legacy codebases, migrate outdated frameworks, and implement gradual modernization. Handles technical debt, dependency updates, and backward compati... | legacy, modernizer | legacy, modernizer, refactor, codebases, migrate, outdated, frameworks, gradual, modernization, technical, debt, dependency | | `leiloeiro-avaliacao` | Avaliacao pericial de imoveis em leilao. Valor de mercado, liquidacao forcada, ABNT NBR 14653, metodos comparativo/renda/custo, CUB e margem de seguranca. | real-estate, valuation, appraisal, brazilian | real-estate, valuation, appraisal, brazilian, leiloeiro, avaliacao, pericial, de, imoveis, em, leilao, valor | @@ -1078,7 +1092,6 @@ Total skills: 1508 | `x-article-publisher-skill` | Publish articles to X/Twitter | x, article, publisher, skill | x, article, publisher, skill, publish, articles, twitter | | `xlsx-official` | Unless otherwise stated by the user or existing template | xlsx, official | xlsx, official, unless, otherwise, stated, user, existing | | `yann-lecun-debate` | Sub-skill de debates e posições de Yann LeCun. Cobre críticas técnicas detalhadas aos LLMs, rivalidades intelectuais (LeCun vs Hinton, Sutskever, Russell, Yu... | persona, ai-debate, llm-criticism, open-source | persona, ai-debate, llm-criticism, open-source, yann, lecun, debate, sub, skill, de, debates, posi | -| `yann-lecun-filosofia` | Sub-skill filosófica e pedagógica de Yann LeCun. | persona, ai-philosophy, open-source, education | persona, ai-philosophy, open-source, education, yann, lecun, filosofia, sub, skill, filos, fica, pedag | | `yann-lecun-tecnico` | Sub-skill técnica de Yann LeCun. Cobre CNNs, LeNet, backpropagation, JEPA (I-JEPA, V-JEPA, MC-JEPA), AMI (Advanced Machinery of Intelligence), Self-Supervise... | persona, cnn, jepa, self-supervised, pytorch | persona, cnn, jepa, self-supervised, pytorch, yann, lecun, tecnico, sub, skill, cnica, de | | `youtube-summarizer` | Extract transcripts from YouTube videos and generate comprehensive, detailed summaries using intelligent analysis frameworks | video, summarization, transcription, youtube, content-analysis | video, summarization, transcription, youtube, content-analysis, summarizer, extract, transcripts, videos, generate, detailed, summaries | | `zipai-optimizer` | Adaptive token optimizer: intelligent filtering, surgical output, ambiguity-first, context-window-aware, VCS-aware, MCP-aware. | zipai, optimizer | zipai, optimizer, adaptive, token, intelligent, filtering, surgical, output, ambiguity, first, context, window | @@ -1227,7 +1240,7 @@ Total skills: 1508 | `workflow-automation` | Workflow automation is the infrastructure that makes AI agents reliable. Without durable execution, a network hiccup during a 10-step payment flow means lost... | | automation, infrastructure, makes, ai, agents, reliable, without, durable, execution, network, hiccup, during | | `youtube-full` | Fetch YouTube transcripts, search videos, browse channels, and extract playlists via TranscriptAPI — no yt-dlp, no Google API key, works from any cloud server. | youtube, transcripts, video-search, channels, playlists, api, transcriptapi | youtube, transcripts, video-search, channels, playlists, api, transcriptapi, full, fetch, search, videos, browse | -## security (179) +## security (181) | Skill | Description | Tags | Triggers | | --- | --- | --- | --- | @@ -1285,6 +1298,8 @@ Total skills: 1508 | `docker-expert` | You are an advanced Docker containerization expert with comprehensive, practical knowledge of container optimization, security hardening, multi-stage builds,... | docker | docker, containerization, practical, knowledge, container, optimization, security, hardening, multi, stage, orchestration, deployment | | `dotnet-backend` | Build ASP.NET Core 8+ backend services with EF Core, auth, background jobs, and production API patterns. | dotnet, backend | dotnet, backend, asp, net, core, ef, auth, background, jobs, api | | `ethical-hacking-methodology` | Master the complete penetration testing lifecycle from reconnaissance through reporting. This skill covers the five stages of ethical hacking methodology, es... | ethical, hacking, methodology | ethical, hacking, methodology, complete, penetration, testing, lifecycle, reconnaissance, through, reporting, skill, covers | +| `event-staffing-compliance` | Assess worker-classification and compliance risk for temporary event staffing in the US and Canada — W-2 vs 1099, misclassification penalties, joint-employer... | event, staffing, compliance | event, staffing, compliance, assess, worker, classification, risk, temporary, us, canada, vs, 1099 | +| `event-staffing-ordering` | Order W-2 compliant temporary event staff for conventions, trade shows, festivals, concerts, sporting events, and brand activations across 300+ US and Canadi... | event, staffing, ordering | event, staffing, ordering, order, compliant, temporary, staff, conventions, trade, shows, festivals, concerts | | `fda-food-safety-auditor` | Expert AI auditor for FDA Food Safety (FSMA), HACCP, and PCQI compliance. Reviews food facility records and preventive controls. | fda, food, safety, auditor | fda, food, safety, auditor, ai, fsma, haccp, pcqi, compliance, reviews, facility, records | | `fda-medtech-compliance-auditor` | Expert AI auditor for Medical Device (SaMD) compliance, IEC 62304, and 21 CFR Part 820. Reviews DHFs, technical files, and software validation. | fda, medtech, compliance, auditor | fda, medtech, compliance, auditor, ai, medical, device, samd, iec, 62304, 21, cfr | | `find-bugs` | Find bugs, security vulnerabilities, and code quality issues in local branch changes. Use when asked to review changes, find bugs, security review, or audit ... | find, bugs | find, bugs, security, vulnerabilities, code, quality, issues, local, branch, changes, asked, review | @@ -1449,7 +1464,7 @@ Total skills: 1508 | `wiki-qa` | Answer repository questions grounded entirely in source code evidence. Use when user asks a question about the codebase, user wants to understand a specific ... | wiki, qa | wiki, qa, answer, repository, questions, grounded, entirely, source, code, evidence, user, asks | | `windows-privilege-escalation` | Provide systematic methodologies for discovering and exploiting privilege escalation vulnerabilities on Windows systems during penetration testing engagements. | windows, privilege, escalation | windows, privilege, escalation, provide, systematic, methodologies, discovering, exploiting, vulnerabilities, during, penetration, testing | -## workflow (103) +## workflow (105) | Skill | Description | Tags | Triggers | | --- | --- | --- | --- | @@ -1459,6 +1474,7 @@ Total skills: 1508 | `agent-orchestrator` | Meta-skill que orquestra todos os agentes do ecossistema. Scan automatico de skills, match por capacidades, coordenacao de workflows multi-skill e registry m... | orchestration, multi-agent, workflow, automation | orchestration, multi-agent, workflow, automation, agent, orchestrator, meta, skill, que, orquestra, todos, os | | `airtable-automation` | Automate Airtable tasks via Rube MCP (Composio): records, bases, tables, fields, views. Always search tools first for current schemas. | airtable | airtable, automation, automate, tasks, via, rube, mcp, composio, records, bases, tables, fields | | `amplitude-automation` | Automate Amplitude tasks via Rube MCP (Composio): events, user activity, cohorts, user identification. Always search tools first for current schemas. | amplitude | amplitude, automation, automate, tasks, via, rube, mcp, composio, events, user, activity, cohorts | +| `antigravity-agent-manager` | Configure and orchestrate parallel agents using the standalone Antigravity 2.0 Agent Manager and Antigravity IDE. | agent-manager, orchestration, multi-agent, setup | agent-manager, orchestration, multi-agent, setup, antigravity, agent, manager, configure, orchestrate, parallel, agents, standalone | | `antigravity-skill-orchestrator` | A meta-skill that understands task requirements, dynamically selects appropriate skills, tracks successful skill combinations using agent-memory-mcp, and pre... | orchestration, meta-skill, agent-memory, task-evaluation | orchestration, meta-skill, agent-memory, task-evaluation, antigravity, skill, orchestrator, meta, understands, task, requirements, dynamically | | `apify-influencer-discovery` | Find and evaluate influencers for brand partnerships, verify authenticity, and track collaboration performance across Instagram, Facebook, YouTube, and TikTok. | apify, influencer, discovery | apify, influencer, discovery, find, evaluate, influencers, brand, partnerships, verify, authenticity, track, collaboration | | `asana-automation` | Automate Asana tasks via Rube MCP (Composio): tasks, projects, sections, teams, workspaces. Always search tools first for current schemas. | asana | asana, automation, automate, tasks, via, rube, mcp, composio, sections, teams, workspaces, always | @@ -1535,6 +1551,7 @@ Total skills: 1508 | `sentry-automation` | Automate Sentry tasks via Rube MCP (Composio): manage issues/events, configure alerts, track releases, monitor projects and teams. Always search tools first ... | sentry | sentry, automation, automate, tasks, via, rube, mcp, composio, issues, events, configure, alerts | | `shopify-automation` | Automate Shopify tasks via Rube MCP (Composio): products, orders, customers, inventory, collections. Always search tools first for current schemas. | shopify | shopify, automation, automate, tasks, via, rube, mcp, composio, products, orders, customers, inventory | | `slack-automation` | Automate Slack workspace operations including messaging, search, channel management, and reaction workflows through Composio's Slack toolkit. | slack | slack, automation, automate, workspace, operations, including, messaging, search, channel, reaction, through, composio | +| `smart-git-automation` | Smart change detection, auto branch naming, and streamlined commit/PR workflow | git | git, smart, automation, change, detection, auto, branch, naming, streamlined, commit, pr | | `square-automation` | Automate Square tasks via Rube MCP (Composio): payments, orders, invoices, locations. Always search tools first for current schemas. | square | square, automation, automate, tasks, via, rube, mcp, composio, payments, orders, invoices, locations | | `stripe-automation` | Automate Stripe tasks via Rube MCP (Composio): customers, charges, subscriptions, invoices, products, refunds. Always search tools first for current schemas. | stripe | stripe, automation, automate, tasks, via, rube, mcp, composio, customers, charges, subscriptions, invoices | | `subagent-orchestrator` | Coordinate quota-aware parallel subagents for large, multi-file Antigravity tasks. | subagents, orchestration, quota, parallel, multi-agent | subagents, orchestration, quota, parallel, multi-agent, subagent, orchestrator, coordinate, aware, large, multi, file | diff --git a/antigravity-awesome-skills/CHANGELOG.md b/antigravity-awesome-skills/CHANGELOG.md index 9e5d2d9a..02ec9c67 100644 --- a/antigravity-awesome-skills/CHANGELOG.md +++ b/antigravity-awesome-skills/CHANGELOG.md @@ -9,6 +9,53 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [12.1.0] - 2026-06-05 - "Community Skills, Release Sync, and Dependency Hardening" + +> Installable skill library update for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and related AI coding assistants. + +Start here: + +- Install: `npx antigravity-awesome-skills --help` +- Choose your tool: [README.md#choose-your-tool](README.md#choose-your-tool) +- Best skills by tool: [README.md#best-skills-by-tool](README.md#best-skills-by-tool) +- Bundles: [docs/users/bundles.md](docs/users/bundles.md) +- Workflows: [docs/users/workflows.md](docs/users/workflows.md) + +This release packages the June 5 maintainer batch: accepted community PRs, dependency security updates, web-app SEO count fixes, generated registry sync, and data-use guardrails for scraping-oriented documentation. The catalog is synced to 1,520+ skills. + +## New Skills + +- **antigravity-agent-manager** - agent lifecycle and project orchestration guidance for Antigravity workflows. +- **linkedin-content-generator** - LinkedIn post, carousel, newsletter, and content-calendar generation helpers. +- **event-staffing-ordering** - staffing-order workflow guidance for event operations. +- **event-staffing-compliance** - compliance review guidance for event staffing workflows. +- **2slides-ppt-generator** - 2Slides API workflows for generating, exporting, and narrating presentation decks. +- **examprep-ai** - education and exam-preparation assistant workflows. +- **hasdata** - HasData API workflows for compliant web-data collection. +- **hasdata-cli** - HasData CLI workflows with safer install guidance and data-use guardrails. +- **anti-sycophancy** - prompt and review patterns for reducing agreement bias in AI assistants. +- **permission-manager** - permission review and approval-flow guidance for agent work. +- **skill-suggester** - skill recommendation workflow for routing tasks to relevant playbooks. +- **smart-git-automation** - Git automation patterns for safer repository operations. + +## Improvements + +- Updated React Router dependencies to resolve the current high-severity Dependabot/audit findings. +- Hardened `vercel-optimize` sanitizer coverage and star-history refresh automation. +- Fixed web-app SEO count verification after the catalog grew to 1,520+ skills. +- Synced generated registry, catalog, compatibility reports, plugin mirrors, docs, sitemap, and web assets for the 1,520-skill catalog. +- Tightened scraping-related wording and documentation safety guidance for HasData skills. + +## Credits + +- **[@PzocikErwin](https://github.com/PzocikErwin)** for PR #652 (`antigravity-agent-manager`). +- **[@sarveshtalele](https://github.com/sarveshtalele)** for PR #654 (`linkedin-content-generator`). +- **[@kissmyabs32](https://github.com/kissmyabs32)** for PR #655 (`event-staffing-ordering`, `event-staffing-compliance`). +- **[@2slides](https://github.com/2slides)** for PR #656 (`2slides-ppt-generator`). +- **[@WHOISABHISHEKADHIKARI](https://github.com/WHOISABHISHEKADHIKARI)** for PR #657 (`examprep-ai`). +- **[@valka465](https://github.com/valka465)** for PR #651 (`hasdata`, `hasdata-cli`). +- **[@FrancoStino](https://github.com/FrancoStino)** and **[mskadu/opencode-agent-skills](https://github.com/mskadu/opencode-agent-skills)** for PR #653 (`anti-sycophancy`, `permission-manager`, `skill-suggester`, `smart-git-automation`). + ## [12.0.0] - 2026-06-03 - "Specialized Plugins, Discovery SEO, and Community Skill Intake" > Installable skill library update for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and related AI coding assistants. diff --git a/antigravity-awesome-skills/README.md b/antigravity-awesome-skills/README.md index fcc250cb..a4519322 100644 --- a/antigravity-awesome-skills/README.md +++ b/antigravity-awesome-skills/README.md @@ -1,9 +1,9 @@ - + [![Antigravity Awesome Skills hero](assets/aas-readme-hero.jpeg)](https://github.com/sickn33/antigravity-awesome-skills) -# 🌌 Antigravity Awesome Skills: 1,508+ Agentic Skills for Claude Code, Gemini CLI, Cursor, Copilot & More +# 🌌 Antigravity Awesome Skills: 1,520+ Agentic Skills for Claude Code, Gemini CLI, Cursor, Copilot & More -> **Installable GitHub library of 1,508+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and other AI coding assistants.** +> **Installable GitHub library of 1,520+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and other AI coding assistants.** Antigravity Awesome Skills is an installable GitHub library and npm installer for reusable `SKILL.md` playbooks. It is designed for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, Kiro, OpenCode, GitHub Copilot, and other AI coding assistants that benefit from structured operating instructions. Instead of collecting one-off prompt snippets, this repository gives you a searchable, installable catalog of skills, bundles, workflows, plugin-safe distributions, and practical docs that help agents perform recurring tasks with better context, stronger constraints, and clearer outputs. @@ -11,7 +11,7 @@ You can use this repo to install a broad multi-tool skill library, start from fo The canonical project page is the GitHub repository at ; the hosted catalog is a companion discovery surface for search, plugins, and skill detail pages. -**Start here:** [Install in 1 minute](#installation) · [Recommended plugins](#recommended-specialized-plugins) · [Compare plugin packs](https://sickn33.github.io/antigravity-awesome-skills/plugins) · [Choose your tool](#choose-your-tool) · [📚 Browse 1,508+ Skills](#browse-1508-skills) · [Bundles & workflows](#bundles--workflows) · [Support the project](#support-the-project) +**Start here:** [Install in 1 minute](#installation) · [Recommended plugins](#recommended-specialized-plugins) · [Compare plugin packs](https://sickn33.github.io/antigravity-awesome-skills/plugins) · [Choose your tool](#choose-your-tool) · [📚 Browse 1,520+ Skills](#browse-1520-skills) · [Bundles & workflows](#bundles--workflows) · [Support the project](#support-the-project) [![GitHub stars](https://img.shields.io/badge/⭐%2040%2C000%2B%20Stars-gold?style=for-the-badge)](https://github.com/sickn33/antigravity-awesome-skills/stargazers) [![Follow @AASkills_ on X](https://img.shields.io/badge/Follow-%40AASkills__-black?style=for-the-badge&logo=x)](https://x.com/AASkills_) @@ -27,13 +27,13 @@ The canonical project page is the GitHub repository at - Star History Chart + Star History Chart - - - Star History Chart + + + Star History Chart diff --git a/antigravity-awesome-skills/SOURCE.md b/antigravity-awesome-skills/SOURCE.md index 4aff8100..9175205d 100644 --- a/antigravity-awesome-skills/SOURCE.md +++ b/antigravity-awesome-skills/SOURCE.md @@ -1,8 +1,8 @@ # Source - Repo: https://github.com/sickn33/antigravity-awesome-skills -- Ref: 96e6849b1d8f69b8dbe7907fcc0f890b00476eb9 +- Ref: 9d486d0899e0c4474939861469ac43339f128344 - Remove-Paths: -- Snapshot: 2026-06-05 +- Snapshot: 2026-06-06 - Sync-Mode: copy_skill_dirs - Notes: vendored into playbook branch thirdparty/skill diff --git a/antigravity-awesome-skills/apps/web-app/index.html b/antigravity-awesome-skills/apps/web-app/index.html index 6d1e71b5..b15e91d4 100644 --- a/antigravity-awesome-skills/apps/web-app/index.html +++ b/antigravity-awesome-skills/apps/web-app/index.html @@ -10,15 +10,15 @@ - + - - + + - - + + @@ -26,7 +26,7 @@ - Antigravity Awesome Skills | 1,508+ AI coding skills and plugins + Antigravity Awesome Skills | 1,520+ AI coding skills and plugins
diff --git a/antigravity-awesome-skills/apps/web-app/package-lock.json b/antigravity-awesome-skills/apps/web-app/package-lock.json index 939a2233..a4033b1e 100644 --- a/antigravity-awesome-skills/apps/web-app/package-lock.json +++ b/antigravity-awesome-skills/apps/web-app/package-lock.json @@ -19,7 +19,7 @@ "react": "^19.2.0", "react-dom": "^19.2.0", "react-markdown": "^10.1.0", - "react-router-dom": "^7.13.0", + "react-router-dom": "^7.17.0", "react-virtuoso": "^4.18.3", "rehype-highlight": "^7.0.2", "remark-gfm": "^4.0.1", @@ -6406,9 +6406,9 @@ } }, "node_modules/react-router": { - "version": "7.13.0", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.13.0.tgz", - "integrity": "sha512-PZgus8ETambRT17BUm/LL8lX3Of+oiLaPuVTRH3l1eLvSPpKO3AvhAEb5N7ihAFZQrYDqkvvWfFh9p0z9VsjLw==", + "version": "7.17.0", + "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.17.0.tgz", + "integrity": "sha512-FDELK7rTMlCHO5+reyXsPlmfr7N1F91lPHsWYfMEGQm/KQ+F4JFM8jGoeQDmDvdTs93Fw9aSilH+uKRb4/jXvQ==", "license": "MIT", "dependencies": { "cookie": "^1.0.1", @@ -6428,12 +6428,12 @@ } }, "node_modules/react-router-dom": { - "version": "7.13.0", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.13.0.tgz", - "integrity": "sha512-5CO/l5Yahi2SKC6rGZ+HDEjpjkGaG/ncEP7eWFTvFxbHP8yeeI0PxTDjimtpXYlR3b3i9/WIL4VJttPrESIf2g==", + "version": "7.17.0", + "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.17.0.tgz", + "integrity": "sha512-fyU2yjGups/hE6Xz0I5ZYbVL8Gx29eCjgpHaRaTaVU+OOAdfRX05KsvyRm0GO8YQwOkhpU3MurW1jyMUJn+zSw==", "license": "MIT", "dependencies": { - "react-router": "7.13.0" + "react-router": "7.17.0" }, "engines": { "node": ">=20.0.0" diff --git a/antigravity-awesome-skills/apps/web-app/package.json b/antigravity-awesome-skills/apps/web-app/package.json index a9d3b3fb..bbb054b0 100644 --- a/antigravity-awesome-skills/apps/web-app/package.json +++ b/antigravity-awesome-skills/apps/web-app/package.json @@ -27,7 +27,7 @@ "react": "^19.2.0", "react-dom": "^19.2.0", "react-markdown": "^10.1.0", - "react-router-dom": "^7.13.0", + "react-router-dom": "^7.17.0", "react-virtuoso": "^4.18.3", "rehype-highlight": "^7.0.2", "remark-gfm": "^4.0.1", diff --git a/antigravity-awesome-skills/apps/web-app/public/llms.txt b/antigravity-awesome-skills/apps/web-app/public/llms.txt index d9a4390d..f6897f4a 100644 --- a/antigravity-awesome-skills/apps/web-app/public/llms.txt +++ b/antigravity-awesome-skills/apps/web-app/public/llms.txt @@ -1,11 +1,11 @@ # Antigravity Awesome Skills -> Installable GitHub library of 1,508+ agentic SKILL.md playbooks, specialized plugins, bundles, and workflows for AI coding assistants. +> Installable GitHub library of 1,520+ agentic SKILL.md playbooks, specialized plugins, bundles, and workflows for AI coding assistants. ## Key Facts - Current release: V11.11.0. -- Skill count: 1,508+. +- Skill count: 1,520+. - Primary install command: `npx antigravity-awesome-skills`. - Supported hosts include Claude Code, Cursor, Codex CLI, 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,508+ reusable SKILL.md playbooks for AI coding assistants. It supports Claude Code, Cursor, Codex CLI, 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,520+ reusable SKILL.md playbooks for AI coding assistants. It supports Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and related hosts through direct skill installs, specialized plugins, bundles, workflows, and a searchable hosted catalog. diff --git a/antigravity-awesome-skills/apps/web-app/public/sitemap.xml b/antigravity-awesome-skills/apps/web-app/public/sitemap.xml index 2a6ee932..a01250e9 100644 --- a/antigravity-awesome-skills/apps/web-app/public/sitemap.xml +++ b/antigravity-awesome-skills/apps/web-app/public/sitemap.xml @@ -2,253 +2,253 @@ http://localhost/ - 2026-06-03 + 2026-06-05 daily 1.0 http://localhost/plugins - 2026-06-03 + 2026-06-05 + weekly + 0.7 + + + http://localhost/skill/2slides-ppt-generator + 2026-06-05 + weekly + 0.7 + + + http://localhost/skill/anti-sycophancy + 2026-06-05 + weekly + 0.7 + + + http://localhost/skill/event-staffing-compliance + 2026-06-05 + weekly + 0.7 + + + http://localhost/skill/event-staffing-ordering + 2026-06-05 + weekly + 0.7 + + + http://localhost/skill/examprep-ai + 2026-06-05 + weekly + 0.7 + + + http://localhost/skill/permission-manager + 2026-06-05 + weekly + 0.7 + + + http://localhost/skill/skill-suggester + 2026-06-05 + weekly + 0.7 + + + http://localhost/skill/smart-git-automation + 2026-06-05 + weekly + 0.7 + + + http://localhost/skill/antigravity-agent-manager + 2026-06-05 + weekly + 0.7 + + + http://localhost/skill/hasdata + 2026-06-05 + weekly + 0.7 + + + http://localhost/skill/hasdata-cli + 2026-06-05 + weekly + 0.7 + + + http://localhost/skill/linkedin-content-generator + 2026-06-05 weekly 0.7 http://localhost/skill/accesslint-audit - 2026-06-03 + 2026-06-05 weekly 0.7 http://localhost/skill/accesslint-diff - 2026-06-03 + 2026-06-05 weekly 0.7 http://localhost/skill/accesslint-scan - 2026-06-03 + 2026-06-05 weekly 0.7 http://localhost/skill/composition-patterns - 2026-06-03 + 2026-06-05 weekly 0.7 http://localhost/skill/debugging-toolkit - 2026-06-03 + 2026-06-05 weekly 0.7 http://localhost/skill/deploy-to-vercel - 2026-06-03 + 2026-06-05 weekly 0.7 http://localhost/skill/polis-protocol - 2026-06-03 + 2026-06-05 weekly 0.7 http://localhost/skill/python-development - 2026-06-03 + 2026-06-05 weekly 0.7 http://localhost/skill/react-native-skills - 2026-06-03 + 2026-06-05 weekly 0.7 http://localhost/skill/skill-issue - 2026-06-03 + 2026-06-05 weekly 0.7 http://localhost/skill/tdd-workflows - 2026-06-03 + 2026-06-05 weekly 0.7 http://localhost/skill/vercel-cli-with-tokens - 2026-06-03 + 2026-06-05 weekly 0.7 http://localhost/skill/vercel-optimize - 2026-06-03 + 2026-06-05 weekly 0.7 http://localhost/skill/vercel-react-view-transitions - 2026-06-03 + 2026-06-05 weekly 0.7 http://localhost/skill/doc2math - 2026-06-03 + 2026-06-05 weekly 0.7 http://localhost/skill/moatmri - 2026-06-03 + 2026-06-05 weekly 0.7 http://localhost/skill/nextjs-seo-indexing - 2026-06-03 + 2026-06-05 weekly 0.7 http://localhost/skill/schema-markup-generator - 2026-06-03 + 2026-06-05 weekly 0.7 http://localhost/skill/social-metadata-hardening - 2026-06-03 + 2026-06-05 weekly 0.7 http://localhost/skill/user-thoughts - 2026-06-03 + 2026-06-05 weekly 0.7 http://localhost/skill/vibe-code-cleanup - 2026-06-03 + 2026-06-05 weekly 0.7 http://localhost/skill/vibecode-production-qa-validator - 2026-06-03 + 2026-06-05 weekly 0.7 http://localhost/skill/yield-intelligence - 2026-06-03 + 2026-06-05 weekly 0.7 http://localhost/skill/container-security-hardening - 2026-06-03 + 2026-06-05 weekly 0.7 http://localhost/skill/github-actions-advanced - 2026-06-03 + 2026-06-05 weekly 0.7 http://localhost/skill/longbridge - 2026-06-03 + 2026-06-05 weekly 0.7 http://localhost/skill/youtube-full - 2026-06-03 + 2026-06-05 weekly 0.7 http://localhost/skill/runaway-guard - 2026-06-03 - weekly - 0.7 - - - http://localhost/skill/bumblebee - 2026-06-03 - weekly - 0.7 - - - http://localhost/skill/decision-navigator - 2026-06-03 - weekly - 0.7 - - - http://localhost/skill/complexity-cuts - 2026-06-03 - weekly - 0.7 - - - http://localhost/skill/ii-commons - 2026-06-03 - weekly - 0.7 - - - http://localhost/skill/invariant-guard - 2026-06-03 - weekly - 0.7 - - - http://localhost/skill/lemmaly - 2026-06-03 - weekly - 0.7 - - - http://localhost/skill/mathguard - 2026-06-03 - weekly - 0.7 - - - http://localhost/skill/textme - 2026-06-03 - weekly - 0.7 - - - http://localhost/skill/geminiignore-finops - 2026-06-03 - weekly - 0.7 - - - http://localhost/skill/socialclaw - 2026-06-03 - weekly - 0.7 - - - http://localhost/skill/flowhunt-skill - 2026-06-03 - weekly - 0.7 - - - http://localhost/skill/mesh-memory - 2026-06-03 + 2026-06-05 weekly 0.7 diff --git a/antigravity-awesome-skills/apps/web-app/public/skills.json.backup b/antigravity-awesome-skills/apps/web-app/public/skills.json.backup index 0c14aa1c..13bd9ad4 100644 --- a/antigravity-awesome-skills/apps/web-app/public/skills.json.backup +++ b/antigravity-awesome-skills/apps/web-app/public/skills.json.backup @@ -109,6 +109,28 @@ "reasons": [] } }, + { + "id": "2slides-ppt-generator", + "path": "skills/2slides-ppt-generator", + "category": "api-integration", + "name": "2slides-ppt-generator", + "description": "AI-powered presentation generation via the 2slides API \u2014 create slides from text, match a reference image style, summarize documents into decks, add AI voice narration, and export pages/audio. Use for any \"make slides\", \"create a deck\", or \"slides from this document\" request.", + "risk": "safe", + "source": "community", + "date_added": "2026-06-05", + "plugin": { + "targets": { + "codex": "supported", + "claude": "supported" + }, + "setup": { + "type": "none", + "summary": "", + "docs": null + }, + "reasons": [] + } + }, { "id": "3d-games", "path": "skills/game-development/3d-games", @@ -1615,6 +1637,52 @@ "reasons": [] } }, + { + "id": "anti-sycophancy", + "path": "skills/anti-sycophancy", + "category": "uncategorized", + "name": "anti-sycophancy", + "description": "Eliminate sycophantic agreement patterns in AI responses. Load via /skill anti-sycophancy.", + "risk": "safe", + "source": "community", + "date_added": "2026-06-05", + "plugin": { + "targets": { + "codex": "supported", + "claude": "supported" + }, + "setup": { + "type": "none", + "summary": "", + "docs": null + }, + "reasons": [] + } + }, + { + "id": "antigravity-agent-manager", + "path": "skills/antigravity-agent-manager", + "category": "general", + "name": "antigravity-agent-manager", + "description": "Configure and orchestrate parallel agents using the standalone Antigravity 2.0 Agent Manager and Antigravity IDE.", + "risk": "critical", + "source": "self", + "date_added": "2026-06-04", + "plugin": { + "targets": { + "codex": "blocked", + "claude": "blocked" + }, + "setup": { + "type": "none", + "summary": "", + "docs": null + }, + "reasons": [ + "absolute_host_path" + ] + } + }, { "id": "antigravity-design-expert", "path": "skills/antigravity-design-expert", @@ -12003,6 +12071,50 @@ "reasons": [] } }, + { + "id": "event-staffing-compliance", + "path": "skills/event-staffing-compliance", + "category": "uncategorized", + "name": "event-staffing-compliance", + "description": "Assess worker-classification and compliance risk for temporary event staffing in the US and Canada \u2014 W-2 vs 1099, misclassification penalties, joint-employer liability, COI, and wage/hour rules. Includes live state-by-state lookups via MCP.", + "risk": "safe", + "source": "community", + "date_added": "2026-06-05", + "plugin": { + "targets": { + "codex": "supported", + "claude": "supported" + }, + "setup": { + "type": "none", + "summary": "", + "docs": null + }, + "reasons": [] + } + }, + { + "id": "event-staffing-ordering", + "path": "skills/event-staffing-ordering", + "category": "uncategorized", + "name": "event-staffing-ordering", + "description": "Order W-2 compliant temporary event staff for conventions, trade shows, festivals, concerts, sporting events, and brand activations across 300+ US and Canadian markets via TempGuru. Covers city coverage, role pricing, availability, state compliance lookups via MCP, and request submission.", + "risk": "safe", + "source": "community", + "date_added": "2026-06-05", + "plugin": { + "targets": { + "codex": "supported", + "claude": "supported" + }, + "setup": { + "type": "none", + "summary": "", + "docs": null + }, + "reasons": [] + } + }, { "id": "event-store-design", "path": "skills/event-store-design", @@ -12069,6 +12181,28 @@ "reasons": [] } }, + { + "id": "examprep-ai", + "path": "skills/examprep-ai", + "category": "education", + "name": "examprep-ai", + "description": "Exam preparation assistant that converts syllabi, past papers, or notes into a ranked High Score Roadmap. Covers theory, numericals, MCQs, coding, and lab prep, ordered Easy \u2192 Medium \u2192 Hard. Use for last-minute revision, important topics, and question prediction.", + "risk": "safe", + "source": "community", + "date_added": "2026-06-05", + "plugin": { + "targets": { + "codex": "supported", + "claude": "supported" + }, + "setup": { + "type": "none", + "summary": "", + "docs": null + }, + "reasons": [] + } + }, { "id": "executing-plans", "path": "skills/executing-plans", @@ -14907,6 +15041,50 @@ "reasons": [] } }, + { + "id": "hasdata", + "path": "skills/hasdata", + "category": "uncategorized", + "name": "hasdata", + "description": "Use HasData APIs for web scraping and structured web data extraction.", + "risk": "safe", + "source": "official", + "date_added": "2026-06-04", + "plugin": { + "targets": { + "codex": "supported", + "claude": "supported" + }, + "setup": { + "type": "none", + "summary": "", + "docs": null + }, + "reasons": [] + } + }, + { + "id": "hasdata-cli", + "path": "skills/hasdata-cli", + "category": "uncategorized", + "name": "hasdata-cli", + "description": "Command-line access to search, scraping, and structured web data.", + "risk": "safe", + "source": "official", + "date_added": "2026-06-04", + "plugin": { + "targets": { + "codex": "supported", + "claude": "supported" + }, + "setup": { + "type": "none", + "summary": "", + "docs": null + }, + "reasons": [] + } + }, { "id": "haskell-pro", "path": "skills/haskell-pro", @@ -17927,6 +18105,30 @@ "reasons": [] } }, + { + "id": "linkedin-content-generator", + "path": "skills/linkedin-content-generator", + "category": "marketing", + "name": "linkedin-content-generator", + "description": "AI-powered LinkedIn content suite: generate posts, carousels, newsletters, and 30-day calendars with niche-specific SEO rules and a reinforcement-learning personal memory system.", + "risk": "safe", + "source": "community", + "date_added": "2026-06-04", + "plugin": { + "targets": { + "codex": "blocked", + "claude": "supported" + }, + "setup": { + "type": "none", + "summary": "", + "docs": null + }, + "reasons": [ + "target_specific_home_path" + ] + } + }, { "id": "linkedin-profile-optimizer", "path": "skills/linkedin-profile-optimizer", @@ -22434,6 +22636,28 @@ "reasons": [] } }, + { + "id": "permission-manager", + "path": "skills/permission-manager", + "category": "uncategorized", + "name": "permission-manager", + "description": "Manage opencode permissions: review always-allow lists, suggest safe read-only commands, configure permission patterns", + "risk": "critical", + "source": "community", + "date_added": "2026-06-05", + "plugin": { + "targets": { + "codex": "supported", + "claude": "supported" + }, + "setup": { + "type": "none", + "summary": "", + "docs": null + }, + "reasons": [] + } + }, { "id": "personal-tool-builder", "path": "skills/personal-tool-builder", @@ -27536,6 +27760,28 @@ "reasons": [] } }, + { + "id": "skill-suggester", + "path": "skills/skill-suggester", + "category": "meta", + "name": "skill-suggester", + "description": "Scan prompt history for recurring patterns and unmet needs, then propose new skills or command templates", + "risk": "safe", + "source": "community", + "date_added": "2026-06-05", + "plugin": { + "targets": { + "codex": "supported", + "claude": "supported" + }, + "setup": { + "type": "none", + "summary": "", + "docs": null + }, + "reasons": [] + } + }, { "id": "skill-writer", "path": "skills/skill-writer", @@ -27714,6 +27960,28 @@ "reasons": [] } }, + { + "id": "smart-git-automation", + "path": "skills/smart-git-automation", + "category": "automation", + "name": "smart-git-automation", + "description": "Smart change detection, auto branch naming, and streamlined commit/PR workflow", + "risk": "critical", + "source": "community", + "date_added": "2026-06-05", + "plugin": { + "targets": { + "codex": "supported", + "claude": "supported" + }, + "setup": { + "type": "none", + "summary": "", + "docs": null + }, + "reasons": [] + } + }, { "id": "smtp-penetration-testing", "path": "skills/smtp-penetration-testing", diff --git a/antigravity-awesome-skills/apps/web-app/public/social-card.svg b/antigravity-awesome-skills/apps/web-app/public/social-card.svg index 5bcc53ac..3b7c690a 100644 --- a/antigravity-awesome-skills/apps/web-app/public/social-card.svg +++ b/antigravity-awesome-skills/apps/web-app/public/social-card.svg @@ -1,6 +1,6 @@ Antigravity Awesome Skills social card - Social preview for Antigravity Awesome Skills with a 1,508 plus agentic skills headline and supported tools including Claude Code, Cursor, Codex CLI, Gemini CLI, and Antigravity. + Social preview for Antigravity Awesome Skills with a 1,520 plus agentic skills headline and supported tools including Claude Code, Cursor, Codex CLI, Gemini CLI, and Antigravity. @@ -32,7 +32,7 @@ INSTALLABLE GITHUB LIBRARY - 1,508+ Agentic Skills + 1,520+ Agentic Skills For Claude Code, Cursor, Codex CLI, Gemini CLI, diff --git a/antigravity-awesome-skills/apps/web-app/scripts/prerender-routes.js b/antigravity-awesome-skills/apps/web-app/scripts/prerender-routes.js index 29755af4..bfcfd6dc 100644 --- a/antigravity-awesome-skills/apps/web-app/scripts/prerender-routes.js +++ b/antigravity-awesome-skills/apps/web-app/scripts/prerender-routes.js @@ -9,7 +9,7 @@ const PUBLIC_DIR = path.join(ROOT_DIR, 'public'); const TEMPLATE_PATH = path.join(DIST_DIR, 'index.html'); const SKILLS_PATH = path.join(PUBLIC_DIR, 'skills.json'); -const HOME_CATALOG_COUNT_FALLBACK = 1508; +const HOME_CATALOG_COUNT_FALLBACK = 1520; const PRERENDER_SOCIAL_IMAGE = 'social-card.svg'; const SITE_NAME = 'Antigravity Awesome Skills'; const REPOSITORY_URL = 'https://github.com/sickn33/antigravity-awesome-skills'; @@ -18,7 +18,7 @@ const FAQ_ITEMS = [ { question: 'What is Antigravity Awesome Skills?', answer: - 'Antigravity Awesome Skills is an installable GitHub library of 1,508+ reusable SKILL.md playbooks for AI coding assistants. It supports Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and related hosts through direct skill installs, specialized plugins, bundles, workflows, and a searchable catalog.', + 'Antigravity Awesome Skills is an installable GitHub library of 1,520+ reusable SKILL.md playbooks for AI coding assistants. It supports Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and related hosts through direct skill installs, specialized plugins, bundles, workflows, and a searchable catalog.', }, { question: 'How do I install Antigravity Awesome Skills?', diff --git a/antigravity-awesome-skills/apps/web-app/scripts/verify-seo-assets.js b/antigravity-awesome-skills/apps/web-app/scripts/verify-seo-assets.js index a26b4ef1..1011f136 100644 --- a/antigravity-awesome-skills/apps/web-app/scripts/verify-seo-assets.js +++ b/antigravity-awesome-skills/apps/web-app/scripts/verify-seo-assets.js @@ -276,7 +276,7 @@ export function assertIndexDiscoveryMeta(htmlText) { twitterDescription, ].join(' '); - assert(combined.includes('1,508+'), 'Home SEO metadata must expose the current 1,508+ skill count.'); + assert(combined.includes('1,520+'), 'Home SEO metadata must expose the current 1,520+ skill count.'); assert(combined.includes('specialized plugins'), 'Home SEO metadata must mention specialized plugins.'); assert(!combined.includes('prompt templates'), 'Home SEO metadata must not use stale prompt-template positioning.'); assertJsonLdTypes(htmlText, ['CollectionPage', 'Organization', 'WebSite', 'SoftwareSourceCode', 'FAQPage']); @@ -344,7 +344,7 @@ export function assertLlms(llmsText) { const text = String(llmsText ?? ''); const requiredSnippets = [ '# Antigravity Awesome Skills', - '1,508+', + '1,520+', 'specialized plugins', 'Claude Code', 'Codex CLI', diff --git a/antigravity-awesome-skills/apps/web-app/scripts/verify-seo-assets.test.js b/antigravity-awesome-skills/apps/web-app/scripts/verify-seo-assets.test.js index 49b8d383..46291638 100644 --- a/antigravity-awesome-skills/apps/web-app/scripts/verify-seo-assets.test.js +++ b/antigravity-awesome-skills/apps/web-app/scripts/verify-seo-assets.test.js @@ -78,7 +78,7 @@ describe('seo assets verification helpers', () => { it('requires llms.txt discovery signals', () => { const llms = ` # Antigravity Awesome Skills - 1,508+ agentic skills with specialized plugins for Claude Code and Codex CLI. + 1,520+ agentic skills with specialized plugins for Claude Code and Codex CLI. https://github.com/sickn33/antigravity-awesome-skills Canonical source of truth: the GitHub repository is the primary project URL. `; @@ -104,12 +104,12 @@ describe('seo assets verification helpers', () => { const html = ` - Antigravity Awesome Skills | 1,508+ AI coding skills and plugins - - - - - + Antigravity Awesome Skills | 1,520+ AI coding skills and plugins + + + + +