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:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "antigravity-awesome-skills",
|
||||
"version": "8.10.0",
|
||||
"description": "Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,314 supported skills.",
|
||||
"description": "Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,315 supported skills.",
|
||||
"author": {
|
||||
"name": "sickn33 and contributors",
|
||||
"url": "https://github.com/sickn33/antigravity-awesome-skills"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
Generated at: 2026-02-08T00:00:00.000Z
|
||||
|
||||
Total skills: 1328
|
||||
Total skills: 1329
|
||||
|
||||
## architecture (88)
|
||||
|
||||
@@ -1068,7 +1068,7 @@ Total skills: 1328
|
||||
| `whatsapp-cloud-api` | Integracao com WhatsApp Business Cloud API (Meta). Mensagens, templates, webhooks HMAC-SHA256, automacao de atendimento. Boilerplates Node.js e Python. | messaging, whatsapp, meta, webhooks | messaging, whatsapp, meta, webhooks, cloud, api, integracao, com, business, mensagens, hmac, sha256 |
|
||||
| `x-twitter-scraper` | X (Twitter) data platform skill — tweet search, user lookup, follower extraction, engagement metrics, giveaway draws, monitoring, webhooks, 19 extraction too... | [twitter, x-api, scraping, mcp, social-media, data-extraction, giveaway, monitoring, webhooks] | [twitter, x-api, scraping, mcp, social-media, data-extraction, giveaway, monitoring, webhooks], twitter, scraper, data |
|
||||
|
||||
## security (164)
|
||||
## security (165)
|
||||
|
||||
| Skill | Description | Tags | Triggers |
|
||||
| --- | --- | --- | --- |
|
||||
@@ -1077,6 +1077,7 @@ Total skills: 1328
|
||||
| `agentic-actions-auditor` | Audits GitHub Actions workflows for security vulnerabilities in AI agent integrations including Claude Code Action, Gemini CLI, OpenAI Codex, and GitHub AI... | agentic, actions, auditor | agentic, actions, auditor, audits, github, security, vulnerabilities, ai, agent, integrations, including, claude |
|
||||
| `ai-engineering-toolkit` | 6 production-ready AI engineering workflows: prompt evaluation (8-dimension scoring), context budget planning, RAG pipeline design, agent security audit (65-... | prompt-engineering, rag, security, evaluation, ai-engineering, llm | prompt-engineering, rag, security, evaluation, ai-engineering, llm, ai, engineering, toolkit, prompt, dimension, scoring |
|
||||
| `ai-md` | Convert human-written CLAUDE.md into AI-native structured-label format. Battle-tested across 4 models. Same rules, fewer tokens, higher compliance. | ai, md | ai, md, convert, human, written, claude, native, structured, label, format, battle, tested |
|
||||
| `akf-trust-metadata` | The AI native file format. EXIF for AI — stamps every file with trust scores, source provenance, and compliance metadata. Embeds into 20+ formats (DOCX, PDF,... | trust, metadata, provenance, compliance, file-format, ai-native | trust, metadata, provenance, compliance, file-format, ai-native, akf, ai, native, file, format, exif |
|
||||
| `anti-reversing-techniques` | AUTHORIZED USE ONLY: This skill contains dual-use security techniques. Before proceeding with any bypass or analysis: > 1. | anti, reversing, techniques | anti, reversing, techniques, authorized, skill, contains, dual, security, before, proceeding, any, bypass |
|
||||
| `antigravity-workflows` | Orchestrate multiple Antigravity skills through guided workflows for SaaS MVP delivery, security audits, AI agent builds, and browser QA. | antigravity | antigravity, orchestrate, multiple, skills, through, guided, saas, mvp, delivery, security, audits, ai |
|
||||
| `api-endpoint-builder` | Builds production-ready REST API endpoints with validation, error handling, authentication, and documentation. Follows best practices for security and scalab... | api, endpoint, builder | api, endpoint, builder, rest, endpoints, validation, error, handling, authentication, documentation, follows, security |
|
||||
|
||||
38
CHANGELOG.md
38
CHANGELOG.md
@@ -9,6 +9,44 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [9.0.0] - 2026-03-27 - "Claude Code and Codex Plugin Release"
|
||||
|
||||
> Full release for the installable skill library, now with first-class plugin distributions for Claude Code and Codex plus the normal GitHub Release publication flow.
|
||||
|
||||
Start here:
|
||||
|
||||
- Install: `npx antigravity-awesome-skills`
|
||||
- Plugin explainer: [docs/users/plugins.md](https://github.com/sickn33/antigravity-awesome-skills/blob/main/docs/users/plugins.md)
|
||||
- Choose your tool: [README -> Choose Your Tool](https://github.com/sickn33/antigravity-awesome-skills#choose-your-tool)
|
||||
- Bundles: [docs/users/bundles.md](https://github.com/sickn33/antigravity-awesome-skills/blob/main/docs/users/bundles.md)
|
||||
- Workflows: [docs/users/workflows.md](https://github.com/sickn33/antigravity-awesome-skills/blob/main/docs/users/workflows.md)
|
||||
|
||||
This release makes the new plugin distribution model a user-facing feature. Claude Code now has a formal root marketplace plugin plus generated bundle plugins, and Codex now ships the equivalent repo-local root plugin plus generated bundle plugins. The release also consolidates plugin documentation into a canonical user guide, aligns onboarding docs around the difference between the full repository and the plugin-safe subset, and packages the latest merge batch on `main`.
|
||||
|
||||
## New
|
||||
|
||||
- **Claude Code plugin distribution** - formalized the root `.claude-plugin` marketplace entry plus generated bundle plugins as a first-class install path.
|
||||
- **Codex plugin distribution** - formalized the root Codex plugin metadata in `.agents/plugins/marketplace.json` and `plugins/antigravity-awesome-skills/.codex-plugin/plugin.json`, alongside generated bundle plugins.
|
||||
- **Canonical plugin documentation** - added `docs/users/plugins.md` to explain plugin-safe filtering, root plugin vs bundle plugins, and when to prefer plugins over the full library install.
|
||||
- **akf-trust-metadata** - merged PR #406, adding the new `akf-trust-metadata` skill to the repository.
|
||||
|
||||
## Improvements
|
||||
|
||||
- **Onboarding alignment** - updated `README.md`, `docs/users/getting-started.md`, `docs/users/faq.md`, `docs/users/claude-code-skills.md`, `docs/users/codex-cli-skills.md`, `docs/users/bundles.md`, and `docs/users/usage.md` so the plugin story is explained consistently.
|
||||
- **Community discovery** - merged PR #407 to add the CoinPaprika & DexPaprika listing to the community-contributed section of the README.
|
||||
- **Maintainer release batch** - merged both open PRs through the documented GitHub squash flow, then packaged the resulting `main` branch as a full release instead of a tag-only cut.
|
||||
|
||||
## Who should care
|
||||
|
||||
- **Claude Code users** now have a cleaner choice between full-library install, root marketplace plugin, and smaller bundle plugins.
|
||||
- **Codex users** now get the same plugin distribution model instead of relying only on direct `.codex/skills/` installs.
|
||||
- **Maintainers and team leads** can onboard people with plugin-safe starter surfaces while keeping the full repository as the broader source of truth.
|
||||
|
||||
## Credits
|
||||
|
||||
- **[@CryptoDoppio](https://github.com/CryptoDoppio)** for the new `akf-trust-metadata` skill in PR #406
|
||||
- **[@coinpaprika](https://github.com/coinpaprika)** for adding the CoinPaprika & DexPaprika community listing in PR #407
|
||||
|
||||
## [8.10.0] - 2026-03-26 - "Discovery Boost for Social, MCP, and Ops"
|
||||
|
||||
> Installable skill library update for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, Windsurf, Cline, and related AI coding assistants.
|
||||
|
||||
39
README.md
39
README.md
@@ -1,11 +1,11 @@
|
||||
<!-- registry-sync: version=8.10.0; skills=1328; stars=27571; updated_at=2026-03-26T16:15:39+00:00 -->
|
||||
# 🌌 Antigravity Awesome Skills: 1,328+ Agentic Skills for Claude Code, Gemini CLI, Cursor, Copilot & More
|
||||
<!-- registry-sync: version=8.10.0; skills=1329; stars=27571; updated_at=2026-03-26T16:15:39+00:00 -->
|
||||
# 🌌 Antigravity Awesome Skills: 1,329+ Agentic Skills for Claude Code, Gemini CLI, Cursor, Copilot & More
|
||||
|
||||
> **Installable GitHub library of 1,328+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and other AI coding assistants.**
|
||||
> **Installable GitHub library of 1,329+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and other AI coding assistants.**
|
||||
|
||||
Antigravity Awesome Skills is a GitHub repository and installer CLI for reusable `SKILL.md` playbooks. Instead of collecting random prompts, you get a searchable, installable skill library for planning, coding, debugging, testing, security review, infrastructure work, product workflows, and growth tasks across the major AI coding assistants.
|
||||
|
||||
**Start here:** [Star the repo](https://github.com/sickn33/antigravity-awesome-skills/stargazers) · [Install in 1 minute](#installation) · [Choose your tool](#choose-your-tool) · [Best skills by tool](#best-skills-by-tool) · [Bundles](docs/users/bundles.md) · [Workflows](docs/users/workflows.md)
|
||||
**Start here:** [Star the repo](https://github.com/sickn33/antigravity-awesome-skills/stargazers) · [Install in 1 minute](#installation) · [Plugins for Claude Code and Codex](docs/users/plugins.md) · [Choose your tool](#choose-your-tool) · [Best skills by tool](#best-skills-by-tool) · [Bundles](docs/users/bundles.md) · [Workflows](docs/users/workflows.md)
|
||||
|
||||
[](https://github.com/sickn33/antigravity-awesome-skills/stargazers)
|
||||
[](LICENSE)
|
||||
@@ -20,13 +20,13 @@ Antigravity Awesome Skills is a GitHub repository and installer CLI for reusable
|
||||
[](https://github.com/opencode-ai/opencode)
|
||||
[](https://github.com/sickn33/antigravity-awesome-skills)
|
||||
|
||||
**Current release: V8.10.0.** Trusted by 28k+ GitHub stargazers, this repository combines official and community skill collections with bundles, workflows, installation paths, and docs that help you go from first install to daily use quickly.
|
||||
**Current release: V9.0.0.** Trusted by 28k+ GitHub stargazers, this repository now includes first-class **Claude Code** and **Codex** plugin distributions alongside the full installable library, bundles, workflows, and onboarding docs that help you go from first install to daily use quickly.
|
||||
|
||||
## Why Developers Star This Repo
|
||||
|
||||
- **Installable, not just inspirational**: use `npx antigravity-awesome-skills` to put skills where your tool expects them.
|
||||
- **Built for major agent workflows**: Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, Kiro, OpenCode, Copilot, and more.
|
||||
- **Broad coverage with real utility**: 1,328+ skills across development, testing, security, infrastructure, product, and marketing.
|
||||
- **Broad coverage with real utility**: 1,329+ skills across development, testing, security, infrastructure, product, and marketing.
|
||||
- **Faster onboarding**: bundles and workflows reduce the time from "I found this repo" to "I used my first skill".
|
||||
- **Useful whether you want breadth or curation**: browse the full catalog, start with top bundles, or compare alternatives before installing.
|
||||
|
||||
@@ -37,6 +37,7 @@ Antigravity Awesome Skills is a GitHub repository and installer CLI for reusable
|
||||
- [🧠 Core Concepts](#core-concepts)
|
||||
- [🔌 Compatibility & Invocation](#compatibility--invocation)
|
||||
- [🛠️ Installation](#installation)
|
||||
- [🧩 Plugins For Claude Code And Codex](#plugins-for-claude-code-and-codex)
|
||||
- [🧭 Integration Guides](#integration-guides)
|
||||
- [🧰 Best Skills By Tool](#best-skills-by-tool)
|
||||
- [❓ Quick FAQ](#quick-faq)
|
||||
@@ -46,7 +47,7 @@ Antigravity Awesome Skills is a GitHub repository and installer CLI for reusable
|
||||
- [🧭 Antigravity Workflows](#antigravity-workflows)
|
||||
- [⚖️ Alternatives & Comparisons](#alternatives--comparisons)
|
||||
- [📦 Features & Categories](#features--categories)
|
||||
- [📚 Browse 1,328+ Skills](#browse-1328-skills)
|
||||
- [📚 Browse 1,329+ Skills](#browse-1329-skills)
|
||||
- [🤝 Contributing](#contributing)
|
||||
- [💬 Community](#community)
|
||||
- [☕ Support the Project](#support-the-project)
|
||||
@@ -63,7 +64,7 @@ If you searched for **Claude Code skills**, **Cursor skills**, **Codex CLI skill
|
||||
|
||||
### 1. 🐣 Context: What is this?
|
||||
|
||||
**Antigravity Awesome Skills** (Release 8.10.0) is a large, installable skill library for AI coding assistants. It includes onboarding docs, bundles, workflows, generated catalogs, and a CLI installer so you can move from discovery to actual usage without manually stitching together dozens of repos.
|
||||
**Antigravity Awesome Skills** (Release 9.0.0) is a large, installable skill library for AI coding assistants. It now includes onboarding docs, bundles, workflows, generated catalogs, a CLI installer, and new **plugin distributions for Claude Code and Codex** so you can move from discovery to actual usage without manually stitching together dozens of repos.
|
||||
|
||||
AI agents are smart, but they still need **task-specific operating instructions**. Skills are focused markdown playbooks that teach an agent how to perform a workflow repeatedly and with better context, whether that means deployment, API design, testing, product strategy, SEO, or documentation.
|
||||
|
||||
@@ -111,12 +112,14 @@ Before you compare bundles or start installing tool-specific paths, it helps to
|
||||
|
||||
- **Skills**: reusable `SKILL.md` playbooks that teach an AI assistant how to execute a workflow well.
|
||||
- **MCP tools**: integrations and external capabilities the assistant can call. Tools provide actions; skills provide operating instructions.
|
||||
- **Plugins**: installable, marketplace-friendly distributions of the repository for Claude Code and Codex, including root plugins and curated bundle plugins.
|
||||
- **Bundles**: curated recommendations for which skills to start with for a role or domain.
|
||||
- **Workflows**: ordered execution playbooks that show how to combine multiple skills step by step.
|
||||
|
||||
If you want the clearest explanation of **skills vs MCP/tools**, start here:
|
||||
|
||||
- [Skills vs MCP Tools](docs/users/skills-vs-mcp-tools.md)
|
||||
- [Plugins for Claude Code and Codex](docs/users/plugins.md)
|
||||
- [Bundles](docs/users/bundles.md)
|
||||
- [Workflows](docs/users/workflows.md)
|
||||
|
||||
@@ -226,6 +229,19 @@ Bundle users can also install focused Claude Code and Codex bundle plugins from
|
||||
|
||||
Like the Claude distribution, the Codex plugin only exposes plugin-safe skills. Repo-only skills are still available through clone or installer flows while they are being hardened for marketplace use.
|
||||
|
||||
## Plugins for Claude Code and Codex
|
||||
|
||||
Release `9.0.0` formalizes plugins as a first-class distribution model for this repository.
|
||||
|
||||
- The **full library install** remains the broadest path: use `npx antigravity-awesome-skills --claude` or `--codex` when you want the largest available catalog.
|
||||
- The **root plugin** gives Claude Code or Codex a marketplace-friendly installable distribution of the repository.
|
||||
- **Bundle plugins** give you narrower role-based installs such as `Essentials`, `Security Engineer`, or `Web Wizard`.
|
||||
- Plugin distributions are intentionally **plugin-safe**. Skills that still depend on host-specific paths, undeclared setup, or extra hardening remain in the repository, but stay out of marketplace publication until they are ready.
|
||||
|
||||
If you want the full explanation of root plugins, bundle plugins, full-library installs, and the difference between Claude Code and Codex plugin surfaces, read:
|
||||
|
||||
- [Plugins for Claude Code and Codex](docs/users/plugins.md)
|
||||
|
||||
## Choose Your Tool
|
||||
|
||||
| Tool | Install | First Use |
|
||||
@@ -244,7 +260,7 @@ Like the Claude distribution, the Codex plugin only exposes plugin-safe skills.
|
||||
|
||||
## Best Skills By Tool
|
||||
|
||||
If you want a faster answer than "browse all 1,328+ skills", start with a tool-specific guide:
|
||||
If you want a faster answer than "browse all 1,329+ skills", start with a tool-specific guide:
|
||||
|
||||
- **[Claude Code skills](docs/users/claude-code-skills.md)**: install paths, starter skills, prompt examples, and plugin marketplace flow.
|
||||
- **[Cursor skills](docs/users/cursor-skills.md)**: best starter skills for `.cursor/skills/`, UI-heavy work, and pair-programming flows.
|
||||
@@ -409,7 +425,7 @@ The repository is organized into specialized domains to transform your AI into a
|
||||
|
||||
Counts change as new skills are added. For the current full registry, see [CATALOG.md](CATALOG.md).
|
||||
|
||||
## Browse 1,328+ Skills
|
||||
## Browse 1,329+ Skills
|
||||
|
||||
- Open the interactive browser in [`apps/web-app`](apps/web-app).
|
||||
- Read the full catalog in [`CATALOG.md`](CATALOG.md).
|
||||
@@ -425,7 +441,8 @@ Counts change as new skills are added. For the current full registry, see [CATAL
|
||||
| [`docs/users/getting-started.md`](docs/users/getting-started.md) | [`CONTRIBUTING.md`](CONTRIBUTING.md) | [`docs/maintainers/release-process.md`](docs/maintainers/release-process.md) |
|
||||
| [`docs/users/usage.md`](docs/users/usage.md) | [`docs/contributors/skill-anatomy.md`](docs/contributors/skill-anatomy.md) | [`docs/maintainers/audit.md`](docs/maintainers/audit.md) |
|
||||
| [`docs/users/faq.md`](docs/users/faq.md) | [`docs/contributors/quality-bar.md`](docs/contributors/quality-bar.md) | [`docs/maintainers/ci-drift-fix.md`](docs/maintainers/ci-drift-fix.md) |
|
||||
| [`docs/users/claude-code-skills.md`](docs/users/claude-code-skills.md) · [`docs/users/cursor-skills.md`](docs/users/cursor-skills.md) · [`docs/users/codex-cli-skills.md`](docs/users/codex-cli-skills.md) · [`docs/users/gemini-cli-skills.md`](docs/users/gemini-cli-skills.md) | [`docs/contributors/examples.md`](docs/contributors/examples.md) | [`docs/maintainers/repo-growth-seo.md`](docs/maintainers/repo-growth-seo.md) · [`docs/maintainers/skills-update-guide.md`](docs/maintainers/skills-update-guide.md) · [`.github/MAINTENANCE.md`](.github/MAINTENANCE.md) |
|
||||
| [`docs/users/plugins.md`](docs/users/plugins.md) | [`docs/contributors/examples.md`](docs/contributors/examples.md) | [`docs/maintainers/repo-growth-seo.md`](docs/maintainers/repo-growth-seo.md) · [`docs/maintainers/skills-update-guide.md`](docs/maintainers/skills-update-guide.md) · [`.github/MAINTENANCE.md`](.github/MAINTENANCE.md) |
|
||||
| [`docs/users/claude-code-skills.md`](docs/users/claude-code-skills.md) · [`docs/users/cursor-skills.md`](docs/users/cursor-skills.md) · [`docs/users/codex-cli-skills.md`](docs/users/codex-cli-skills.md) · [`docs/users/gemini-cli-skills.md`](docs/users/gemini-cli-skills.md) | | |
|
||||
| [`docs/users/visual-guide.md`](docs/users/visual-guide.md) · [`docs/users/ai-agent-skills.md`](docs/users/ai-agent-skills.md) · [`docs/users/best-claude-code-skills-github.md`](docs/users/best-claude-code-skills-github.md) · [`docs/users/best-cursor-skills-github.md`](docs/users/best-cursor-skills-github.md) | | |
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
@@ -315,6 +315,7 @@
|
||||
"agentic-actions-auditor",
|
||||
"ai-engineering-toolkit",
|
||||
"ai-md",
|
||||
"akf-trust-metadata",
|
||||
"anti-reversing-techniques",
|
||||
"antigravity-workflows",
|
||||
"api-endpoint-builder",
|
||||
@@ -1229,6 +1230,7 @@
|
||||
"docs-core": {
|
||||
"description": "Documents, spreadsheets, presentations, and office workflows.",
|
||||
"skills": [
|
||||
"akf-trust-metadata",
|
||||
"azure-ai-translation-document-py",
|
||||
"canvas-design",
|
||||
"create-pr",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"generatedAt": "2026-02-08T00:00:00.000Z",
|
||||
"total": 1328,
|
||||
"total": 1329,
|
||||
"skills": [
|
||||
{
|
||||
"id": "00-andruia-consultant",
|
||||
@@ -1133,6 +1133,35 @@
|
||||
],
|
||||
"path": "skills/airtable-automation/SKILL.md"
|
||||
},
|
||||
{
|
||||
"id": "akf-trust-metadata",
|
||||
"name": "akf-trust-metadata",
|
||||
"description": "The AI native file format. EXIF for AI — stamps every file with trust scores, source provenance, and compliance metadata. Embeds into 20+ formats (DOCX, PDF, images, code). EU AI Act, SOX, HIPAA auditing.",
|
||||
"category": "security",
|
||||
"tags": [
|
||||
"trust",
|
||||
"metadata",
|
||||
"provenance",
|
||||
"compliance",
|
||||
"file-format",
|
||||
"ai-native"
|
||||
],
|
||||
"triggers": [
|
||||
"trust",
|
||||
"metadata",
|
||||
"provenance",
|
||||
"compliance",
|
||||
"file-format",
|
||||
"ai-native",
|
||||
"akf",
|
||||
"ai",
|
||||
"native",
|
||||
"file",
|
||||
"format",
|
||||
"exif"
|
||||
],
|
||||
"path": "skills/akf-trust-metadata/SKILL.md"
|
||||
},
|
||||
{
|
||||
"id": "algolia-search",
|
||||
"name": "algolia-search",
|
||||
|
||||
@@ -867,6 +867,25 @@
|
||||
},
|
||||
"runtime_files": []
|
||||
},
|
||||
{
|
||||
"id": "akf-trust-metadata",
|
||||
"path": "skills/akf-trust-metadata",
|
||||
"targets": {
|
||||
"codex": "supported",
|
||||
"claude": "supported"
|
||||
},
|
||||
"setup": {
|
||||
"type": "none",
|
||||
"summary": "",
|
||||
"docs": null
|
||||
},
|
||||
"reasons": [],
|
||||
"blocked_reasons": {
|
||||
"codex": [],
|
||||
"claude": []
|
||||
},
|
||||
"runtime_files": []
|
||||
},
|
||||
{
|
||||
"id": "algolia-search",
|
||||
"path": "skills/algolia-search",
|
||||
@@ -25394,10 +25413,10 @@
|
||||
}
|
||||
],
|
||||
"summary": {
|
||||
"total_skills": 1328,
|
||||
"total_skills": 1329,
|
||||
"supported": {
|
||||
"codex": 1299,
|
||||
"claude": 1314
|
||||
"codex": 1300,
|
||||
"claude": 1315
|
||||
},
|
||||
"blocked": {
|
||||
"codex": 29,
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
---
|
||||
title: Jetski/Cortex + Gemini Integration Guide
|
||||
description: "Come usare antigravity-awesome-skills con Jetski/Cortex evitando l’overflow di contesto con 1.328+ skill."
|
||||
description: "Come usare antigravity-awesome-skills con Jetski/Cortex evitando l’overflow di contesto con 1.329+ skill."
|
||||
---
|
||||
|
||||
# Jetski/Cortex + Gemini: integrazione sicura con 1.328+ skill
|
||||
# Jetski/Cortex + Gemini: integrazione sicura con 1.329+ skill
|
||||
|
||||
Questa guida mostra come integrare il repository `antigravity-awesome-skills` con un agente basato su **Jetski/Cortex + Gemini** (o framework simili) **senza superare il context window** del modello.
|
||||
|
||||
@@ -23,7 +23,7 @@ Non bisogna mai:
|
||||
- concatenare il contenuto di tutte le `SKILL.md` in un singolo system prompt;
|
||||
- reiniettare l’intera libreria per **ogni** richiesta.
|
||||
|
||||
Con oltre 1.328 skill, questo approccio riempie il context window prima ancora di aggiungere i messaggi dell’utente, causando l’errore di truncation.
|
||||
Con oltre 1.329 skill, questo approccio riempie il context window prima ancora di aggiungere i messaggi dell’utente, causando l’errore di truncation.
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ This example shows one way to integrate **antigravity-awesome-skills** with a Je
|
||||
- How to enforce a **maximum number of skills per turn** via `maxSkillsPerTurn`.
|
||||
- How to choose whether to **truncate or error** when too many skills are requested via `overflowBehavior`.
|
||||
|
||||
This pattern avoids context overflow when you have 1,328+ skills installed.
|
||||
This pattern avoids context overflow when you have 1,329+ skills installed.
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ This document keeps the repository's GitHub-facing discovery copy aligned with t
|
||||
|
||||
Preferred positioning:
|
||||
|
||||
> Installable GitHub library of 1,328+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and other AI coding assistants.
|
||||
> Installable GitHub library of 1,329+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and other AI coding assistants.
|
||||
|
||||
Key framing:
|
||||
|
||||
@@ -20,7 +20,7 @@ Key framing:
|
||||
|
||||
Preferred description:
|
||||
|
||||
> Installable GitHub library of 1,328+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections.
|
||||
> Installable GitHub library of 1,329+ agentic skills for Claude Code, Cursor, Codex CLI, Gemini CLI, Antigravity, and more. Includes installer CLI, bundles, workflows, and official/community skill collections.
|
||||
|
||||
Preferred homepage:
|
||||
|
||||
@@ -28,7 +28,7 @@ Preferred homepage:
|
||||
|
||||
Preferred social preview:
|
||||
|
||||
- use a clean preview image that says `1,328+ Agentic Skills`;
|
||||
- use a clean preview image that says `1,329+ Agentic Skills`;
|
||||
- mention Claude Code, Cursor, Codex CLI, and Gemini CLI;
|
||||
- avoid dense text and tiny logos that disappear in social cards.
|
||||
|
||||
|
||||
@@ -69,7 +69,7 @@ For manual updates, you need:
|
||||
The update process refreshes:
|
||||
- Skills index (`skills_index.json`)
|
||||
- Web app skills data (`apps\web-app\public\skills.json`)
|
||||
- All 1,328+ skills from the skills directory
|
||||
- All 1,329+ skills from the skills directory
|
||||
|
||||
## When to Update
|
||||
|
||||
|
||||
@@ -673,4 +673,4 @@ Found a skill that should be in a bundle? Or want to create a new bundle? [Open
|
||||
|
||||
---
|
||||
|
||||
_Last updated: March 2026 | Total Skills: 1,328+ | Total Bundles: 37_
|
||||
_Last updated: March 2026 | Total Skills: 1,329+ | Total Bundles: 37_
|
||||
|
||||
@@ -4,13 +4,15 @@ If you are looking for **Claude Code skills** you can install from GitHub, this
|
||||
|
||||
Antigravity Awesome Skills gives Claude Code users an installable library of `SKILL.md` playbooks, role-based bundles, and execution workflows. The goal is not just to collect prompts, but to make repeatable engineering tasks easier to invoke, review, and reuse.
|
||||
|
||||
Release `9.0.0` also adds a first-class Claude Code 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 Claude Code
|
||||
|
||||
Install the library into Claude Code, then invoke focused skills directly in the conversation or through the plugin marketplace path. Claude Code benefits most when you keep the prompt specific about the skill, the scope, and the intended output.
|
||||
|
||||
## Why use this repo for Claude Code
|
||||
|
||||
- It includes 1,328+ skills instead of a narrow single-domain starter pack.
|
||||
- It includes 1,329+ skills instead of a narrow single-domain starter pack.
|
||||
- It supports the standard `.claude/skills/` path and the Claude Code plugin marketplace flow.
|
||||
- It also ships generated bundle plugins so teams can install focused packs like `Essentials` or `Security Developer` from the marketplace metadata.
|
||||
- It includes onboarding docs, bundles, and workflows so new users do not need to guess where to begin.
|
||||
@@ -33,6 +35,8 @@ npx antigravity-awesome-skills --claude
|
||||
|
||||
The Claude marketplace plugin is a plugin-safe filtered distribution of the repo. Skills that still require portability hardening or explicit setup metadata remain available in the repository, but are excluded from the plugin until they are ready.
|
||||
|
||||
You can also install a focused bundle plugin instead of the root plugin when you want a narrower starter surface. See [plugins.md](plugins.md) and [bundles.md](bundles.md).
|
||||
|
||||
### Verify the install
|
||||
|
||||
```bash
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -17,6 +17,8 @@ Skills are specialized instruction files that teach AI assistants how to handle
|
||||
It's like having a library - all books are there, but you only read the ones you need.
|
||||
**Pro Tip:** Use [Starter Packs](bundles.md) to focus on the skills that match your role first.
|
||||
|
||||
If you want a narrower install surface for **Claude Code** or **Codex**, use the new plugin distributions documented in [plugins.md](plugins.md) instead of the full library install.
|
||||
|
||||
### What is the difference between Bundles and Workflows?
|
||||
|
||||
- **Bundles** are curated recommendations grouped by role or domain.
|
||||
@@ -137,6 +139,27 @@ git clone https://github.com/sickn33/antigravity-awesome-skills.git .agent/skill
|
||||
|
||||
This repository now includes `.claude-plugin/marketplace.json` and `.claude-plugin/plugin.json` so Claude Code can install the same skill tree through the plugin marketplace.
|
||||
|
||||
**Codex plugin alternative:**
|
||||
|
||||
This repository also includes repo-local plugin metadata for Codex:
|
||||
|
||||
- `.agents/plugins/marketplace.json`
|
||||
- `plugins/antigravity-awesome-skills/.codex-plugin/plugin.json`
|
||||
|
||||
That path exposes the new plugin-safe Codex root plugin plus generated bundle plugins. For the full explanation, read [plugins.md](plugins.md).
|
||||
|
||||
### What does `plugin-safe` mean?
|
||||
|
||||
Plugin-safe means the published Claude Code and Codex plugins only include the subset of skills that is ready for marketplace-style distribution.
|
||||
|
||||
Skills can stay repo-only for a while if they still need:
|
||||
|
||||
- portability cleanup
|
||||
- explicit setup metadata
|
||||
- additional hardening for plugin ecosystems
|
||||
|
||||
So it is normal for the **full library** to be larger than the **plugin-safe** plugin subset. The repository stays the complete source of truth; plugins publish the hardened subset.
|
||||
|
||||
### Does this work with Windows?
|
||||
|
||||
**Yes.** Use the same standard install flow as other platforms:
|
||||
|
||||
@@ -12,7 +12,7 @@ Install into the Gemini skills path, then ask Gemini to apply one skill at a tim
|
||||
|
||||
- It installs directly into the expected Gemini skills path.
|
||||
- It includes both core software engineering skills and deeper agent/LLM-oriented skills.
|
||||
- It helps new users get started with bundles and workflows rather than forcing a cold start from 1,328+ files.
|
||||
- It helps new users get started with bundles and workflows rather than forcing a cold start from 1,329+ files.
|
||||
- It is useful whether you want a broad internal skill library or a single repo to test many workflows quickly.
|
||||
|
||||
## Install Gemini CLI Skills
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Getting Started with Antigravity Awesome Skills (V8.10.0)
|
||||
# Getting Started with Antigravity Awesome Skills (V9.0.0)
|
||||
|
||||
**New here? This guide will help you supercharge your AI Agent in 5 minutes.**
|
||||
|
||||
@@ -22,6 +22,8 @@ We have curated **Starter Packs** to get you running immediately.
|
||||
|
||||
You **install the full repo once** (npx or clone); Starter Packs are curated lists to help you **pick which skills to use** by role (e.g. Web Wizard, Hacker Pack)—they are not a different way to install.
|
||||
|
||||
If you prefer a marketplace-style install for **Claude Code** or **Codex**, use the new plugin distributions described in [plugins.md](plugins.md).
|
||||
|
||||
### 1. Install the Repo
|
||||
|
||||
**Option A — npx (easiest):**
|
||||
@@ -99,7 +101,7 @@ Once installed, just talk to your AI naturally.
|
||||
| :-------------- | :-------------- | :-------------------------------------------------------------------- |
|
||||
| **Claude Code** | ✅ Full Support | `.claude/skills/` or install via `/plugin marketplace add sickn33/antigravity-awesome-skills` |
|
||||
| **Gemini CLI** | ✅ Full Support | `.gemini/skills/` |
|
||||
| **Codex CLI** | ✅ Full Support | `.codex/skills/` |
|
||||
| **Codex CLI** | ✅ Full Support | `.codex/skills/` or use the repo-local plugin metadata described in [plugins.md](plugins.md) |
|
||||
| **Kiro CLI** | ✅ Full Support | Global: `~/.kiro/skills/` · Workspace: `.kiro/skills/` |
|
||||
| **Kiro IDE** | ✅ Full Support | Global: `~/.kiro/skills/` · Workspace: `.kiro/skills/` |
|
||||
| **Antigravity** | ✅ Native | Global: `~/.gemini/antigravity/skills/` · Workspace: `.agent/skills/` |
|
||||
@@ -126,13 +128,17 @@ _Check the [Skill Catalog](../../CATALOG.md) for the full list._
|
||||
|
||||
## FAQ
|
||||
|
||||
If you prefer Claude Code's plugin marketplace flow instead of copying into `.claude/skills/`, use:
|
||||
If you prefer a plugin install instead of copying skills into tool directories, start with [plugins.md](plugins.md).
|
||||
|
||||
For Claude Code, use:
|
||||
|
||||
```text
|
||||
/plugin marketplace add sickn33/antigravity-awesome-skills
|
||||
/plugin install antigravity-awesome-skills
|
||||
```
|
||||
|
||||
For Codex, this repository also ships a root plugin plus bundle plugins through the repo-local metadata described in [plugins.md](plugins.md).
|
||||
|
||||
**Q: Do I need to install every skill?**
|
||||
A: You clone the whole repo once; your AI only _reads_ the skills you invoke (or that are relevant), so it stays lightweight. **Starter Packs** in [bundles.md](bundles.md) are curated lists to help you discover the right skills for your role—they don't change how you install.
|
||||
|
||||
@@ -155,6 +161,7 @@ A: Yes. Original code and tooling are MIT-licensed, and original documentation/n
|
||||
Need a tool-specific starting point first?
|
||||
|
||||
- [Claude Code skills](claude-code-skills.md)
|
||||
- [Plugins for Claude Code and Codex](plugins.md)
|
||||
- [Cursor skills](cursor-skills.md)
|
||||
- [Codex CLI skills](codex-cli-skills.md)
|
||||
- [Gemini CLI skills](gemini-cli-skills.md)
|
||||
|
||||
@@ -18,7 +18,7 @@ Kiro is AWS's agentic AI IDE that combines:
|
||||
|
||||
Kiro's agentic capabilities are enhanced by skills that provide:
|
||||
|
||||
- **Domain expertise** across 1,328+ specialized areas
|
||||
- **Domain expertise** across 1,329+ specialized areas
|
||||
- **Best practices** from Anthropic, OpenAI, Google, Microsoft, and AWS
|
||||
- **Workflow automation** for common development tasks
|
||||
- **AWS-specific patterns** for serverless, infrastructure, and cloud architecture
|
||||
|
||||
157
docs/users/plugins.md
Normal file
157
docs/users/plugins.md
Normal file
@@ -0,0 +1,157 @@
|
||||
# Plugins for Claude Code and Codex
|
||||
|
||||
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**.
|
||||
|
||||
## What a plugin is in this repo
|
||||
|
||||
In Antigravity Awesome Skills, a plugin is a packaged, installable distribution of skills plus the metadata a host tool needs to expose that distribution through its plugin or marketplace flow.
|
||||
|
||||
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
|
||||
|
||||
Plugins are **not** different content formats. They still ship `SKILL.md` playbooks. The difference is the packaging, install surface, and filtering.
|
||||
|
||||
## Full library install vs plugin install
|
||||
|
||||
You now have two valid ways to use this repository with Claude Code or Codex.
|
||||
|
||||
### Full library install
|
||||
|
||||
Use the installer or clone the repository directly when you want the broadest possible coverage:
|
||||
|
||||
```bash
|
||||
npx antigravity-awesome-skills --claude
|
||||
npx antigravity-awesome-skills --codex
|
||||
```
|
||||
|
||||
Or clone manually into your preferred skills directory.
|
||||
|
||||
Choose the full library when you want:
|
||||
|
||||
- the largest available catalog
|
||||
- repo-only skills that are still being hardened for plugin distribution
|
||||
- direct filesystem control over the installed tree
|
||||
|
||||
### Plugin install
|
||||
|
||||
Use the plugin marketplace or repo-local plugin metadata when you want a curated, installable distribution:
|
||||
|
||||
- **Claude Code** uses `.claude-plugin/marketplace.json` and `.claude-plugin/plugin.json`
|
||||
- **Codex** uses `.agents/plugins/marketplace.json` and `plugins/antigravity-awesome-skills/.codex-plugin/plugin.json`
|
||||
|
||||
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`
|
||||
|
||||
## What `plugin-safe` means
|
||||
|
||||
Not every skill in the repository is immediately suitable for plugin publication.
|
||||
|
||||
`plugin-safe` means the published plugin excludes skills that still need hardening, portability cleanup, or explicit setup metadata. In practice, plugin-safe filtering avoids shipping skills that rely on:
|
||||
|
||||
- host-specific local paths
|
||||
- undeclared manual setup
|
||||
- assumptions that are acceptable in the full repository but too brittle for marketplace distribution
|
||||
|
||||
This is why the **full library** can be larger than the **plugin-safe** subset. That difference is expected and intentional.
|
||||
|
||||
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
|
||||
|
||||
The repository now ships two plugin shapes.
|
||||
|
||||
### Root plugin
|
||||
|
||||
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.
|
||||
|
||||
### Bundle plugins
|
||||
|
||||
Bundle plugins are smaller, role-based distributions generated from the same repository. Examples include:
|
||||
|
||||
- `Essentials`
|
||||
- `Security Engineer`
|
||||
- `Web Wizard`
|
||||
- `Full-Stack Developer`
|
||||
|
||||
Use a bundle plugin when you want:
|
||||
|
||||
- a lighter starting point
|
||||
- a team-specific plugin install
|
||||
- a curated subset instead of the broad root plugin
|
||||
|
||||
## Claude Code plugin surface
|
||||
|
||||
Claude Code uses the repository's root `.claude-plugin` metadata.
|
||||
|
||||
Relevant files:
|
||||
|
||||
- `.claude-plugin/marketplace.json`
|
||||
- `.claude-plugin/plugin.json`
|
||||
|
||||
Typical install flow:
|
||||
|
||||
```text
|
||||
/plugin marketplace add sickn33/antigravity-awesome-skills
|
||||
/plugin install antigravity-awesome-skills
|
||||
```
|
||||
|
||||
Claude Code bundle plugins are also published through the same marketplace metadata, so you can install a focused bundle instead of the root plugin if you prefer.
|
||||
|
||||
## Codex plugin surface
|
||||
|
||||
Codex uses repo-local plugin metadata that points at the local plugin folders generated by this repository.
|
||||
|
||||
Relevant files:
|
||||
|
||||
- `.agents/plugins/marketplace.json`
|
||||
- `plugins/antigravity-awesome-skills/.codex-plugin/plugin.json`
|
||||
|
||||
The Codex root plugin exposes the same plugin-safe library idea as Claude Code, but through Codex's plugin metadata conventions.
|
||||
|
||||
Bundle-specific Codex plugins are generated alongside the root plugin so you can install a narrower pack when plugin marketplaces are available in your Codex environment.
|
||||
|
||||
## Which path should you choose?
|
||||
|
||||
Choose the **full library** if:
|
||||
|
||||
- you want the biggest catalog
|
||||
- you are comfortable installing directly into skills directories
|
||||
- you want repo-only skills that are not yet published as plugins
|
||||
|
||||
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
|
||||
|
||||
Choose a **bundle 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
|
||||
|
||||
## Related guides
|
||||
|
||||
- [Getting Started](getting-started.md)
|
||||
- [FAQ](faq.md)
|
||||
- [Claude Code skills](claude-code-skills.md)
|
||||
- [Codex CLI skills](codex-cli-skills.md)
|
||||
- [Bundles](bundles.md)
|
||||
- [Usage](usage.md)
|
||||
@@ -8,11 +8,13 @@
|
||||
|
||||
Great question! Here's what just happened and what to do next:
|
||||
|
||||
If you came in through a **Claude Code** or **Codex** plugin instead of a full library install, the mental model is the same: you still invoke individual skills in prompts. The main difference is that plugins ship the plugin-safe subset. See [plugins.md](plugins.md) for the install model.
|
||||
|
||||
### What You Just Did
|
||||
|
||||
When you ran `npx antigravity-awesome-skills` or cloned the repository, you:
|
||||
|
||||
✅ **Downloaded 1,328+ skill files** to your computer (default: `~/.gemini/antigravity/skills/`; or a custom path like `~/.agent/skills/` if you used `--path`)
|
||||
✅ **Downloaded 1,329+ skill files** to your computer (default: `~/.gemini/antigravity/skills/`; or a custom path like `~/.agent/skills/` if you used `--path`)
|
||||
✅ **Made them available** to your AI assistant
|
||||
❌ **Did NOT enable them all automatically** (they're just sitting there, waiting)
|
||||
|
||||
@@ -32,7 +34,7 @@ Bundles are **curated groups** of skills organized by role. They help you decide
|
||||
|
||||
**Analogy:**
|
||||
|
||||
- You installed a toolbox with 1,328+ tools (✅ done)
|
||||
- You installed a toolbox with 1,329+ tools (✅ done)
|
||||
- Bundles are like **labeled organizer trays** saying: "If you're a carpenter, start with these 10 tools"
|
||||
- You can either **pick skills from the tray** or install that tray as a focused marketplace bundle plugin
|
||||
|
||||
@@ -54,6 +56,14 @@ When you see the [Web Wizard bundle](bundles.md#-the-web-wizard-pack), it lists:
|
||||
|
||||
These are **recommendations** for which skills a web developer should try first. If you have the full library installed, you just need to **use them in your prompts**. If you prefer a narrower install surface, you can install the matching bundle plugin in Claude Code or Codex where plugin marketplaces are available.
|
||||
|
||||
The key distinction is:
|
||||
|
||||
- **full library install** = broadest catalog
|
||||
- **root plugin** = broad plugin-safe distribution
|
||||
- **bundle plugin** = curated plugin-safe subset
|
||||
|
||||
See [plugins.md](plugins.md) for the canonical explanation.
|
||||
|
||||
If you want only one bundle active at a time in Antigravity, use the activation scripts instead of trying to invoke the bundle name directly:
|
||||
|
||||
```bash
|
||||
@@ -202,7 +212,7 @@ Let's actually use a skill right now. Follow these steps:
|
||||
|
||||
## Step 5: Picking Your First Skills (Practical Advice)
|
||||
|
||||
Don't try to use all 1,328+ skills at once. Here's a sensible approach:
|
||||
Don't try to use all 1,329+ skills at once. Here's a sensible approach:
|
||||
|
||||
If you want a tool-specific starting point before choosing skills, use:
|
||||
|
||||
@@ -333,7 +343,7 @@ Usually no, but if your AI doesn't recognize a skill:
|
||||
|
||||
### "Can I load all skills into the model at once?"
|
||||
|
||||
No. Even though you have 1,328+ skills installed locally, you should **not** concatenate every `SKILL.md` into a single system prompt or context block.
|
||||
No. Even though you have 1,329+ skills installed locally, you should **not** concatenate every `SKILL.md` into a single system prompt or context block.
|
||||
|
||||
The intended pattern is:
|
||||
|
||||
|
||||
@@ -34,7 +34,7 @@ antigravity-awesome-skills/
|
||||
├── 📄 CONTRIBUTING.md ← Contributor workflow
|
||||
├── 📄 CATALOG.md ← Full generated catalog
|
||||
│
|
||||
├── 📁 skills/ ← 1,328+ skills live here
|
||||
├── 📁 skills/ ← 1,329+ skills live here
|
||||
│ │
|
||||
│ ├── 📁 brainstorming/
|
||||
│ │ └── 📄 SKILL.md ← Skill definition
|
||||
@@ -47,7 +47,7 @@ antigravity-awesome-skills/
|
||||
│ │ └── 📁 2d-games/
|
||||
│ │ └── 📄 SKILL.md ← Nested skills also supported
|
||||
│ │
|
||||
│ └── ... (1,328+ total)
|
||||
│ └── ... (1,329+ total)
|
||||
│
|
||||
├── 📁 apps/
|
||||
│ └── 📁 web-app/ ← Interactive browser
|
||||
@@ -100,7 +100,7 @@ antigravity-awesome-skills/
|
||||
|
||||
```
|
||||
┌─────────────────────────┐
|
||||
│ 1,328+ SKILLS │
|
||||
│ 1,329+ SKILLS │
|
||||
└────────────┬────────────┘
|
||||
│
|
||||
┌────────────────────────┼────────────────────────┐
|
||||
@@ -201,7 +201,7 @@ If you want a workspace-style manual install instead, cloning into `.agent/skill
|
||||
│ ├── 📁 brainstorming/ │
|
||||
│ ├── 📁 stripe-integration/ │
|
||||
│ ├── 📁 react-best-practices/ │
|
||||
│ └── ... (1,328+ total) │
|
||||
│ └── ... (1,329+ total) │
|
||||
└─────────────────────────────────────────┘
|
||||
```
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "antigravity-awesome-skills",
|
||||
"version": "8.10.0",
|
||||
"description": "1,328+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.",
|
||||
"description": "1,329+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"validate": "node tools/scripts/run-python.js tools/scripts/validate_skills.py",
|
||||
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
name: akf-trust-metadata
|
||||
description: "The AI native file format. EXIF for AI — stamps every file with trust scores, source provenance, and compliance metadata. Embeds into 20+ formats (DOCX, PDF, images, code). EU AI Act, SOX, HIPAA auditing."
|
||||
risk: safe
|
||||
source: community
|
||||
date_added: "2026-03-27"
|
||||
author: HMAKT99
|
||||
tags:
|
||||
- trust
|
||||
- metadata
|
||||
- provenance
|
||||
- compliance
|
||||
- file-format
|
||||
- ai-native
|
||||
---
|
||||
|
||||
# AKF — The AI Native File Format
|
||||
|
||||
Every photo has EXIF. Every song has ID3. AKF is the native metadata format for AI-generated content.
|
||||
|
||||
## After creating or modifying files
|
||||
|
||||
```bash
|
||||
akf stamp <file> --agent <agent-name> --evidence "<what you did>"
|
||||
```
|
||||
|
||||
Evidence examples:
|
||||
- "generated from user prompt"
|
||||
- "refactored existing code"
|
||||
- "tests pass"
|
||||
- "docs reviewed"
|
||||
|
||||
## Before modifying existing files
|
||||
|
||||
```bash
|
||||
akf read <file> # Check existing trust metadata
|
||||
akf inspect <file> # See detailed trust scores
|
||||
```
|
||||
|
||||
## Compliance auditing
|
||||
|
||||
```bash
|
||||
akf audit <file> --regulation eu_ai_act # EU AI Act Article 50
|
||||
akf audit <file> --regulation hipaa # HIPAA
|
||||
akf audit <file> --regulation sox # SOX
|
||||
akf audit <file> --regulation nist_ai # NIST AI RMF
|
||||
```
|
||||
|
||||
## Classification
|
||||
|
||||
- `--label confidential` for finance/secret/internal paths
|
||||
- `--label public` for README, docs, examples
|
||||
- Default: `internal`
|
||||
|
||||
## Install
|
||||
|
||||
```bash
|
||||
pip install akf
|
||||
```
|
||||
|
||||
## Links
|
||||
|
||||
- https://akf.dev
|
||||
- https://github.com/HMAKT99/AKF
|
||||
- npm: `npm install akf-format`
|
||||
@@ -19,7 +19,7 @@
|
||||
"skills": "./skills/",
|
||||
"interface": {
|
||||
"displayName": "Antigravity Awesome Skills",
|
||||
"shortDescription": "1,299 plugin-safe skills for coding, security, product, and ops workflows.",
|
||||
"shortDescription": "1,300 plugin-safe skills for coding, security, product, and ops workflows.",
|
||||
"longDescription": "Install a plugin-safe Codex distribution of Antigravity Awesome Skills. Skills that still need hardening or target-specific setup remain available in the repo but are excluded from this plugin.",
|
||||
"developerName": "sickn33 and contributors",
|
||||
"category": "Productivity",
|
||||
|
||||
@@ -0,0 +1,65 @@
|
||||
---
|
||||
name: akf-trust-metadata
|
||||
description: "The AI native file format. EXIF for AI — stamps every file with trust scores, source provenance, and compliance metadata. Embeds into 20+ formats (DOCX, PDF, images, code). EU AI Act, SOX, HIPAA auditing."
|
||||
risk: safe
|
||||
source: community
|
||||
date_added: "2026-03-27"
|
||||
author: HMAKT99
|
||||
tags:
|
||||
- trust
|
||||
- metadata
|
||||
- provenance
|
||||
- compliance
|
||||
- file-format
|
||||
- ai-native
|
||||
---
|
||||
|
||||
# AKF — The AI Native File Format
|
||||
|
||||
Every photo has EXIF. Every song has ID3. AKF is the native metadata format for AI-generated content.
|
||||
|
||||
## After creating or modifying files
|
||||
|
||||
```bash
|
||||
akf stamp <file> --agent <agent-name> --evidence "<what you did>"
|
||||
```
|
||||
|
||||
Evidence examples:
|
||||
- "generated from user prompt"
|
||||
- "refactored existing code"
|
||||
- "tests pass"
|
||||
- "docs reviewed"
|
||||
|
||||
## Before modifying existing files
|
||||
|
||||
```bash
|
||||
akf read <file> # Check existing trust metadata
|
||||
akf inspect <file> # See detailed trust scores
|
||||
```
|
||||
|
||||
## Compliance auditing
|
||||
|
||||
```bash
|
||||
akf audit <file> --regulation eu_ai_act # EU AI Act Article 50
|
||||
akf audit <file> --regulation hipaa # HIPAA
|
||||
akf audit <file> --regulation sox # SOX
|
||||
akf audit <file> --regulation nist_ai # NIST AI RMF
|
||||
```
|
||||
|
||||
## Classification
|
||||
|
||||
- `--label confidential` for finance/secret/internal paths
|
||||
- `--label public` for README, docs, examples
|
||||
- Default: `internal`
|
||||
|
||||
## Install
|
||||
|
||||
```bash
|
||||
pip install akf
|
||||
```
|
||||
|
||||
## Links
|
||||
|
||||
- https://akf.dev
|
||||
- https://github.com/HMAKT99/AKF
|
||||
- npm: `npm install akf-format`
|
||||
@@ -1039,6 +1039,28 @@
|
||||
"reasons": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "akf-trust-metadata",
|
||||
"path": "skills/akf-trust-metadata",
|
||||
"category": "uncategorized",
|
||||
"name": "akf-trust-metadata",
|
||||
"description": "The AI native file format. EXIF for AI \u2014 stamps every file with trust scores, source provenance, and compliance metadata. Embeds into 20+ formats (DOCX, PDF, images, code). EU AI Act, SOX, HIPAA auditing.",
|
||||
"risk": "safe",
|
||||
"source": "community",
|
||||
"date_added": "2026-03-27",
|
||||
"plugin": {
|
||||
"targets": {
|
||||
"codex": "supported",
|
||||
"claude": "supported"
|
||||
},
|
||||
"setup": {
|
||||
"type": "none",
|
||||
"summary": "",
|
||||
"docs": null
|
||||
},
|
||||
"reasons": []
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "algolia-search",
|
||||
"path": "skills/algolia-search",
|
||||
|
||||
Reference in New Issue
Block a user