n8n Workflow Lifecycle

This skill takes you through six stages when you build an n8n workflow: plan it out, build it, check that it's wired up right, test it with real data, publish it, and hand it off with clear docs on how to use it. Skip a stage and you'll end up with a workflow that looks done but breaks in production, or solves the wrong problem. You'll need your own n8n instance (Cloud or self-hosted, version 2.2.0 or later) with instance-level MCP turned on. This doesn't work as a standalone skill.

Third-party, by n8n-io

September 11, 2026

Install

MCP-powered — requires setup

This skill uses external tools via the Model Context Protocol. You'll need to configure the following MCPs before installing.

Setup steps

  1. Set up each required MCP using the configs below
  2. Download the skill file below
  3. Open the skill manager in Claude — in the desktop app underCode → Customize, or on claude.ai underCustomize → Skills
  4. Click Create a new skill (use + on claude.ai) and upload the downloaded file
  5. Start a new session — your MCPs and skill will both be active
  6. Use a trigger phrase to activate
The skill file
Download

Required MCPs

n8n MCP (opens in new tab)See the n8n MCP connector page

n8n's own instance-level MCP server. Turn it on under Settings → Instance-level MCP in your n8n instance (Cloud or self-hosted, version 2.2.0 or later), then sign in via your browser when your client prompts you.

View config snippet
{
  "mcpServers": {
    "n8n-mcp": {
      "url": "https://your-n8n-instance.example.com/mcp-server/http"
    }
  }
}

What this skill does

This is an overview of the skill from the site, not the skill's real instructions. The full SKILL.md Claude reads when this skill is active lives on GitHub at the source below.

The full SKILL.md for this third-party skill lives on GitHub. Open it to read the exact instructions Claude will follow.

View full SKILL.md on GitHub