n8n-builder
Installation
SKILL.md
[H1][N8N-BUILDER]
Dictum: Schema compliance enables n8n import without runtime validation errors.
Generate valid n8n workflow JSON.
Tasks:
- Read schema.md — Root structure, settings
- Read nodes.md — Node definition, typeVersion
- Read connections.md — Graph topology, AI types
- (dynamic values) Read expressions.md — Variables, functions
- (specific nodes) Read integrations.md — Node parameters
- Generate JSON — Apply template from workflow.template.md
- Validate — Run
uv run .claude/skills/n8n-builder/scripts/validate-workflow.py
[REFERENCE]: index.md — File listing.
Related skills