From 2b6fbde90c2d11475afc68e4578eb544a9783f8d Mon Sep 17 00:00:00 2001 From: sck_0 Date: Tue, 10 Mar 2026 17:36:29 +0100 Subject: [PATCH] chore: release v7.4.0 --- CHANGELOG.md | 31 +++++++++++++++++++++++++++++++ README.md | 4 ++-- package.json | 4 ++-- 3 files changed, 35 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba4da0e7..b4bb6b20 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 best‑practices, 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.** diff --git a/README.md b/README.md index ce6d589e..4bfbddd3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - + # 🌌 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 diff --git a/package.json b/package.json index 34c13b4e..222cd2ce 100644 --- a/package.json +++ b/package.json @@ -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",