whale4rain/agent-plugins-example-zh
v0.1.0Apache-2.0
基于 Agent Plugins Specification v1.0.0 的中文实践示范仓库:通过高质量 Skill、MCP 及二者组合案例,展示 Agent Plugin 的设计、组织、运行与复用。
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
githubstdio
{
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-github"
]
}filesystemstdio
{
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"${PLUGIN_ROOT}"
],
"cwd": "${PLUGIN_ROOT}"
}fetchstdio
{
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fetch"
]
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "agent-plugins-example-zh",
"version": "0.1.0",
"description": "基于 Agent Plugins Specification v1.0.0 的中文实践示范仓库:通过高质量 Skill、MCP 及二者组合案例,展示 Agent Plugin 的设计、组织、运行与复用。",
"author": {
"name": "agent-plugins-example-zh contributors",
"url": "https://github.com/whale4rain/agent-plugins-example-zh"
},
"repository": "https://github.com/whale4rain/agent-plugins-example-zh",
"license": "Apache-2.0",
"keywords": [
"agent-plugins",
"skills",
"mcp",
"go",
"code-review",
"issue-analysis",
"中文",
"reference"
]
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- collect-go-profile.sh
- 2other files