fix(skills): add trust metadata usage guidance
Add a When to Use section for akf-trust-metadata so release validation stays within the current warning budget.\n\nRefresh the generated plugin-safe and catalog artifacts produced by the maintainer sync after the PR batch landed.
This commit is contained in:
@@ -20,7 +20,7 @@ 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: 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.
|
||||
**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.
|
||||
|
||||
## Why Developers Star This Repo
|
||||
|
||||
@@ -64,7 +64,7 @@ If you searched for **Claude Code skills**, **Cursor skills**, **Codex CLI skill
|
||||
|
||||
### 1. 🐣 Context: What is this?
|
||||
|
||||
**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.
|
||||
**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.
|
||||
|
||||
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.
|
||||
|
||||
|
||||
@@ -6,6 +6,12 @@
|
||||
<changefreq>daily</changefreq>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost/skill/akf-trust-metadata</loc>
|
||||
<lastmod>2026-03-27</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost/skill/clarvia-aeo-check</loc>
|
||||
<lastmod>2026-03-27</lastmod>
|
||||
@@ -240,10 +246,4 @@
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>http://localhost/skill/seo-competitor-pages</loc>
|
||||
<lastmod>2026-03-27</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
</urlset>
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Getting Started with Antigravity Awesome Skills (V9.0.0)
|
||||
# Getting Started with Antigravity Awesome Skills (V8.10.0)
|
||||
|
||||
**New here? This guide will help you supercharge your AI Agent in 5 minutes.**
|
||||
|
||||
|
||||
@@ -18,6 +18,10 @@ tags:
|
||||
|
||||
Every photo has EXIF. Every song has ID3. AKF is the native metadata format for AI-generated content.
|
||||
|
||||
## When to Use
|
||||
|
||||
Use this skill when you need to stamp, inspect, or audit provenance and trust metadata on AI-generated or AI-modified files for compliance, review, or handoff workflows.
|
||||
|
||||
## After creating or modifying files
|
||||
|
||||
```bash
|
||||
|
||||
@@ -18,6 +18,10 @@ tags:
|
||||
|
||||
Every photo has EXIF. Every song has ID3. AKF is the native metadata format for AI-generated content.
|
||||
|
||||
## When to Use
|
||||
|
||||
Use this skill when you need to stamp, inspect, or audit provenance and trust metadata on AI-generated or AI-modified files for compliance, review, or handoff workflows.
|
||||
|
||||
## After creating or modifying files
|
||||
|
||||
```bash
|
||||
|
||||
@@ -18,6 +18,10 @@ tags:
|
||||
|
||||
Every photo has EXIF. Every song has ID3. AKF is the native metadata format for AI-generated content.
|
||||
|
||||
## When to Use
|
||||
|
||||
Use this skill when you need to stamp, inspect, or audit provenance and trust metadata on AI-generated or AI-modified files for compliance, review, or handoff workflows.
|
||||
|
||||
## After creating or modifying files
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user