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 };