docs(plugins): add Claude and Codex plugin guides

Document the new Claude Code and Codex plugin distributions and explain how root plugins, bundle plugins, and plugin-safe filtering relate to the full library install.\n\nSync the catalog, plugin compatibility artifacts, and generated plugin-safe subsets so main stays consistent before the v9.0.0 release flow.
This commit is contained in:
sickn33
2026-03-27 10:45:56 +01:00
parent 7751f14d53
commit 5af8360409
26 changed files with 507 additions and 43 deletions

View File

@@ -4,6 +4,8 @@ If you want **Codex CLI skills** that are easy to install and practical in a loc
Antigravity Awesome Skills supports Codex CLI through the `.codex/skills/` path and gives you a wide set of reusable task playbooks for planning, implementation, debugging, testing, security review, and delivery.
Release `9.0.0` also adds a first-class Codex plugin distribution plus bundle plugins. If you want the full explanation of root plugin vs bundle plugin vs full install, read [plugins.md](plugins.md).
## How to use Antigravity Awesome Skills with Codex CLI
Install the library into your Codex path, then invoke focused skills directly in your prompt. The most common pattern is:
@@ -31,6 +33,8 @@ It also generates bundle-specific Codex plugins so you can install a curated pac
Those Codex plugins are plugin-safe filtered distributions. Skills that still depend on host-specific paths or undeclared setup stay in the repository, but are not published into the Codex plugin until they are hardened.
For the canonical explanation of how Codex plugins relate to the full library and bundle installs, read [plugins.md](plugins.md).
### Verify the install
```bash
@@ -62,5 +66,6 @@ Use @create-pr once everything is passing and summarize the user-facing changes.
## What to do next
- Read [`ai-agent-skills.md`](ai-agent-skills.md) if you want a framework for choosing between broad and curated skill libraries.
- Read [`plugins.md`](plugins.md) if you want the plugin-specific install story for Codex and Claude Code.
- Use [`workflows.md`](workflows.md) when you want step-by-step execution patterns for common engineering goals.
- Return to [`README.md`](../../README.md) for the full compatibility matrix.