From 7751f14d53a29209376c01905b6b2d1d1ea00340 Mon Sep 17 00:00:00 2001 From: AKT99! Date: Fri, 27 Mar 2026 15:08:37 +0530 Subject: [PATCH] =?UTF-8?q?Add=20AKF=20=E2=80=94=20The=20AI=20Native=20Fil?= =?UTF-8?q?e=20Format=20skill=20(#406)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- skills/akf-trust-metadata/SKILL.md | 65 ++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 skills/akf-trust-metadata/SKILL.md diff --git a/skills/akf-trust-metadata/SKILL.md b/skills/akf-trust-metadata/SKILL.md new file mode 100644 index 00000000..981e325a --- /dev/null +++ b/skills/akf-trust-metadata/SKILL.md @@ -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 --agent --evidence "" +``` + +Evidence examples: +- "generated from user prompt" +- "refactored existing code" +- "tests pass" +- "docs reviewed" + +## Before modifying existing files + +```bash +akf read # Check existing trust metadata +akf inspect # See detailed trust scores +``` + +## Compliance auditing + +```bash +akf audit --regulation eu_ai_act # EU AI Act Article 50 +akf audit --regulation hipaa # HIPAA +akf audit --regulation sox # SOX +akf audit --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`