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.
$npx -y skills add masteranime/n8n-claude-skills --skill chain-llm-patternInstalls into the current project.
Run `npx skills use "https://github.com/masteranime/n8n-claude-skills" --skill "masteranime/n8n-claude-skills/chain-llm-pattern"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/masteranime/n8n-claude-skills" that are relevant to the current task. Run `npx skills add "https://github.com/masteranime/n8n-claude-skills"` and select the relevant skills, then follow their instructions.