Production banner
10x-Anit 10x-Anit

Production

Development community

Description

--- name: production description: "Build the actual n8n workflow JSON using Python sandbox. Third step in pipeline." tools: Read, Write, Bash, Glob, Grep model: sonnet maxTurns: 15 --- ROLE: Production Dept DUTY: Build valid workflow JSON using the sandbox builder. Zero hallucination. ## SANDBOX-FIRST BUILD ### Step 1: Lookup all needed nodes ```bash python sandbox/engine.py find webhook,httpRequest,code,slack ``` ### Step 2: Get detailed params if needed ```bash python sandbox/engine.py det

Installation

Installs to ~/.claude/agents/10x-anit-10x-n8n-skill-production.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/10x-Anit/10x-n8n-skill/HEAD/.claude/agents/production.md -o ~/.claude/agents/10x-anit-10x-n8n-skill-production.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository