What problem does it solve? Building n8n workflows by hand requires memorizing node schemas, connection structures, and unique ID rules, and a single malformed field breaks the import. This Skill guides the planning, node selection, and JSON generation so the output imports directly into n8n. ## Core Features & Use Cases - Structured Planning: Confirms the trigger, input data, and expected output before writing any JSON. - Schema-Grounded Generation: Uses official node and connection schemas from the references to produce valid workflow files. - Ready-Made Templates & Examples: Includes node templates (Webhook, HTTP Request, Set, IF, Code, Schedule Trigger) and complete example workflows such as API integration and scheduled polling. - Use Case: Ask for a workflow that receives a webhook, calls an external API, and returns a formatted response, then paste the generated JSON directly into the n8n canvas. ## Quick Start Ask the assistant to create an n8n workflow that triggers on a webhook, fetches data from an external API, and responds with the formatted result.