What problem does it solve? Starting a new Kailash SDK project from scratch requires remembering the canonical 4-parameter pattern, correct cycle setup order, MCP server configuration, and the strict 3-tier testing policy. This Skill provides ready-to-customize templates so developers avoid structural mistakes and boilerplate rewriting. ## Core Features & Use Cases - Workflow Templates: Basic and cyclic workflow scaffolds using WorkflowBuilder, including the critical build-before-cycle pattern and convergence criteria. - Custom Node & MCP Server Templates: Node class structure with get_parameters() declaration, Pydantic validation, and production MCP servers with authentication, caching, and permissions. - 3-Tier Test Templates: Unit (Tier 1, mocks allowed), integration (Tier 2, real Docker services, no mocking), and end-to-end (Tier 3, full business scenarios) test scaffolds. - Use Case: When asked to scaffold a new integration test, the Skill produces a pytest class wired to a real PostgreSQL Docker container with cleanup fixtures, following the no-mocking policy. ## Quick Start Ask the AI to generate a starter template for the component you need, such as a basic workflow, custom node, MCP server, or a specific test tier.