diff --git a/CHANGELOG.md b/CHANGELOG.md index d5e2fff4..79007145 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,52 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- ## [Unreleased] +## [7.5.0] - 2026-03-11 - "Socratic Governance" + +> **Introducing Truth Engines, Local Inference optimizations, and Advanced Output Formatting** + +This release brings major architectural skills for local inferences, cross-jurisdictional legal logic, and advanced document structuring to help your AI agents operate securely and systematically. + +## 🚀 New Skills + +### ⚖️ [lex](skills/lex/) +**Cross-Jurisdictional Legal Logic Engine** +A truth engine for navigating complex legal contexts across different jurisdictions without hallucinations. + +### 🛡️ [skill-check](skills/skill-check/) +**Validation for agentskills.io Specification** +A read-only skill that validates SKILL.md files against the agentskills specification and Anthropic best practices. + +### 🔑 [keyword-extractor](skills/keyword-extractor/) +**Extract High-Quality SEO Keywords** +Provides agents with the ability to extract up to 50 high-quality, ranked keywords from any text payload. + +### 🧠 [local-llm-expert](skills/local-llm-expert/) +**Mastery over Local Inference & VRAM Optimization** +Authoritative guidance on running, configuring, and optimizing large language models locally on consumer and enterprise hardware. + +### ✅ [yes-md](skills/yes-md/) +**AI Governance at the Formatting Layer** +Instructs generative agents on how to navigate complex formatting rules with a focus on governance and output fidelity. + +### 📝 [ai-md](skills/ai-md/) +**Convert CLAUDE.md to AI-Native Format** +A sophisticated transformation skill for AI documentation, battle-tested across 4 frontier models. + +### 🤔 [explain-like-socrates](skills/explain-like-socrates/) +**Socratic-Style Concept Explanations** +Transforms the agent into a Socratic tutor, engaging users in dialogue to teach complex concepts through questioning. + +## 👥 Credits + +A huge shoutout to our community contributors for making this release possible: +- **@sx4im** for `local-llm-expert` +- **@sstklen** for `yes-md` and `ai-md` +- **@tejasashinde** for `keyword-extractor` and `explain-like-socrates` +- **@Olga Safonova** for `skill-check` + +--- + - **pipecat-friday-agent** — Iron Man-inspired tactical voice assistant (F.R.I.D.A.Y.) with Pipecat, Gemini, and OpenAI. diff --git a/README.md b/README.md index 0a5943e0..f92478b9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - + # 🌌 Antigravity Awesome Skills: 1,246+ Agentic Skills for Claude Code, Gemini CLI, Cursor, Copilot & More > **The Ultimate Collection of 1,246+ Universal Agentic Skills for AI Coding Assistants — Claude Code, Gemini CLI, Codex CLI, Antigravity IDE, GitHub Copilot, Cursor, OpenCode, AdaL** diff --git a/package.json b/package.json index d31bd768..afe6ceab 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "antigravity-awesome-skills", "version": "7.4.1", - "description": "1,239+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.", + "description": "1,246+ 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", diff --git a/skills_index.json b/skills_index.json index dde9aa1c..b6b98f87 100644 --- a/skills_index.json +++ b/skills_index.json @@ -12459,4 +12459,4 @@ "source": "community", "date_added": "2026-02-27" } -] +] \ No newline at end of file