Agent Skills
› terrense/LilBot-agent
› mcp-builder
mcp-builder
GitHub用于设计、构建、配置或调试 Model Context Protocol (MCP) 服务器。提供最佳实践清单,包括分离定义工具/资源/提示、保持Schema简洁、确保启动错误可见、支持本地冒烟测试及防止密钥泄露,并推荐优先使用stdio或JSON-RPC-lines协议。
触发场景
创建 MCP 风格工具服务器
调试 MCP 服务器问题
安装
npx skills add terrense/LilBot-agent --skill mcp-builder -g -y
SKILL.md
Frontmatter
{
"mode": "inline",
"name": "mcp-builder",
"description": "Design, build, configure, or debug Model Context Protocol servers."
}
MCP Builder
Use this skill when creating or debugging MCP-style tool servers.
Checklist:
- Define tools, resources, and prompts separately.
- Keep schemas strict and small.
- Make startup errors visible.
- Support a simple local smoke test.
- Avoid leaking secrets through tool output.
- Prefer stdio or JSON-RPC-lines first, then add HTTP/SSE only when needed.
User task: {{args}}
版本历史
- ac8228e 当前 2026-07-05 10:50


