Add Microsoft Skills for Fabric plugins to marketplace and update README#38
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds Microsoft Fabric-related external plugins to the repository’s plugin marketplace configuration and documents their availability in the README, making these plugins discoverable to users browsing the collection.
Changes:
- Added four Microsoft Skills for Fabric plugin entries to
.github/plugin/marketplace.jsonwith metadata (source, version, keywords, license). - Updated
README.mdto introduce an “External Plugins” section and link to the Microsoft Skills for Fabric suite.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Documents external plugins and links to the Microsoft Skills for Fabric repository with the new plugin names. |
| .github/plugin/marketplace.json | Registers four Fabric-related plugins in the marketplace configuration with GitHub-hosted sources and metadata. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
patniko
approved these changes
May 7, 2026
teddyberco
added a commit
to teddyberco/copilot-plugins
that referenced
this pull request
Jun 8, 2026
Merge pull request github#38 from teddyberco/main
teddyberco
added a commit
to teddyberco/copilot-plugins
that referenced
this pull request
Jun 8, 2026
Merge pull request github#38 from teddyberco/main
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds support for several Microsoft Fabric-related plugins by updating the plugin marketplace configuration and documentation. These changes make new external plugins discoverable and clarify their purpose for users.
Marketplace plugin additions:
.github/plugin/marketplace.json:fabric-skills: Complete bundle of Microsoft Skills for Fabric for developers and consumers.fabric-authoring: Developer skills for authoring Microsoft Fabric solutions, including SDKs, APIs, and automation scripts.fabric-consumption: Consumer skills for interactive Microsoft Fabric operations such as queries and monitoring.fabric-operations: Operations skills for diagnosing Microsoft Fabric performance and health.Documentation updates:
README.mdto mention the inclusion of external plugins, specifically highlighting the Microsoft Skills for Fabric suite and listing the new plugins with a brief description.