N8n Context banner
10x-Anit 10x-Anit

N8n Context

Development community

Description

--- description: "Query context index — find relevant file:line ranges by topic" argument-hint: "<query terms>" --- CONTEXT: .n8n-track/index/context-map.json REQUIRES: index exists (run /n8n-reindex first) STEPS: 1. VERIFY context-map.json exists 2. PARSE query terms from arguments 3. LOOKUP each term in symbols map → collect file:line references 4. SCORE references by matching term count, sort descending 5. OUTPUT top 10: `Score | file:line_start-line_end | [tags]` 6. IF no results → "No mat

Installation

Installs to ~/.claude/commands/10x-anit-10x-n8n-skill-n8n-context.md

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

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

Full documentation available on GitHub

View Source Repository