code-templates

Generate Kailash SDK workflow, custom node, MCP server, and test templates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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.

Frequently Asked Questions about code-templates

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

FAQPage Schema
How do I scaffold a cyclic workflow with the Kailash SDK?

Production-ready templates for Kailash SDK development provide canonical 4-parameter node and connection patterns, enabling safe cycle construction for iterative processes on built workflows.

What is the best way to set up an MCP server with authentication and caching?

MCP server boilerplate templates provide production patterns including tool registration, authentication, caching, and monitoring configurations. These ready-to-use templates eliminate repetitive setup and reduce configuration errors for deploying production MCP servers.

How do I develop and register a custom node for Kailash workflows?

Custom node development templates demonstrate parameter declaration, validation, execution patterns, and registration for new node types. They satisfy the canonical 4-parameter node requirements, ensuring new nodes integrate correctly into existing Kailash workflows.

Does this provide test templates for Docker-based integration testing?

Yes, testing tier templates include Docker-based integration patterns with real services, test fixtures, and cleanup guidance. Unit, integration, and end-to-end tiers cover both fast local development and full CI scenarios.

Can I use these workflow templates for production CI pipelines?

Yes, the templates provide three testing tiers designed for both development and CI scenarios. They include test fixtures, Docker-based integration patterns, and end-to-end infrastructure templates that support automated continuous integration workflows.