Skip to content

Commit c8f657f

Browse files
author
Sean Roberts
committed
Add netlify-skills plugin
Registers the Netlify platform skills plugin (netlify/context-and-tools) as an external plugin: functions, edge functions, blobs, database, identity, image CDN, forms, config, CLI, frameworks, caching, AI Gateway, and deployment, plus the official hosted Netlify MCP server. Public, MIT-licensed, maintained by Netlify.
1 parent 65c5daa commit c8f657f

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

.github/plugin/marketplace.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,39 @@
425425
"flowagent"
426426
],
427427
"license": "MIT"
428+
},
429+
{
430+
"name": "netlify-skills",
431+
"source": {
432+
"source": "github",
433+
"repo": "netlify/context-and-tools"
434+
},
435+
"description": "Netlify platform skills — functions, edge functions, blobs, database, identity, image CDN, forms, config, CLI, frameworks, caching, AI Gateway, and deployment — plus the official Netlify MCP server for creating and managing projects, deploys, and environment variables.",
436+
"version": "1.1.0",
437+
"author": {
438+
"name": "Netlify",
439+
"url": "https://www.netlify.com"
440+
},
441+
"homepage": "https://docs.netlify.com/build/build-with-ai/",
442+
"repository": "https://github.com/netlify/context-and-tools",
443+
"keywords": [
444+
"netlify",
445+
"deployment",
446+
"serverless",
447+
"functions",
448+
"edge-functions",
449+
"blobs",
450+
"database",
451+
"forms",
452+
"image-cdn",
453+
"caching",
454+
"ai-gateway",
455+
"mcp",
456+
"identity",
457+
"frameworks",
458+
"cli"
459+
],
460+
"license": "MIT"
428461
}
429462
]
430463
}

0 commit comments

Comments
 (0)