Agent Skills
› terrense/LilBot-agent
› mcp-builder
mcp-builder
GitHub用于设计、构建、配置或调试 MCP 风格工具服务器的技能。提供检查清单,强调分离定义工具/资源/提示、保持 Schema 简洁、暴露启动错误、支持本地冒烟测试及防止密钥泄露,并推荐优先使用 stdio 或 JSON-RPC-lines 协议。
Trigger Scenarios
需要创建新的 MCP 服务器
调试现有的 MCP 服务器问题
配置 MCP 工具或资源
优化 MCP 服务器的通信协议
Install
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}}
Version History
- ac8228e Current 2026-07-05 10:50


