What problem does it solve?
This Skill provides production-ready code templates and boilerplate to eliminate repetitive scaffolding, reduce setup errors, and accelerate development of Kailash workflows, custom nodes, MCP servers, and tests.
Core Features & Use Cases
- Workflow Templates: Basic and cyclic workflow templates that show canonical node/connection patterns and safe cycle construction for iterative processes.
- Custom Node Development: Templates demonstrating parameter declaration, validation, execution patterns, and registration for new node types.
- MCP Server Boilerplate: Production and basic MCP server patterns including tool registration, authentication, caching, and monitoring suggestions.
- Testing Tiers: Unit (fast, mocked), Integration (real Docker services), and End-to-End (full infrastructure) test templates with fixtures and cleanup guidance.
- Use Case: Scaffold a new Kailash service, implement a custom node, wire it into a workflow, deploy an MCP server, and add tiered tests quickly.
Quick Start
Copy the basic workflow template to scaffold a new Kailash workflow and run it locally.