← all packs

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-configuration
⬇ Download

Skills in this pack

  1. n8n-agents · czlonkowski bundle
    Design n8n AI agents with best practices for node selection, sub-node wiring, tool design, structured output, and memory management.
    5.7k
    repo stars
  2. n8n-code-tool · czlonkowski bundle
    Write and debug code inside n8n's Custom Code Tool node, with guidance on input modes, return formats, error handling, and common pitfalls.
    5.7k
    repo stars
  3. n8n-code-python · czlonkowski bundle
    Write Python code in n8n Code nodes, covering data access patterns, return formats, and standard library limitations.
    5.7k
    repo stars
  4. n8n-self-hosting · czlonkowski bundle
    Deploy a production self-hosted n8n instance on a fresh Linux VM over SSH, using Docker Compose behind a Caddy reverse proxy with automatic HTTPS.
    5.7k
    repo stars
  5. n8n-subworkflows · czlonkowski bundle
    Build reusable, composable n8n sub-workflows with typed inputs, stateless or stateful design, and discoverable naming conventions.
    5.7k
    repo stars
  6. n8n-error-handling · czlonkowski bundle
    Makes n8n workflow failures loud, structured, and recoverable by wiring per-node error outputs, retry logic, error-trigger workflows, and proper HTTP response shapes.
    5.7k
    repo stars
  7. n8n-multi-instance · czlonkowski bundle
    Manage multiple n8n instances over MCP by discovering, switching, and verifying the target instance before reads and writes.
    5.7k
    repo stars
  8. n8n-mcp-tools-expert · czlonkowski bundle
    Provides expert guidance for using n8n-mcp MCP server tools to build, validate, and manage n8n workflows efficiently.
    5.7k
    repo stars
  9. n8n-binary-and-data · czlonkowski bundle
    Handle 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.
    5.7k
    repo stars
  10. n8n-workflow-patterns · czlonkowski bundle
    Provides proven architectural patterns for building n8n workflows, covering webhook processing, HTTP API integration, database operations, AI agent workflows, batch processing, and scheduled tasks.
    5.7k
    repo stars
  11. n8n-code-javascript · czlonkowski bundle
    Write JavaScript code in n8n Code nodes for data transformation, API calls, and workflow logic.
    5.7k
    repo stars
  12. using-n8n-mcp-skills · czlonkowski bundle
    Routes n8n workflow-building tasks to the correct skill, with defaults and red-flag guidance for reliable n8n automation.
    5.7k
    repo stars
  13. n8n-expression-syntax · czlonkowski bundle
    Validate n8n expression syntax and fix common errors when writing {{}} expressions, accessing $json/$node variables, and mapping data between nodes.
    5.7k
    repo stars
  14. n8n-validation-expert · czlonkowski bundle
    Interpret n8n validation errors and warnings, guide iterative fixes, and explain validation profiles, error types, and auto-sanitization.
    5.7k
    repo stars
  15. n8n-node-configuration · czlonkowski bundle
    Guides configuration of n8n nodes with operation-aware field requirements, property dependencies, and progressive discovery patterns.
    5.7k
    repo stars