Jeden Skill in Manus ausführen
mit einem Klick
mit einem Klick
Jeden Skill in Manus mit einem Klick ausführen
Loslegen$pwd:
$ git log --oneline --stat
stars:166
forks:24
updated:21. Januar 2026 um 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.