code-templates

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Production-ready code templates remove repetitive boilerplate in Kailash SDK development, enabling teams to start faster and maintain consistency.

Core Features & Use Cases

  • Ready-to-use templates for basic workflows, cyclic workflows, custom nodes, MCP servers, and all three test tiers.
  • Keeps canonical patterns, documentation references, and testing best practices in sync across projects.
  • Use cases include bootstrapping new workflows, standardizing node templates, and speeding up test scaffolding.

Quick Start

Copy the desired template, customize it for your task, and run it to bootstrap a Kailash workflow.

Frequently Asked Questions about code-templates

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

FAQPage Schema
How do I reduce boilerplate when creating Kailash SDK workflows?

Production-ready code templates automate Kailash SDK workflow creation by providing ready-to-use boilerplate for basic and cyclic workflows, ensuring canonical patterns and documentation references are included automatically.

What is the best way to scaffold unit and integration tests for Kailash workflows?

Ready-made test templates support scaffolding unit, integration, and e2e tests for Kailash SDK workflows. Copy the desired template, customize it for your specific task, and run it to bootstrap testing best practices.

Can I use code templates to bootstrap a custom node or MCP server?

Yes, templates are available for bootstrapping both custom nodes and MCP servers. They apply canonical patterns directly to your Kailash SDK development, removing repetitive setup and maintaining consistency across projects.

Do I need any dependencies to apply these workflow templates?

No external dependencies are required to apply these templates. You simply copy the desired template, customize it for your task, and run it to bootstrap a Kailash workflow without installing additional packages.

Why should I use templates instead of writing Kailash SDK workflows from scratch?

Using templates removes repetitive boilerplate in Kailash SDK development, enabling teams to start faster and maintain consistency. They keep canonical patterns, documentation references, and testing best practices in sync across all projects.

Are there templates for cyclic workflows in the Kailash SDK?

Yes, ready-to-use templates specifically support cyclic workflows alongside basic workflows. These templates ensure complex cyclic patterns follow canonical structures and include relevant documentation references for Kailash SDK development.