/n8n-workflow-engineer
Engineering and generating robust n8n workflow JSON schemas from instructions.
$ npx -y skills add mOHAD44DSFASF/flowforge-n8n --skill n8n-workflow-engineer --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/n8n-workflow-engineer
Context preview
The summary Claude sees to decide when to auto-load this skill.
Engineering and generating robust n8n workflow JSON schemas from instructions.
SKILL.md
n8n-workflow-engineer.SKILL.mdname: n8n-workflow-engineer description: Engineering and generating robust n8n workflow JSON schemas from instructions.
n8n Workflow Engineer Skill
This skill guides the creation and validation of n8n workflow schemas.
When to Use
Use this skill when the user requests generating workflows, mapping out connections, and validating JSON exports.
SOP / Workflow Steps
1. **Analyze description:** Extract trigger conditions, processing elements, external services, and outputs. 2. **Generate Scaffold:** Call `flowforge new "<description>"` to obtain a valid structural draft. 3. **Validate Structure:** Run `flowforge validate` to assert connection routes and parameters. 4. **Audit Quality:** Execute `flowforge score` to identify areas of improvement and security concerns.
Constraints
- Do not hardcode sensitive user API keys or endpoints. Always use credentials placeholders.
- Validate all target node connections.
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

