Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -1291,6 +1291,32 @@
"description": "Complete toolkit for building Model Context Protocol (MCP) servers in Python using the official SDK with FastMCP. Includes instructions for best practices, a prompt for generating servers, and an expert chat mode for guidance.",
"version": "1.0.0"
},
{
"name": "rayfin",
"description": "Getting-started router skill for Rayfin - scaffold a new app with the Rayfin CLI, then use the version-locked skill installed in the project.",
"version": "0.3.0",
"author": {
"name": "Microsoft",
"url": "https://www.microsoft.com"
},
"repository": "https://github.com/microsoft/rayfin",
"homepage": "https://github.com/microsoft/rayfin",
"license": "MIT",
"keywords": [
"rayfin",
"getting-started",
"scaffold",
"create-rayfin",
"rayfin-cli",
"fabric",
"typescript"
],
"source": {
"source": "github",
"repo": "microsoft/rayfin",
"ref": "plugin-v0.3.0"
}
},
{
"name": "react18-upgrade",
"source": "plugins/react18-upgrade",
Expand Down
26 changes: 26 additions & 0 deletions plugins/external.json
Original file line number Diff line number Diff line change
Expand Up @@ -867,6 +867,32 @@
"ref": "v2.1.0"
}
},
{
"name": "rayfin",
"description": "Getting-started router skill for Rayfin - scaffold a new app with the Rayfin CLI, then use the version-locked skill installed in the project.",
"version": "0.3.0",
"author": {
"name": "Microsoft",
"url": "https://www.microsoft.com"
},
"repository": "https://github.com/microsoft/rayfin",
"homepage": "https://github.com/microsoft/rayfin",
"license": "MIT",
"keywords": [
"rayfin",
"getting-started",
"scaffold",
"create-rayfin",
"rayfin-cli",
"fabric",
"typescript"
],
"source": {
"source": "github",
"repo": "microsoft/rayfin",
"ref": "plugin-v0.3.0"
}
},
{
"name": "skills-for-copilot-studio",
"description": "Microsoft Copilot Studio plugins for AI coding agents",
Expand Down
Loading