Skip to content

Commit 45bb3e5

Browse files
committed
chore: bump v5.1.0 — Official Microsoft & Gemini Skills (845+ total)
1 parent 58489df commit 45bb3e5

File tree

2 files changed

+37
-2
lines changed

2 files changed

+37
-2
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,41 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
---
99

10+
## [5.1.0] - 2026-02-12 - "Official Microsoft & Gemini Skills"
11+
12+
> **845+ skills: the largest single-PR expansion ever, powered by official vendor collections.**
13+
14+
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.
15+
16+
### Added
17+
18+
- **129 Microsoft Official Skills** from [microsoft/skills](https://github.com/microsoft/skills):
19+
- Azure SDKs across .NET, Python, TypeScript, Java, and Rust
20+
- M365 Agents, Semantic Kernel, and wiki plugin skills
21+
- Flat structure using YAML `name` field as directory name
22+
- Attribution files: `docs/LICENSE-MICROSOFT`, `docs/microsoft-skills-attribution.json`
23+
- **Gemini API Skills**: Official Gemini API development skill under `skills/gemini-api-dev/`
24+
- **New Scripts & Tooling**:
25+
- `scripts/sync_microsoft_skills.py` (v4): Flat-structure sync with collision detection, stale cleanup, and attribution metadata
26+
- `scripts/tests/inspect_microsoft_repo.py`: Remote repo inspection
27+
- `scripts/tests/test_comprehensive_coverage.py`: Coverage verification
28+
- **New npm scripts**: `sync:microsoft` and `sync:all-official` in `package.json`
29+
30+
### Fixed
31+
32+
- **`scripts/generate_index.py`**: Enhanced frontmatter parsing for unquoted `@` symbols and commas
33+
- **`scripts/build-catalog.js`**: Deterministic `generatedAt` timestamp (prevents CI drift)
34+
35+
### Registry
36+
37+
- **Total Skills**: 845 (from 626). All generated files synced.
38+
39+
### Contributors
40+
41+
- [@ar27111994](https://github.com/ar27111994) - Microsoft & Gemini skills integration (PR #73)
42+
43+
---
44+
1045
## [5.0.0] - 2026-02-10 - "Antigravity Workflows Foundation"
1146

1247
> Workflows are now first-class: users can run guided, multi-skill playbooks instead of manually composing skills one by one.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "antigravity-awesome-skills",
3-
"version": "5.0.0",
4-
"description": "800+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.",
3+
"version": "5.1.0",
4+
"description": "845+ agentic skills for Claude Code, Gemini CLI, Cursor, Antigravity & more. Installer CLI.",
55
"license": "MIT",
66
"scripts": {
77
"validate": "python3 scripts/validate_skills.py",

0 commit comments

Comments
 (0)