/flow-validate
Validate the syntax, schema, and connection integrity of an n8n workflow JSON file.
$ npx -y skills add mOHAD44DSFASF/flowforge-n8n --agent claude-codeShips with flowforge-n8n. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/flow-validate
Context preview
What this command does when you run it.
Validate the syntax, schema, and connection integrity of an n8n workflow JSON file.
Command definition
flow-validate.mdSlash Command: /flow:validate
Purpose
Validate the syntax, schema, and connection integrity of an n8n workflow JSON file.
Execution Guide
flowforge validate <filepath>
To receive structured output, include the `--json` option:
flowforge validate <filepath> --json
Guidance
- Report duplicate node IDs, duplicate node names, or references to missing nodes.
- Clearly present warnings and schema errors. Do not ignore warning logs.
FlowForge n8n is a local-first assurance layer for n8n workflow JSON: deterministic validation against bundled node metadata, static security/reliability/cost analysis, regression testing, snapshots, self-healing, semantic review, offline CI, and MCP tools.
Repo: mOHAD44DSFASF/flowforge-n8n
Other commands on flowforge-n8n.
- /flow-diagram
Convert n8n workflow connection structures into clean, compile-ready Mermaid Flowchart text scripts.
Open command - /flow-diff
Detail differences in nodes, connections, and parameter keys between two workflow JSON files.
Open command - /flow-docs
Build markdown documentation detailing node parameters, connection links, required credentials, and risk diagnostics.
Open command - /flow-explain
Expose execution paths of the workflow, describing triggers, conditional branches, and integration calls.
Open command - /flow-lint
Examine workflow JSON files against clean coding practices, naming standards, and error-handling fallbacks.
Open command - /flow-new
Generate a new n8n workflow scaffold from a description or clone an existing template.
Open command

