development-guides

Official

Master Kailash SDK, build advanced AI solutions.

AuthorIntegrum-Global
Version1.0.0
Installs0

System Documentation

What problem does it solves? Navigating complex SDK features, advanced development patterns, and production best practices can be daunting. This Skill provides comprehensive guides to accelerate your expertise in building sophisticated Kailash applications.

Core Features & Use Cases

  • Advanced Development: Guides for custom nodes, async patterns, and MCP server development.
  • Production Readiness: Strategies for deployment, testing, monitoring, and enterprise security.
  • Use Case: When you need to implement a custom asynchronous node for a high-performance API integration or deploy a RAG system to production, this Skill offers step-by-step guidance and best practices.

Quick Start

Example: Custom Node Development

from kailash.nodes.base import Node, NodeParameter class MyCustomNode(Node): def init(self, node_id: str, parameters: dict): super().init(node_id, parameters) self.add_parameter(NodeParameter(name="input_data", type="string", required=True)) def execute(self, inputs: dict) -> dict: return {"result": inputs["input_data"].upper()}

Dependency Matrix

Required Modules

kailashaiohttppydantic

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: development-guides
Download link: https://github.com/Integrum-Global/new_project_template/archive/main.zip#development-guides

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository