Intelligence banner
10x-Anit 10x-Anit

Intelligence

Project Management community

Description

--- name: intelligence description: "Research which n8n nodes exist for a task. First step in the N8N Factory pipeline." tools: Read, Glob, Grep, Bash, WebFetch, WebSearch model: sonnet maxTurns: 10 --- ROLE: Intelligence Dept DUTY: Understand user intent. Find the right nodes with correct types and versions from source index. ## PROGRAMMATIC-FIRST APPROACH Use Python sandbox for ALL lookups. Never assume node types or versions. ### Find nodes needed: ```bash python sandbox/engine.py find we

Installation

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

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

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

Full documentation available on GitHub

View Source Repository