Agent Skills
› terrense/LilBot-agent
› mcp-builder
mcp-builder
GitHub用于设计、构建、配置或调试 Model Context Protocol (MCP) 服务器。提供工具定义、资源管理及提示词分离的最佳实践,强调严格的小规模 Schema、可见的错误处理及本地冒烟测试,确保安全性并优先使用 stdio 或 JSON-RPC 通信。
Trigger Scenarios
创建 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


