mirror of
https://github.com/github/awesome-copilot.git
synced 2026-05-27 17:11:44 +00:00
Add external plugin vercel-plugin (#1829)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
c9dace874d
commit
5cb6ef998e
@@ -792,6 +792,36 @@
|
|||||||
"description": "Comprehensive collection of prompts, instructions, and resources for building declarative agents and API plugins using TypeSpec for Microsoft 365 Copilot extensibility.",
|
"description": "Comprehensive collection of prompts, instructions, and resources for building declarative agents and API plugins using TypeSpec for Microsoft 365 Copilot extensibility.",
|
||||||
"version": "1.0.0"
|
"version": "1.0.0"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "vercel-plugin",
|
||||||
|
"description": "Build and deploy web apps and agents. Comprehensive Vercel ecosystem plugin — relational knowledge graph, skills for every major product, specialized agents, and Vercel conventions. Turns any AI agent into a Vercel expert.",
|
||||||
|
"version": "0.43.0",
|
||||||
|
"author": {
|
||||||
|
"name": "Vercel",
|
||||||
|
"url": "https://github.com/vercel"
|
||||||
|
},
|
||||||
|
"repository": "https://github.com/vercel/vercel-plugin",
|
||||||
|
"homepage": "https://vercel.com/docs/agent-resources/vercel-plugin",
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"keywords": [
|
||||||
|
"vercel",
|
||||||
|
"nextjs",
|
||||||
|
"ai-sdk",
|
||||||
|
"turborepo",
|
||||||
|
"turbopack",
|
||||||
|
"workflow",
|
||||||
|
"deployment",
|
||||||
|
"edge-functions",
|
||||||
|
"serverless",
|
||||||
|
"ai-gateway"
|
||||||
|
],
|
||||||
|
"source": {
|
||||||
|
"source": "github",
|
||||||
|
"repo": "vercel/vercel-plugin",
|
||||||
|
"path": "/",
|
||||||
|
"ref": "6e51924cb249e2941de005d59f1ac6f768477b98"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "visual-pr",
|
"name": "visual-pr",
|
||||||
"source": "visual-pr",
|
"source": "visual-pr",
|
||||||
|
|||||||
+51
-3
@@ -193,7 +193,13 @@
|
|||||||
"url": "https://www.figma.com"
|
"url": "https://www.figma.com"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/figma/mcp-server-guide",
|
"homepage": "https://github.com/figma/mcp-server-guide",
|
||||||
"keywords": ["figma", "design", "mcp", "ui", "code-connect"],
|
"keywords": [
|
||||||
|
"figma",
|
||||||
|
"design",
|
||||||
|
"mcp",
|
||||||
|
"ui",
|
||||||
|
"code-connect"
|
||||||
|
],
|
||||||
"repository": "https://github.com/figma/mcp-server-guide",
|
"repository": "https://github.com/figma/mcp-server-guide",
|
||||||
"source": {
|
"source": {
|
||||||
"source": "github",
|
"source": "github",
|
||||||
@@ -265,7 +271,14 @@
|
|||||||
"url": "https://www.microsoft.com"
|
"url": "https://www.microsoft.com"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/microsoft/Build-CLI",
|
"homepage": "https://github.com/microsoft/Build-CLI",
|
||||||
"keywords": ["microsoft", "build", "ignite", "events", "sessions", "learn"],
|
"keywords": [
|
||||||
|
"microsoft",
|
||||||
|
"build",
|
||||||
|
"ignite",
|
||||||
|
"events",
|
||||||
|
"sessions",
|
||||||
|
"learn"
|
||||||
|
],
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"repository": "https://github.com/microsoft/Build-CLI",
|
"repository": "https://github.com/microsoft/Build-CLI",
|
||||||
"source": {
|
"source": {
|
||||||
@@ -282,7 +295,12 @@
|
|||||||
"url": "https://www.microsoft.com"
|
"url": "https://www.microsoft.com"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/dotnet/modernize-dotnet",
|
"homepage": "https://github.com/dotnet/modernize-dotnet",
|
||||||
"keywords": ["modernization", "upgrade", "migration", "dotnet"],
|
"keywords": [
|
||||||
|
"modernization",
|
||||||
|
"upgrade",
|
||||||
|
"migration",
|
||||||
|
"dotnet"
|
||||||
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "https://github.com/dotnet/modernize-dotnet",
|
"repository": "https://github.com/dotnet/modernize-dotnet",
|
||||||
"source": {
|
"source": {
|
||||||
@@ -367,6 +385,36 @@
|
|||||||
"ref": "v2.0.0"
|
"ref": "v2.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "vercel-plugin",
|
||||||
|
"description": "Build and deploy web apps and agents. Comprehensive Vercel ecosystem plugin — relational knowledge graph, skills for every major product, specialized agents, and Vercel conventions. Turns any AI agent into a Vercel expert.",
|
||||||
|
"version": "0.43.0",
|
||||||
|
"author": {
|
||||||
|
"name": "Vercel",
|
||||||
|
"url": "https://github.com/vercel"
|
||||||
|
},
|
||||||
|
"repository": "https://github.com/vercel/vercel-plugin",
|
||||||
|
"homepage": "https://vercel.com/docs/agent-resources/vercel-plugin",
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"keywords": [
|
||||||
|
"vercel",
|
||||||
|
"nextjs",
|
||||||
|
"ai-sdk",
|
||||||
|
"turborepo",
|
||||||
|
"turbopack",
|
||||||
|
"workflow",
|
||||||
|
"deployment",
|
||||||
|
"edge-functions",
|
||||||
|
"serverless",
|
||||||
|
"ai-gateway"
|
||||||
|
],
|
||||||
|
"source": {
|
||||||
|
"source": "github",
|
||||||
|
"repo": "vercel/vercel-plugin",
|
||||||
|
"path": "/",
|
||||||
|
"ref": "6e51924cb249e2941de005d59f1ac6f768477b98"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "whatidid",
|
"name": "whatidid",
|
||||||
"description": "Turn your Copilot sessions into proof of impact — research-grounded HTML reports with effort estimation, skills analysis, and ROI metrics from local session logs.",
|
"description": "Turn your Copilot sessions into proof of impact — research-grounded HTML reports with effort estimation, skills analysis, and ROI metrics from local session logs.",
|
||||||
|
|||||||
Reference in New Issue
Block a user