chore: release v7.4.0
This commit is contained in:
31
CHANGELOG.md
31
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.**
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user