What problem does it solve? Developers working with the Kailash SDK often lack consolidated guidance on advanced topics like custom node development, async patterns, MCP server implementation, production deployment, and enterprise security, forcing them to piece together patterns from scattered sources. ## Core Features & Use Cases - Custom Node & Workflow Development: Guides for building sync and async nodes with parameter validation, error handling, cyclic workflows, and dynamic workflow composition. - MCP Server Development: Covers creating MCP servers with tools, resources, prompts, and stdio/HTTP/WebSocket transport configuration. - Production & Enterprise Patterns: Includes Docker deployment with AsyncLocalRuntime, circuit breakers, monitoring with Prometheus metrics, GDPR compliance, and 3-tier testing strategies. - Use Case: When building a production FastAPI service that runs Kailash workflows, use this Skill to configure AsyncLocalRuntime, add health checks, set up structured logging, and manage database connection pools across Gunicorn workers. ## Quick Start Ask the development-guides skill how to create a custom async node with parameter validation and deploy it to production with Docker.