mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-12 16:10:30 +02:00
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Co-authored-by: Csaba Tuncsik <csaba.tuncsik@gmail.com> |
||
|---|---|---|
| .. | ||
| agents | ||
| commands | ||
| plugins/n8n | ||
| skills | ||
| specs | ||
| README.md | ||
| settings.json | ||
Claude Code Configuration
This directory contains shared Claude Code configuration for the n8n team.
Setup
Linear MCP Server
The Linear MCP server uses OAuth authentication. To connect:
- Start Claude Code in this repository
- Run
/mcpcommand - Click the Linear authentication link in your browser
- Authorize with your Linear account
You only need to do this once per machine.
Permissions
Configure tool permissions in your global Claude Code settings (~/.claude/settings.json), not in this repo. This allows each developer to customize their own approval preferences.
To auto-approve Linear MCP tools, add to your global settings:
{
"permissions": {
"allow": [
"mcp__linear-server__*"
]
}
}
Note: For GitHub/git operations, we use gh CLI and git commands instead of GitHub MCP.
Available Commands
/n8n-triage PAY-XXX- Analyze and triage a Linear issue/n8n-plan PAY-XXX- Create implementation plan
Quick Reference
/n8n-conventions- Load detailed conventions guide (optional - agents already know n8n patterns)
Workflow
Recommended approach:
/n8n-triage PAY-123→ Investigate root cause and severity (optional)/n8n-plan PAY-123→ Create detailed implementation plan- Review the plan in chat
- Say "implement it" or "go ahead" → I'll launch n8n-developer agent
- Implementation proceeds with full context from the plan
Agents
- n8n-developer - Full-stack n8n development (frontend/backend/nodes)
- n8n-linear-issue-triager - Issue investigation and analysis
Skills
- n8n-conventions - Quick reference pointing to /AGENTS.md (optional - agents have embedded knowledge)
- Use
/n8n-conventionswhen you need detailed patterns - References root docs instead of duplicating (~95 lines)
- Use