
N8n
- 1 repo stars
- Updated March 27, 2026
- jonmcgee37/n8n-automations-toolkit
Implement, incrementally test, and deploy n8n workflows over the REST API from the CLAUDE.md blueprint, then plan error handling.
About
The n8n skill is the implementation engine of the Pattern automations toolkit: your agent reads the blueprint in CLAUDE.md, creates or updates workflows through the n8n REST API, and tests incrementally so failures surface at the node that broke. It caps a three-step pipeline—discovery blueprint, project init, then this developer—so operators do not mix scoping chatter with production API calls. After the happy path works, the skill nudges you toward error handling patterns appropriate to webhooks, retries, and notifications. Expect intermediate fluency with n8n concepts (triggers, expressions, credentials by name) and a working API connection from n8n-project-init. It is phase-specific to Build integrations rather than a general methodology skill.
- Builds n8n workflows via REST API with incremental testing per node
- Reads the CLAUDE.md blueprint produced by the Pattern init pipeline
- Step 3 of 3 in the Pattern build pipeline after prd-generator and project-init
- Prompts for error handling setup after the main workflow is complete
- Node-by-node construction rather than one-shot opaque JSON dumps
N8n by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add jonmcgee37/n8n-automations-toolkit/plugin install n8n@n8n-toolkitAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | March 27, 2026 |
| Repository | jonmcgee37/n8n-automations-toolkit ↗ |
What it does
Implement, incrementally test, and deploy n8n workflows over the REST API from the CLAUDE.md blueprint, then plan error handling.
Files
Build, test, and deploy n8n workflows via REST API with incremental testing. Step 3 of 3 in the Pattern build pipeline — reads CLAUDE.md blueprint, builds node by node, then prompts for error handling setup on completion
n8n
Source: ./plugins/n8n
{ "name": "n8n", "source": "./plugins/n8n", "version": "1.2.0", "keywords": [ "n8n", "workflow", "automation", "api" ], "description": "Build, test, and deploy n8n workflows via REST API with incremental testing. Step 3 of 3 in the Pattern build pipeline — reads CLAUDE.md blueprint, builds node by node, then prompts for error handling setup on completion" }