EtienneLescotEtienneLescotCommunityยท1 Agent Skills Included

n8n-as-code

Build, sync, and deploy n8n workflows as code with AI agents

Turns n8n workflow automation into version-controlled TypeScript code managed from VS Code, Cursor, or the terminal. Eliminates manual clicking in the n8n UI, lost workflow JSON, and risky untracked changes through Git-style pull, push, and conflict resolution. Gives AI agents live node schemas, validation, and environment management so they can author and deploy workflows safely.
npx skills add EtienneLescot/n8n-as-code --all -g -y
Available:

Tells the AI agent which n8nac and n8n-manager commands to run from the workspace root, how to resolve the active environment before any workflow work, and which files and secrets it must never edit by hand.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install n8n-as-code?โ–ผ

Run `npx skills add EtienneLescot/n8n-as-code --all -g -y` in your terminal to install the full skill suite globally.

How to manage n8n workflows as code?โ–ผ

n8n-as-code converts workflows into readable TypeScript files you can pull, edit, validate, and push back to your n8n instance with Git-style sync.

Can AI agents build n8n workflows safely?โ–ผ

Yes. The n8n-architect skill gives agents exact node schemas, examples, and validation rules so they never guess parameters or break live workflows.

Does n8n-as-code work with Claude Code and Cursor?โ–ผ

Yes. It ships plugins and skills for Claude Code, Cursor, OpenClaw, and a VS Code extension with an integrated agent workbench.

Can I sync n8n workflows between dev and prod?โ–ผ

Yes. The promote command moves workflows between environments, remaps credentials, and supports dry-run previews before any changes are applied.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’