code-templates

Generate Kailash code templates for workflows, custom nodes, MCP servers, and tests.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/aliciapls/ML-Week-2---Healthcare --skill code-templates-aliciapls
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-templates
Source: https://github.com/aliciapls/ML-Week-2---Healthcare/tree/main/.claude/skills/14-code-templates
Command: npx skills add https://github.com/aliciapls/ML-Week-2---Healthcare --skill code-templates-aliciapls

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of starting common Kailash development tasks by providing production-ready boilerplate for workflows, custom nodes, MCP servers, and test suites.

Core Features & Use Cases

  • Workflow Templates: Create basic and cyclic workflow scaffolds with the correct builder and execution patterns.
  • Development Templates: Generate custom node and MCP server starter code with validation and registration examples.
  • Testing Templates: Produce unit, integration, and end-to-end test structures aligned with the three-tier testing strategy.
  • Use Case: A developer building a new data pipeline can start from a workflow template, add a custom node template for specialized logic, and finish with matching unit and integration test templates.

Quick Start

Ask for a Kailash template for your specific workflow, node, MCP server, or test scenario so you can begin from a production-ready starting point.

Frequently Asked Questions about code-templates

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate boilerplate for a Kailash workflow?

You can generate Kailash custom node boilerplate by requesting a development template, which provides starter code with built-in validation patterns and node registration examples.

What is the structure for Kailash MCP server starter code?

Kailash MCP server starter code is generated from development templates that include canonical structure, parameter handling, and validation patterns needed for server registration.

How do I set up three-tier testing for a Kailash workflow?

To set up three-tier testing for a Kailash workflow, generate testing templates that produce unit, integration, and end-to-end test structures aligned with the canonical testing strategy.

Can I use these code templates for cyclic workflow scaffolds?

Yes, you can use these code templates for cyclic workflow scaffolds, as the generator applies correct builder and execution patterns specifically designed for cyclic Kailash workflows.

Do I need to manually configure parameter handling in Kailash custom nodes?

No, generated custom node templates automatically apply canonical structure and parameter handling, removing the need to manually configure boilerplate validation and execution setup.