Chain LLM Pattern

Build multi-step LLM reasoning chains in n8n using Groq, OpenAI, or Claude for structured data extraction, categorization, scoring, and analysis. Use this skill whenever the user wants to chain multiple LLM calls together in an n8n workflow — phrases like "extract entities then categorize", "multi-step LLM prompt", "chain_llm", "LLM pipeline", "classify and score", "entity extraction then enrichment". Also use when processing call transcripts, customer messages, or any unstructured text through multiple analysis passes in n8n. Prefer this pattern over single-shot prompts whenever the output requires both extraction AND reasoning, since single-shot hallucinates categories while chains let each step verify the previous.

masteranime d05aa54 2 files · 12.9 KB Updated

File contents

masteranime/n8n-claude-skills/tree/main/skills/chain-llm-pattern commit d05aa5408f

Frequently asked questions

npx skillmds@latest add masteranime/chain-llm-pattern