Commit Graph

16 Commits

Author SHA1 Message Date
Pieter de Bruin 165b84bb5f Add microsoft-events plugin (Microsoft Build & Ignite sessions) (#1681)
* Add microsoft-events plugin (Microsoft Build & Ignite sessions)

Adds the Microsoft Events skill to the external plugins registry.
This skill connects developer projects to Microsoft Build and Ignite
session catalogs, enabling session discovery, tech stack updates,
and schedule planning from Copilot CLI and VS Code.

Repository: https://github.com/microsoft/Build-CLI

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* updating marketplace

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Aaron Powell <me@aaron-powell.com>
2026-05-12 17:24:35 +10:00
dawright22 d944a73b58 Add git-ape external plugin entry (#1640)
Add Azure/git-ape to plugins/external.json and regenerate marketplace.json for discovery and install via Awesome Copilot.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-08 16:23:23 +10:00
Antonio Villanueva 2446a2df5c Update modernize-dotnet plugin to 1.0.1102-preview1 (#1649)
Co-authored-by: anvillan <anvillan@users.noreply.github.com>
2026-05-08 12:25:19 +10:00
Antonio Villanueva fc9e027775 Update modernize-dotnet plugin to 1.0.1063-preview1 (#1548)
Co-authored-by: Antonio Villanueva <anvillan@microsoft.com>
2026-04-29 12:19:13 +10:00
Antonio Villanueva 8d182ae78d Update modernize-dotnet plugin to 1.0.1047-preview1 (#1476)
Co-authored-by: Antonio Villanueva <anvillan@microsoft.com>
2026-04-28 14:00:35 +10:00
Antonio Villanueva 1565493324 Update modernize-dotnet plugin to 1.0.1037-preview1 (#1394)
Co-authored-by: Antonio Villanueva <anvillan@microsoft.com>
2026-04-15 09:51:18 +10:00
Antonio Villanueva 30ed357edc Update modernize-dotnet plugin to 1.0.1026-preview1 (#1359)
* Update modernize-dotnet plugin to 1.0.1026-preview1

* Update modernize-dotnet version in marketplace.json to 1.0.1026-preview1

---------

Co-authored-by: Antonio Villanueva <anvillan@microsoft.com>
2026-04-13 09:54:53 +10:00
Mangokernel dba2367fe9 Add whatidid skill — turn your Copilot sessions into proof of impact (#1319)
* Add whatidid skill — Copilot impact report generator

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Fix: use single quotes for description in SKILL.md frontmatter

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Convert from skill to external plugin per reviewer feedback

Address @aaronpowell's review: convert whatidid from a bundled skill
to an external plugin referencing microsoft/What-I-Did-Copilot.
This improves supply chain transparency and stays current with
the source repo.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-13 09:54:07 +10:00
Simina Pasat dfe3cb35d7 Add Figma plugin information to external.json (#1143)
* Add Figma plugin information to external.json

Added Figma plugin details including name, description, version, author, homepage, keywords, license, repository, and source.

* Remove license field since it's unknown for Figma

Removed TODO placeholder for license field in external.json

* Apply suggestions from code review

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Updating marjetplace.json

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-24 11:49:29 +11:00
Tianqi Zhang 165d601f2a add microsoft-docs plugin (#1130)
* add microsoft-docs plugin

* Update .github/plugin/marketplace.json

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update plugins/external.json

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* fix keywords alignment

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-03-23 16:00:30 +11:00
Tim Mulholland ee71c0689c Add modernize-dotnet plugin (#1083)
* Add modernize-dotnet plugin

* Apply suggestions from code review

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-03-20 10:14:12 +11:00
Eric Scherlinger be6b400fb5 adding the skills for copilot studio in stage (#1065)
* adding the skills for copilot studio in stage

* Potential fix for pull request finding

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

* udpate the keywords to match Github copilot

* Removing path regarding Copilot feedback

---------

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
2026-03-19 10:32:58 +11:00
suyask-msft 8bfc9f3c4b Source dataverse plugin externally from microsoft/Dataverse-skills (#1010)
* Source dataverse plugin from microsoft/Dataverse-skills

The Dataverse plugin was previously bundled locally with a single
mcp-configure skill. It is now sourced externally from
microsoft/Dataverse-skills, which provides the full skill set:
init, setup, metadata, python-sdk, solution, mcp-configure, and overview.

- marketplace.json: update dataverse entry to external source format
- external.json: add Dataverse entry alongside Azure
- plugins/dataverse/: remove local plugin directory (now external)
- skills/mcp-configure/: remove top-level copy (now in external plugin)
- docs/README.plugins.md: update dataverse row with external link
- docs/README.skills.md: note mcp-configure moved to external plugin

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Make dataverse plugin docs generic to avoid stale counts

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Remove mcp-configure from skills index — now in external plugin

External plugins don't list their skills in README.skills.md
(consistent with azure-skills).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Revert manual edits to generated files

marketplace.json, README.plugins.md, and README.skills.md are
auto-generated. External plugins are discovered via external.json
and merged into marketplace.json by generate-marketplace.mjs.
Matches the Azure external plugin pattern — no manual doc entries.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* Regenerate marketplace.json and docs after external plugin change

Run npm run build to pick up the new external dataverse entry and
remove the old local one from generated files.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-17 08:32:26 +11:00
Manish Jayaswal 92e4a10824 adding dotnet and dotnet-diag as remote plugins (#994)
Co-authored-by: Aaron Powell <me@aaron-powell.com>
2026-03-16 10:28:22 +11:00
Tom Meschter 38aafb1a72 Add azure-skills as external plugin (#880)
* Add azure-skills as external plugin

Add microsoft/azure-skills as an external plugin with metadata including
author, homepage, keywords, license, and repository fields. Regenerated
marketplace.json.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Rename external plugin from azure-skills to azure

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Update azure plugin description

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Swap homepage and repository URLs for azure plugin

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Add source.path to azure external plugin entry

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-06 08:01:58 +11:00
Tom Meschter d4dcc676e4 Support external plugins in marketplace.json generation (#876)
The marketplace currently only includes plugins that live as local
directories in plugins/. This makes it impossible to list plugins
hosted in external GitHub repos, npm packages, or other git URLs.

Add plugins/external.json as a hand-curated list of external plugin
entries following the Claude Code plugin marketplace spec. The
generate-marketplace script now reads this file and merges external
entries as-is into the generated marketplace.json, sorted by name.

Changes:
- Add plugins/external.json (empty array, ready for entries)
- Update eng/generate-marketplace.mjs to load, merge, and sort
  external plugins; warn on duplicate names; log counts
- Document the external plugin workflow in CONTRIBUTING.md and
  AGENTS.md

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-05 10:08:54 +11:00