Manus에서 모든 스킬 실행
원클릭으로
원클릭으로
원클릭으로 Manus에서 모든 스킬 실행
시작하기$pwd:
$ git log --oneline --stat
stars:166
forks:24
updated:2026년 1월 21일 06:19
SKILL.md
Publishing and release workflow with semantic-release and GitHub Actions
MCPB (Model Context Protocol Bundle) Packaging and Distribution
Refactoring MCP Tools for Better LLM Integration and Usability
MCP Testing Strategies with Vitest, Inspector, and Integration Tests
MCP Protocol Inspection and Debugging with Inspector CLI
| name | mcp-development |
| description | MCP Server Development Patterns and Best Practices |
| keywords | ["mcp","server","typescript","design-patterns","protocol-compliance"] |
Guidelines for designing and implementing MCP servers with TypeScript, focusing on protocol compliance, service architecture, and extensibility.
zod for all input/output validation. Define schemas for requests, responses, and errors. Validate at the transport boundary.tests/ and cover protocol, service, and transport logic.console.log for STDIO servers; use structured logging and log levels.run or execute method. Accept validated input, return structured output.zod. Validate all tool calls at runtime.