Skip to content

Move package field into metadata map across plugin SKILL.md files#240

Merged
thegovind merged 1 commit intomainfrom
migrate-frontmatter-metadata
Apr 2, 2026
Merged

Move package field into metadata map across plugin SKILL.md files#240
thegovind merged 1 commit intomainfrom
migrate-frontmatter-metadata

Conversation

@scottaddie
Copy link
Copy Markdown
Member

Migrate 138 SKILL.md files under .github/plugins/ to use spec-conformant metadata maps per the agentskills.io specification.

Changes

  • Move top-level package field into metadata.package (116 SDK skills)
  • Add license: MIT to all 138 updated files
  • Add metadata.author: Microsoft and metadata.version: "1.0.0" to all 138 updated files
  • Leave untouched the 28 azure-skills files that already had the target format

Before / After

SDK skill (before):

---
name: azure-ai-projects-py
description: Build AI applications using...
package: azure-ai-projects
---

SDK skill (after):

---
name: azure-ai-projects-py
description: Build AI applications using...
license: MIT
metadata:
  author: Microsoft
  version: "1.0.0"
  package: azure-ai-projects
---

Utility skill with no package (before):

---
name: fastapi-router-py
description: Create FastAPI routers...
---

Utility skill with no package (after):

---
name: fastapi-router-py
description: Create FastAPI routers...
license: MIT
metadata:
  author: Microsoft
  version: "1.0.0"
---

Scope

Plugin directory Files updated
azure-sdk-dotnet 29
azure-sdk-java 26
azure-sdk-python 42
azure-sdk-rust 7
azure-sdk-typescript 24
deep-wiki 10
Total 138

All package values (npm scoped names, Maven coordinates, multi-package lists, Rust crate names) are preserved exactly. Multi-line descriptions using block scalars are also preserved.

Migrate 138 SKILL.md files under .github/plugins/ to use
spec-conformant metadata maps:

- Move top-level package field into metadata.package
- Add license: MIT to all updated files
- Add metadata.author: Microsoft and metadata.version: 1.0.0
- Leave 28 azure-skills files untouched (already conformant)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@scottaddie scottaddie requested a review from thegovind as a code owner April 2, 2026 16:37
@thegovind thegovind merged commit 46a7c8e into main Apr 2, 2026
3 checks passed
@thegovind thegovind deleted the migrate-frontmatter-metadata branch April 2, 2026 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants