Guide Your AI to Master n8n Code Nodes & JS Expressions: A Detailed AI Prompt for Workflow Automation

I built an AI system prompt that simplifies crafting n8n code nodes and inline JS expressions. It aids in data transformations and debugging. Example code:

const nodeEntry = $input.item;
nodeEntry.json.modifiedKey = 'AI prompt executed';
return { json: nodeEntry.json };