workflow-patterns

Official

Automate any business process with proven workflow patterns.

AuthorIntegrum-Global
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Designing efficient workflows for diverse business needs can be time-consuming. This Skill provides a comprehensive library of proven Kailash SDK workflow patterns, covering various industries and use cases, enabling you to quickly implement solutions for AI, data processing, ETL, security, and more.

Core Features & Use Cases

  • Industry-Specific Workflows: Examples for finance, healthcare, logistics, manufacturing, and retail.
  • Common Use Case Patterns: Templates for AI document processing, API integration, business rules, cyclic processes, and RAG systems.
  • Use Case: You need to automate a data ingestion and transformation process for a retail application. This Skill provides an ETL workflow pattern that you can adapt, saving significant development time.

Quick Start

Example: Basic ETL Workflow Pattern

from kailash.workflow.builder import WorkflowBuilder workflow = WorkflowBuilder() workflow.add_node("CSVReaderNode", "extract", {"file_path": "input.csv"}) workflow.add_node("PythonCodeNode", "transform", {"code": "result = data"}) workflow.add_node("CSVWriterNode", "load", {"file_path": "output.csv"}) workflow.add_connection("extract", "data", "transform", "data") workflow.add_connection("transform", "result", "load", "data")

runtime.execute(workflow.build())

Dependency Matrix

Required Modules

kailash

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: workflow-patterns
Download link: https://github.com/Integrum-Global/new_project_template/archive/main.zip#workflow-patterns

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

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.