From 45bb3e5617be289f9ec8c975050c9d10d5064bef Mon Sep 17 00:00:00 2001 From: sck_0 Date: Thu, 12 Feb 2026 06:03:10 +0100 Subject: [PATCH] =?UTF-8?q?chore:=20bump=20v5.1.0=20=E2=80=94=20Official?= =?UTF-8?q?=20Microsoft=20&=20Gemini=20Skills=20(845+=20total)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ package.json | 4 ++-- 2 files changed, 37 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f133cb5..0b6dbcbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,41 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [5.1.0] - 2026-02-12 - "Official Microsoft & Gemini Skills" + +> **845+ skills: the largest single-PR expansion ever, powered by official vendor collections.** + +Integrates the full official Microsoft skills collection (129 skills) and Google Gemini API development skills, significantly expanding Azure SDK coverage across .NET, Python, TypeScript, Java, and Rust, plus M365 Agents, Semantic Kernel, and wiki plugin skills. + +### Added + +- **129 Microsoft Official Skills** from [microsoft/skills](https://github.com/microsoft/skills): + - Azure SDKs across .NET, Python, TypeScript, Java, and Rust + - M365 Agents, Semantic Kernel, and wiki plugin skills + - Flat structure using YAML `name` field as directory name + - Attribution files: `docs/LICENSE-MICROSOFT`, `docs/microsoft-skills-attribution.json` +- **Gemini API Skills**: Official Gemini API development skill under `skills/gemini-api-dev/` +- **New Scripts & Tooling**: + - `scripts/sync_microsoft_skills.py` (v4): Flat-structure sync with collision detection, stale cleanup, and attribution metadata + - `scripts/tests/inspect_microsoft_repo.py`: Remote repo inspection + - `scripts/tests/test_comprehensive_coverage.py`: Coverage verification +- **New npm scripts**: `sync:microsoft` and `sync:all-official` in `package.json` + +### Fixed + +- **`scripts/generate_index.py`**: Enhanced frontmatter parsing for unquoted `@` symbols and commas +- **`scripts/build-catalog.js`**: Deterministic `generatedAt` timestamp (prevents CI drift) + +### Registry + +- **Total Skills**: 845 (from 626). All generated files synced. + +### Contributors + +- [@ar27111994](https://github.com/ar27111994) - Microsoft & Gemini skills integration (PR #73) + +--- + ## [5.0.0] - 2026-02-10 - "Antigravity Workflows Foundation" > Workflows are now first-class: users can run guided, multi-skill playbooks instead of manually composing skills one by one. diff --git a/package.json b/package.json index 088b2476..ab749d5c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "antigravity-awesome-skills", - "version": "5.0.0", - "description": "800+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.", + "version": "5.1.0", + "description": "845+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.", "license": "MIT", "scripts": { "validate": "python3 scripts/validate_skills.py",