Claude-skill-registry cheatsheets

Quick reference cheatsheets for Kailash SDK patterns, nodes, workflows, and best practices. Use when asking about 'quick tips', 'cheat sheet', 'quick reference', 'common mistakes', 'node selection', 'workflow patterns library', 'cycle patterns', 'production patterns', 'performance optimization', 'monitoring', 'security config', 'multi-tenancy', 'distributed transactions', 'saga pattern', 'custom nodes', 'PythonCode data science', 'ollama integration', 'directoryreader patterns', or 'environment variables'.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/cheatsheets" ~/.claude/skills/majiayu000-claude-skill-registry-cheatsheets && rm -rf "$T"
manifest: skills/data/cheatsheets/SKILL.md
source content

Kailash Patterns - Quick Reference Cheatsheets

Comprehensive collection of quick reference guides, common patterns, and best practices for Kailash SDK development.

Overview

This skill provides quick access to:

  • Common workflow patterns and anti-patterns
  • Node selection and usage guides
  • Production-ready patterns
  • Performance and optimization tips
  • Security and enterprise patterns
  • Integration cheatsheets

Quick Reference Guides

Essential Guides

Node References

Cyclic Workflow Patterns

Production & Enterprise

Enterprise Patterns

Development Tools

Workflow Management

Integration Patterns

When to Use This Skill

Use this skill when you need:

  • Quick reference for common patterns
  • Solution to a specific problem
  • Best practices for production
  • Node selection guidance
  • Performance optimization tips
  • Security configuration help
  • Multi-tenancy patterns
  • Cyclic workflow help

Related Skills