code-templates

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

1|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/terrene-foundation/kailash-coc-claude-rs --skill code-templates-terrene-foundation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-templates
Source: https://github.com/terrene-foundation/kailash-coc-claude-rs/tree/main/.claude/skills/14-code-templates
Command: npx skills add https://github.com/terrene-foundation/kailash-coc-claude-rs --skill code-templates-terrene-foundation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides ready-to-use code templates and boilerplate for common Kailash development tasks, significantly speeding up the initial setup and reducing the effort required to start new projects.

Core Features & Use Cases

  • Workflow Templates: Basic and cyclic workflow structures.
  • Custom Development: Boilerplate for custom nodes and MCP servers.
  • Test Templates: Structures for unit, integration, and end-to-end tests.
  • Use Case: You need to quickly scaffold a new custom node for your Kailash workflow. Instead of writing from scratch, you invoke this Skill to get a well-structured template for your custom node, including registration and handler function examples.

Quick Start

Generate a basic workflow template for Kailash SDK development.

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 custom node for a Kailash SDK workflow?

To scaffold a custom node for a Kailash SDK workflow, use this Skill to generate production-ready code templates that include registration and handler function examples for rapid development.

What boilerplate is available for Kailash SDK development?

Available Kailash SDK boilerplate includes templates for basic and cyclic workflows, custom node creation, MCP server setup, and all three tiers of testing: unit, integration, and end-to-end.

Does this provide boilerplate for MCP server setup?

Yes, it provides ready-to-use boilerplate specifically for MCP server setup, allowing you to quickly establish the foundational structure required for your server implementation.

How do I structure integration and end-to-end tests for Kailash workflows?

You structure integration and end-to-end tests for Kailash workflows by using the provided test templates, which offer standardized structures covering all three testing tiers.

Can I use these templates for both basic and cyclic workflows?

Yes, you can use these templates for both basic and cyclic workflows, as the Skill provides distinct structural boilerplate to facilitate rapid scaffolding for both workflow types.

What's the best way to speed up initial setup for a new Kailash project?

The best way to speed up initial setup for a new Kailash project is to invoke these code templates, significantly reducing the effort required to start projects by providing well-structured boilerplate.