-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Specialized Plugins
Antigravity Awesome Skills now ships focused plugin bundles alongside the broad root plugin.
The goal is simple: users should not need to install or browse the whole catalog when they already know the job they want an agent to help with. Specialized plugins package a small set of high-value skills around one recognizable workflow.
Source of truth in the repository:
- Specialized plugin candidates
- Editorial bundles manifest
- Generated bundle docs
- Plugin guide
- Specialized plugin roadmap
All specialized plugins are generated as both:
- Claude Code plugin bundles, with
.claude-plugin/plugin.json - Codex plugin bundles, with
.codex-plugin/plugin.json
They are also listed in the generated marketplace files:
For Antigravity, the repository currently supports installable skills through the Antigravity skills paths and installer flags, not a separate Antigravity plugin marketplace format. The specialized plugin contents are still usable as skill packs where Antigravity supports the same SKILL.md material.
These are the primary specialized plugin surfaces.
| Plugin | Skills | Audience |
|---|---|---|
| AAS Web App Builder | 9 | Frontend and full-stack developers shipping modern web apps. |
| AAS Product Design Studio | 8 | Builders who want richer UI, brand, portfolio, and visual product work. |
| AAS Security Engineer | 9 | Authorized security testing, audit, and hardening teams. |
| AAS Secure App Builder | 8 | Application developers who want security embedded while building features. |
| AAS Documents & Presentations | 8 | Users creating, editing, converting, and automating office documents. |
| AAS Data Analytics | 8 | Operators, analysts, and builders working with product analytics, SQL, dashboards, and experiments. |
| AAS Agent & MCP Builder | 9 | Developers building agentic apps, MCP tools, RAG systems, and evaluation loops. |
| AAS OSS Maintainer | 10 | Open-source maintainers managing PRs, releases, reviews, and contributor handoffs. |
| AAS QA & Test Automation | 9 | Engineers and QA teams writing, debugging, and stabilizing test suites. |
| AAS DevOps & Cloud | 9 | Teams shipping infrastructure, deployments, and operational workflows. |
These are the next-wave specialized plugins.
| Plugin | Skills | Audience |
|---|---|---|
| AAS Marketing, SEO & Growth | 9 | Founders and growth teams creating content, SEO systems, experiments, and email campaigns. |
| AAS Automation Builder | 8 | Teams designing reliable automations across tools, data stores, and communication platforms. |
| AAS Observability IR | 8 | Engineering teams monitoring systems, debugging production issues, and writing postmortems. |
| AAS Python API Builder | 8 | Python developers building APIs, services, and tests. |
| AAS Mobile App Builder | 9 | Mobile teams shipping Expo, React Native, Flutter, and iOS apps. |
The specialized plugins are generated from the editorial bundle manifest.
When maintainers run:
npm run bundles:syncthe repository updates:
docs/users/bundles.md.agents/plugins/marketplace.json.claude-plugin/marketplace.jsonplugins/antigravity-bundle-aas-*
The regression test below ensures the candidate list, bundle manifest, generated plugin folders, marketplace entries, and plugin-safe skill status stay aligned:
node tools/scripts/tests/specialized_plugin_candidates.test.jsUse a specialized plugin when the task has a clear domain:
- Web app work: use AAS Web App Builder.
- Product UI or visual work: use AAS Product Design Studio.
- Authorized security assessment: use AAS Security Engineer.
- Defensive feature implementation: use AAS Secure App Builder.
- Office files and conversion: use AAS Documents & Presentations.
- Analytics and dashboards: use AAS Data Analytics.
- Agentic apps and MCP tooling: use AAS Agent & MCP Builder.
- Repository maintenance: use AAS OSS Maintainer.
- Tests and QA: use AAS QA & Test Automation.
- Infrastructure and deployment: use AAS DevOps & Cloud.
Use the root plugin only when you want the widest plugin-safe catalog instead of a focused workflow.