What problem does it solve? Developers working with the Kailash SDK often need fast answers about node selection, cyclic workflow patterns, production deployment, and common pitfalls without reading full documentation. This Skill consolidates 42 quick reference guides into one searchable entry point. ## Core Features & Use Cases - Pattern Cheatsheets: Covers cyclic workflows, distributed transactions, saga patterns, query building, and data integration with working code examples. - Production Guidance: Includes production readiness checklists, monitoring and alerting patterns, resilience patterns, security configuration, and multi-tenancy guidance. - Mistake Prevention: Catalogs common mistakes and critical gotchas such as always calling .build() before runtime.execute() and using result.* prefixes in cycle mappings. - Use Case: When building a cyclic workflow that never converges, consult the cycle-debugging cheatsheet to find the try/except input_data pattern and correct result.* mapping prefix. ## Quick Start Ask the AI to show the Kailash cheatsheet for debugging a cyclic workflow that never converges.