From 7a9777f1cd40862eb0350adcad398c2922b7fe6a Mon Sep 17 00:00:00 2001 From: sck_0 Date: Fri, 6 Mar 2026 15:40:59 +0100 Subject: [PATCH] chore: release 7.0.1 Bump version to 7.0.1, document the patch release, and update README to reference the new version. --- CHANGELOG.md | 33 +++++++++++++++++++++++++++++++++ README.md | 4 ++-- package.json | 4 ++-- 3 files changed, 37 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60717e5c..0b0b911c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,39 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [7.0.1] - 2026-03-06 - "Markdown & Wallet Patch" + +> **Patch release with web markdown improvements and new wallet skills, plus catalog sync.** + +This patch release adds new skills for AI-writing cleanup and multi-chain crypto wallets, while improving how markdown is rendered in the web app. It also syncs the generated catalog and metadata for a clean 7.0.1 state. + +## 🚀 New Skills + +### ✍️ avoid-ai-writing (skills/avoid-ai-writing/) + +**Remove AI-isms from generated prose** +Audits and rewrites content to remove 21 categories of AI writing patterns, using a 43-entry replacement table and a structured four-step audit workflow. + +> **Try it:** `Use @avoid-ai-writing to clean up this AI-generated blog post before publishing.` + +### 🪙 emblemai-crypto-wallet (skills/emblemai-crypto-wallet/) + +**Multi-chain crypto wallet management via EmblemAI** +Manages crypto wallets across 7 blockchains (Solana, Ethereum, Base, BSC, Polygon, Hedera, Bitcoin) for balance checks, swaps, transfers, and portfolio analysis via the EmblemAI Agent Hustle API. + +> **Try it:** `Use @emblemai-crypto-wallet to summarize my portfolio and estimate gas costs for a swap.` + +## 📦 Improvements + +- **Registry Update**: Catalog and bundles regenerated after adding the new skills. +- **Risk Metadata**: `emblemai-crypto-wallet` now uses a `critical` risk level to reflect real-value asset operations. +- **Validation**: Full validation chain and catalog build run successfully for 7.0.1. + +## 👥 Credits + +- **@conorbronsdon** for `avoid-ai-writing`. +- **@decentraliser** for `emblemai-crypto-wallet`. + ## [7.0.0] - 2026-03-06 - "20k Stars Celebration" > **300+ new skills added to celebrate 20,000 GitHub stars!** diff --git a/README.md b/README.md index fd6b6d98..6d8df2c4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - + # 🌌 Antigravity Awesome Skills: 1,206+ Agentic Skills for Claude Code, Gemini CLI, Cursor, Copilot & More > **The Ultimate Collection of 1,206+ Universal Agentic Skills for AI Coding Assistants — Claude Code, Gemini CLI, Codex CLI, Antigravity IDE, GitHub Copilot, Cursor, OpenCode, AdaL** @@ -20,7 +20,7 @@ **Antigravity Awesome Skills** is a curated, battle-tested library of **1,206+ high-performance agentic skills** designed to work seamlessly across the major AI coding assistants. -**Welcome to the V7.0.0 21k Stars Celebration Release!** This repository gives your agent reusable playbooks for planning, coding, debugging, testing, security review, infrastructure work, product thinking, and much more. +**Welcome to the V7.0.1 21k Stars Patch Release!** This repository gives your agent reusable playbooks for planning, coding, debugging, testing, security review, infrastructure work, product thinking, and much more. > **🌟 21,000+ GitHub Stars Milestone!** Thank you to the community for turning this into one of the largest skill libraries in this category. diff --git a/package.json b/package.json index a426eacf..ec184490 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "antigravity-awesome-skills", - "version": "7.0.0", - "description": "1,204+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.", + "version": "7.0.1", + "description": "1,206+ 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",