workflow-builder

Generate and edit TypeScript SDK code for n8n workflows.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/Rub-git/n8n-auto --skill workflow-builder-rub-git
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-builder
Source: https://github.com/Rub-git/n8n-auto/tree/main/packages/%40n8n/instance-ai/skills/workflow-builder
Command: npx skills add https://github.com/Rub-git/n8n-auto --skill workflow-builder-rub-git

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @n8n/workflow-sdk, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation and modification of n8n workflows using TypeScript, simplifying the development process for complex automation tasks.

Core Features & Use Cases

  • Automated Workflow Building: Generate complete, valid TypeScript code for new workflows and existing saved workflows.
  • Single-Workflow Builds: Build workflows from scratch or modify existing workflows directly with the SDK.
  • Use Case: Develop a comprehensive workflow that involves data processing, API integrations, and conditional logic.

Quick Start

Use the workflow-builder skill to build a new single-workflow from scratch by writing TypeScript SDK code for the new workflow.

Frequently Asked Questions about workflow-builder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate n8n workflow generation with TypeScript?

Automate n8n workflow generation by using the TypeScript SDK to programmatically build and edit single-workflow code, ensuring consistency and adherence to best practices.

Can I modify existing n8n workflows using the TypeScript SDK?

Yes, you can modify existing saved n8n workflows directly with the TypeScript SDK, applying automated code generation to both new builds and existing workflow edits.

Do I need TypeScript to use the n8n workflow SDK for build automation?

Yes, TypeScript is required for this n8n workflow build automation approach, specifically relying on the @n8n/workflow-sdk dependency to generate valid code.

What is the best way to build a single n8n workflow from scratch programmatically?

Build a single n8n workflow from scratch by writing TypeScript SDK code that automatically generates valid structure for data processing, API integrations, and conditional logic.

Why use TypeScript SDK for n8n workflow automation instead of manual editing?

Using the TypeScript SDK for n8n workflow automation ensures code consistency, validates workflow structure, and applies best practices automatically for complex development tasks.