From 552be1c4574e8955e65148e32e7a6f7d1a3fdd59 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 04:01:31 +0000 Subject: [PATCH] Add external plugin foundation-models (#2618) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/plugin/marketplace.json | 29 +++++++++++++++++++++++++++++ plugins/external.json | 29 +++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 0cca9511..36061ce9 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -665,6 +665,35 @@ "description": "Give your AI agent full visibility into Power Automate cloud flows via the FlowStudio MCP server. Connect, debug, build, monitor health, and govern flows at scale — action-level inputs and outputs, not just status codes.", "version": "2.0.0" }, + { + "name": "foundation-models", + "description": "Helps coding agents write and review Apple Foundation Models code for iOS, macOS, visionOS, and watchOS using the SDK installed on the developer's Mac. It verifies real API signatures and availability, then type-checks the result instead of relying on model memory.", + "version": "0.1.3", + "author": { + "name": "Artem Novichkov", + "url": "https://github.com/artemnovichkov" + }, + "repository": "https://github.com/artemnovichkov/foundation-models-plugin", + "homepage": "https://github.com/artemnovichkov/foundation-models-plugin", + "license": "MIT", + "keywords": [ + "swift", + "ios", + "macos", + "apple", + "foundation-models", + "apple-intelligence", + "on-device", + "llm", + "xcode" + ], + "source": { + "source": "github", + "repo": "artemnovichkov/foundation-models-plugin", + "ref": "0.1.3", + "sha": "5837a9343db97d59107d146024b1dbd858625274" + } + }, { "name": "frontend-web-dev", "source": "plugins/frontend-web-dev", diff --git a/plugins/external.json b/plugins/external.json index 52521b16..86324527 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -445,6 +445,35 @@ "repo": "figma/mcp-server-guide" } }, + { + "name": "foundation-models", + "description": "Helps coding agents write and review Apple Foundation Models code for iOS, macOS, visionOS, and watchOS using the SDK installed on the developer's Mac. It verifies real API signatures and availability, then type-checks the result instead of relying on model memory.", + "version": "0.1.3", + "author": { + "name": "Artem Novichkov", + "url": "https://github.com/artemnovichkov" + }, + "repository": "https://github.com/artemnovichkov/foundation-models-plugin", + "homepage": "https://github.com/artemnovichkov/foundation-models-plugin", + "license": "MIT", + "keywords": [ + "swift", + "ios", + "macos", + "apple", + "foundation-models", + "apple-intelligence", + "on-device", + "llm", + "xcode" + ], + "source": { + "source": "github", + "repo": "artemnovichkov/foundation-models-plugin", + "ref": "0.1.3", + "sha": "5837a9343db97d59107d146024b1dbd858625274" + } + }, { "name": "gh-skills-builder", "description": "Repo: https://github.com/arilivigni/gh-skills-builder\nThis plugin is for people that want to create a GitHub Skills exercise which are self-paced learning GitHub within GitHub.\nhttps://learn.github.com/skills\nexamples:\nhttps://github.com/skills/agent-orchestration-build-your-ai-dream-team\nhttps://github.com/skills/agentic-workflows-that-read-the-room",