chore: release 7.0.1

Bump version to 7.0.1, document the patch release, and update README to reference the new version.
This commit is contained in:
sck_0
2026-03-06 15:40:59 +01:00
parent fd28a4c3e2
commit 7a9777f1cd
3 changed files with 37 additions and 4 deletions

View File

@@ -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!**

View File

@@ -1,4 +1,4 @@
<!-- registry-sync: version=7.0.0; skills=1206; stars=20832; updated_at=2026-03-06T14:34:38+00:00 -->
<!-- registry-sync: version=7.0.1; skills=1206; stars=20837; updated_at=2026-03-06T14:40:02+00:00 -->
# 🌌 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.

View File

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