microsoft-learn
v1.0.0-ghast.1Search Microsoft documentation and retrieve official code samples.
By Ghast AILicense: MIT0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 8, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Get the plugin
git clone https://github.com/Trapezohe/ghast-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/microsoft-learn/.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json├── skills/microsoft-learn/SKILL.md└── mcp.json
Included Skills1
Use Microsoft Learn in Ghast. Search Microsoft documentation and retrieve official code samples. 检索微软官方文档与代码示例,辅助 Azure 和 Microsoft 开发。
MCP servers1
- url
- https://learn.microsoft.com/api/mcp
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "microsoft-learn",
"version": "1.0.0-ghast.1",
"description": "Search Microsoft documentation and retrieve official code samples.",
"author": {
"name": "Ghast AI",
"url": "https://ghast.trapezohe.ai"
},
"homepage": "https://learn.microsoft.com/en-us/training/support/mcp",
"license": "MIT",
"extensions": {
"ai.trapezohe.ghast": {
"category": "development",
"icon": "./assets/icon.svg",
"displayName": "Microsoft Learn",
"descriptions": {
"en": "Search Microsoft documentation and retrieve official code samples.",
"zh-CN": "检索微软官方文档与代码示例,辅助 Azure 和 Microsoft 开发。"
}
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[microsoft-learn on Agent Plugins Marketplace](https://pluginsmp.com/plugins/microsoft-learn)