
jonmcgee37/n8n-automations-toolkit
3 skills0 installs3 starsGitHub
Install
npx skills add https://github.com/jonmcgee37/n8n-automations-toolkitSkills in this repo
1N8nThe 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 builder—so solo 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.0installs2N8n Prd Generatorn8n-prd-generator is an agent skill for solo builders and small automation teams who need structured scoping before touching n8n. You feed it a sales call transcript, a Slack-style workflow description, or both; it interviews you with clarifying questions until edge cases, integrations, and failure modes are explicit. The deliverable is an n8n Automation Blueprint—Pattern’s PRD—that init can pull into CLAUDE.md and the n8n skill can implement node by node. Use it whenever automation scope is fuzzy, stakeholders disagree, or you want one canonical spec instead of ad-hoc prompts. It reduces rework in the three-step Pattern pipeline (blueprint → scaffold → build/test/deploy) and keeps REST API work aligned with agreed triggers and data flows.0installs3N8n Project Initn8n-project-init scaffolds a fresh n8n automation workspace for agents following the Pattern team workflow. It is the bridge between a written Automation Blueprint and hands-on REST builds: credential checks, embedding the PRD in CLAUDE.md, generating .env templates, and confirming the n8n API responds. Solo builders avoid half-configured folders where the builder skill cannot deploy or test incrementally. The skill assumes you already have—or will paste—a blueprint from n8n-prd-generator and targets step 2 of the three-step Pattern pipeline before the main n8n skill builds node by node. Intermediate complexity reflects API keys, instance URLs, and team-specific Pattern conventions rather than no-code clicking alone.0installs