From afab2e262feebe82b33f8a7a111a843ccdb67d10 Mon Sep 17 00:00:00 2001 From: sickn33 Date: Wed, 18 Mar 2026 12:57:02 +0100 Subject: [PATCH] meta(release): Sync preflight metadata Accept the deterministic metadata updates produced by the release preflight so the tracked tree matches the current package version and skill count before the automated 8.2.0 release commit runs. This keeps the README registry sync comment aligned with the current package state while preserving the manual 8.2.0 release messaging. --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f98fd74..4afd0c4a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - + # 🌌 Antigravity Awesome Skills: 1,271+ Agentic Skills for Claude Code, Gemini CLI, Cursor, Copilot & More > **The Ultimate Collection of 1,271+ Universal Agentic Skills for AI Coding Assistants — Claude Code, Gemini CLI, Codex CLI, Antigravity IDE, GitHub Copilot, Cursor, OpenCode, AdaL** diff --git a/package.json b/package.json index ea82eb3f..f6eb27d0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "antigravity-awesome-skills", "version": "8.1.0", - "description": "1,265+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.", + "description": "1,271+ 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",