code-templates

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

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/William189189/boss-bidding --skill code-templates-william189189
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-templates
Source: https://github.com/William189189/boss-bidding/tree/main/.claude/skills/14-code-templates
Command: npx skills add https://github.com/William189189/boss-bidding --skill code-templates-william189189

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Production-ready code templates and boilerplates for Kailash SDK accelerate development by providing ready-made workflows, nodes, MCP servers, and test scaffolds.

Core Features & Use Cases

  • Ready-to-use templates for basic workflows, cyclic workflows, custom node templates, MCP server templates, and all three test tiers (unit, integration, end-to-end).
  • Quick start guides and reference snippets to standardize project structure and ensure best practices across Kailash development.
  • Use cases include starting new Kailash projects, prototyping patterns, and enforcing consistent boilerplates across teams.

Quick Start

Copy the most relevant template from this Skill into your Kailash project, then customize the nodes and connections to fit your workflow.

Frequently Asked Questions about code-templates

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

FAQPage Schema
How do I create production-ready Kailash SDK workflows without writing boilerplate from scratch?

Production-ready Kailash SDK workflows are generated by copying canonical templates for basic and cyclic workflows, then customizing node connections to fit your project and standardize boilerplate.

What templates are available for building custom nodes and MCP servers with Kailash?

Templates for custom nodes and MCP servers provide documented examples and canonical patterns, allowing you to scaffold server infrastructure and reusable node logic while enforcing best practices.

How do I set up unit, integration, and end-to-end testing for Kailash workflows?

Testing patterns for Kailash workflows are provided as ready-to-use scaffolds covering all three test tiers, ensuring reliable validation by standardizing test structures across your project.

Can I use these Kailash code templates to enforce consistent project structures across my team?

Yes, these Kailash code templates enforce consistent boilerplates and canonical patterns across teams by providing standardized project structures, quick start guides, and reference snippets for development.

What's the best way to start a new project using the Kailash SDK?

Starting a new Kailash SDK project involves copying the most relevant workflow, custom node, or MCP server template into your project directory, then modifying the configuration to match your requirements.

Do I need any external dependencies to use the Kailash workflow templates?

No external dependencies are required to use the Kailash workflow templates, as they provide self-contained code scaffolds that can be directly integrated into your existing Kailash SDK environment.