📦 deps(thirdparty): update snapshots
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
Release `9.0.0` adds first-class plugin distributions for both **Claude Code** and **Codex**.
|
||||
|
||||
This page is the canonical explanation of what those plugins are, how they differ from a full library install, and why the repository now ships both a **root plugin** and multiple **bundle plugins**.
|
||||
This page is the canonical explanation of what those plugins are, how they differ from a full library install, and why the repository now ships both a **root plugin** and multiple **specialized plugins**.
|
||||
|
||||
## What a plugin is in this repo
|
||||
|
||||
@@ -13,6 +13,7 @@ Plugins are useful when you want:
|
||||
- a marketplace-style install instead of copying files into `.claude/skills/` or `.codex/skills/`
|
||||
- a narrower install surface for a team or role
|
||||
- a safer default distribution for plugin ecosystems
|
||||
- a stable workflow package that can eventually include skills, app integrations, MCP configuration, hooks, and assets
|
||||
|
||||
Plugins are **not** different content formats. They still ship `SKILL.md` playbooks. The difference is the packaging, install surface, and filtering.
|
||||
|
||||
@@ -49,7 +50,7 @@ Choose the plugin route when you want:
|
||||
- marketplace-friendly installation
|
||||
- a cleaner starter surface
|
||||
- plugin-safe filtering by default
|
||||
- bundle-specific installs such as `Essentials`, `Security Engineer`, or `Web Wizard`
|
||||
- domain-specific installs such as `AAS Web App Builder`, `AAS Security Engineer`, or `AAS Data Analytics`
|
||||
|
||||
## What `plugin-safe` means
|
||||
|
||||
@@ -68,7 +69,7 @@ The important rule is:
|
||||
- the repository remains the source of truth for the complete library
|
||||
- plugins publish the hardened subset that is ready for marketplace-style installation
|
||||
|
||||
## Root plugin vs bundle plugins
|
||||
## Root Plugin Vs Specialized Plugins
|
||||
|
||||
The repository now ships two plugin shapes.
|
||||
|
||||
@@ -79,22 +80,25 @@ The root plugin is the broad installable distribution for each host:
|
||||
- **Claude Code root plugin**: install the plugin-safe Antigravity library through the Claude marketplace entry
|
||||
- **Codex root plugin**: expose the plugin-safe Antigravity library through the Codex plugin surface
|
||||
|
||||
Use the root plugin when you want the widest plugin-safe install without picking a specialty bundle.
|
||||
Use the root plugin when you want the widest plugin-safe install without picking a specialty bundle. Treat it as an advanced breadth-first option, not the best default for most users.
|
||||
|
||||
### Bundle plugins
|
||||
### Specialized plugins
|
||||
|
||||
Bundle plugins are smaller, role-based distributions generated from the same repository. Examples include:
|
||||
Specialized plugins are smaller, role-based or workflow-based distributions generated from the same repository. They are the recommended default when a user can name the job they want Claude Code, Codex, or another supported skills host to help with. Examples include:
|
||||
|
||||
- `Essentials`
|
||||
- `Security Engineer`
|
||||
- `Web Wizard`
|
||||
- `Full-Stack Developer`
|
||||
- `AAS Web App Builder`
|
||||
- `AAS Security Engineer`
|
||||
- `AAS Data Analytics`
|
||||
- `AAS Documents & Presentations`
|
||||
- `AAS OSS Maintainer`
|
||||
- `AAS Agent & MCP Builder`
|
||||
|
||||
Use a bundle plugin when you want:
|
||||
Use a specialized plugin when you want:
|
||||
|
||||
- a lighter starting point
|
||||
- a team-specific plugin install
|
||||
- a curated subset instead of the broad root plugin
|
||||
- a plugin with a clear promise, such as building web apps, auditing security, maintaining OSS repos, automating documents, or creating growth content
|
||||
|
||||
## Claude Code plugin surface
|
||||
|
||||
@@ -139,13 +143,16 @@ Choose the **root plugin** if:
|
||||
|
||||
- you want the broad installable plugin-safe distribution
|
||||
- you prefer marketplace-style installation
|
||||
- you want a safer default surface for Claude Code or Codex
|
||||
- you are an advanced user who wants a broad plugin-safe catalog
|
||||
|
||||
Choose a **bundle plugin** if:
|
||||
Choose a **specialized plugin** if:
|
||||
|
||||
- you want a smaller role-based install
|
||||
- you are onboarding a team around one domain
|
||||
- you want plugin convenience without the breadth of the root plugin
|
||||
- you want the plugin itself to communicate a clear job, audience, and workflow
|
||||
|
||||
The hosted [specialized plugin landing page](https://sickn33.github.io/antigravity-awesome-skills/plugins) is the quickest way to compare the current AAS plugin packs.
|
||||
|
||||
## Related guides
|
||||
|
||||
@@ -154,4 +161,5 @@ Choose a **bundle plugin** if:
|
||||
- [Claude Code skills](claude-code-skills.md)
|
||||
- [Codex CLI skills](codex-cli-skills.md)
|
||||
- [Bundles](bundles.md)
|
||||
- [Specialized Plugin Roadmap](specialized-plugin-roadmap.md)
|
||||
- [Usage](usage.md)
|
||||
|
||||
Reference in New Issue
Block a user