N8n Skills
by @czlonkowski · 15 skills
N8n Skills from czlonkowski/n8n-skills.
Install the whole pack (CLI)
npx skillmds add czlonkowski/n8n-agents
npx skillmds add czlonkowski/n8n-code-tool
npx skillmds add czlonkowski/n8n-code-python
npx skillmds add czlonkowski/n8n-self-hosting
npx skillmds add czlonkowski/n8n-subworkflows
npx skillmds add czlonkowski/n8n-error-handling
npx skillmds add czlonkowski/n8n-multi-instance
npx skillmds add czlonkowski/n8n-mcp-tools-expert
npx skillmds add czlonkowski/n8n-binary-and-data
npx skillmds add czlonkowski/n8n-workflow-patterns
npx skillmds add czlonkowski/n8n-code-javascript
npx skillmds add czlonkowski/using-n8n-mcp-skills
npx skillmds add czlonkowski/n8n-expression-syntax
npx skillmds add czlonkowski/n8n-validation-expert
npx skillmds add czlonkowski/n8n-node-configurationSkills in this pack
- ▌ n8n-agents · czlonkowski bundleDesign n8n AI agents with best practices for node selection, sub-node wiring, tool design, structured output, and memory management.
- ▌ n8n-code-tool · czlonkowski bundleWrite and debug code inside n8n's Custom Code Tool node, with guidance on input modes, return formats, error handling, and common pitfalls.
- ▌ n8n-code-python · czlonkowski bundleWrite Python code in n8n Code nodes, covering data access patterns, return formats, and standard library limitations.
- ▌ n8n-self-hosting · czlonkowski bundleDeploy a production self-hosted n8n instance on a fresh Linux VM over SSH, using Docker Compose behind a Caddy reverse proxy with automatic HTTPS.
- ▌ n8n-subworkflows · czlonkowski bundleBuild reusable, composable n8n sub-workflows with typed inputs, stateless or stateful design, and discoverable naming conventions.
- ▌ n8n-error-handling · czlonkowski bundleMakes n8n workflow failures loud, structured, and recoverable by wiring per-node error outputs, retry logic, error-trigger workflows, and proper HTTP response shapes.
- ▌ n8n-multi-instance · czlonkowski bundleManage multiple n8n instances over MCP by discovering, switching, and verifying the target instance before reads and writes.
- ▌ n8n-mcp-tools-expert · czlonkowski bundleProvides expert guidance for using n8n-mcp MCP server tools to build, validate, and manage n8n workflows efficiently.
- ▌ n8n-binary-and-data · czlonkowski bundleHandle files and binary data in n8n workflows correctly, covering the $binary vs $json split, reading/writing binary, preserving binary across transforms, and the agent-tool binary boundary.
- ▌ n8n-workflow-patterns · czlonkowski bundleProvides proven architectural patterns for building n8n workflows, covering webhook processing, HTTP API integration, database operations, AI agent workflows, batch processing, and scheduled tasks.
- ▌ n8n-code-javascript · czlonkowski bundleWrite JavaScript code in n8n Code nodes for data transformation, API calls, and workflow logic.
- ▌ using-n8n-mcp-skills · czlonkowski bundleRoutes n8n workflow-building tasks to the correct skill, with defaults and red-flag guidance for reliable n8n automation.
- ▌ n8n-expression-syntax · czlonkowski bundleValidate n8n expression syntax and fix common errors when writing {{}} expressions, accessing $json/$node variables, and mapping data between nodes.
- ▌ n8n-validation-expert · czlonkowski bundleInterpret n8n validation errors and warnings, guide iterative fixes, and explain validation profiles, error types, and auto-sanitization.
- ▌ n8n-node-configuration · czlonkowski bundleGuides configuration of n8n nodes with operation-aware field requirements, property dependencies, and progressive discovery patterns.