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

@@ -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`

View File

@@ -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",

View File

@@ -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`