chore: release v7.4.0

This commit is contained in:
sck_0
2026-03-10 17:36:29 +01:00
parent 700612364b
commit 2b6fbde90c
3 changed files with 35 additions and 4 deletions

View File

@@ -11,6 +11,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
---
## [7.4.0] - 2026-03-10 - "Planning & Dashboards"
> **Blueprint planning skill, Sankhya dashboard bestpractices, and registry sync to 1,236+ skills.**
This release focuses on better multi-session planning and domain dashboards. It adds a Blueprint skill for cold-start construction plans that any coding agent can execute, plus a Sankhya dashboard best-practices skill with SQL/JSP and UI guidance. The registry, catalog, and README counts are synced to 1,236+ skills, and the web app build is verified clean for this version.
## 🚀 New Skills
### 🧱 [blueprint](skills/blueprint/)
**Cold-start construction planning for multi-step projects.**
Generates dependency-aware plans where every step has its own context brief, tasks, rollback, verification, and exit criteria so fresh agents can execute steps independently.
### 📊 [sankhya-dashboard-html-jsp-custom-best-pratices](skills/sankhya-dashboard-html-jsp-custom-best-pratices/)
**Sankhya dashboard structure, SQL/JSP patterns, and UI best practices.**
Documents resilient dashboard patterns, recommended SQL/JSP layout, and UX guidelines for production Sankhya deployments.
## 📦 Improvements
- **Registry Update**: Now tracking **1,236+** skills across the catalog.
- **Docs & Catalog**: `README.md`, `skills_index.json`, `data/catalog.json`, and `CATALOG.md` regenerated and validated for 7.4.0.
- **Web App**: `npm run app:build` run successfully to ensure the skills browser is up to date.
## 👥 Credits
- **@antbotlab** for `blueprint` (PR #259).
- **@Guilherme-ruy** for the Sankhya dashboard skill (PR #258).
---
## [7.2.0] - 2026-03-08 - "Community PR Harvest & Cleanup"
> **Eight PRs merged: 44 broken skills removed, zebbern attribution restored, Chinese docs, new skills (audit-skills, senior-frontend, shadcn, frontend-slides update, pakistan-payments-stack), and explainable auto-categorization.**

View File

@@ -1,4 +1,4 @@
<!-- registry-sync: version=7.3.0; skills=1236; stars=22821; updated_at=2026-03-10T16:32:06+00:00 -->
<!-- registry-sync: version=7.4.0; skills=1236; stars=22821; updated_at=2026-03-10T16:35:07+00:00 -->
# 🌌 Antigravity Awesome Skills: 1,236+ Agentic Skills for Claude Code, Gemini CLI, Cursor, Copilot & More
> **The Ultimate Collection of 1,236+ 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,236+ high-performance agentic skills** designed to work seamlessly across the major AI coding assistants.
**Welcome to the V7.3.0 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.4.0 Release!** This repository gives your agent reusable playbooks for planning, coding, debugging, testing, security review, infrastructure work, product thinking, and much more.
## Table of Contents

View File

@@ -1,7 +1,7 @@
{
"name": "antigravity-awesome-skills",
"version": "7.3.0",
"description": "1,232+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.",
"version": "7.4.0",
"description": "1,236+ 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",