By angelapaia
Migrate n8n or Make no-code workflows to Claude Code ecosystem: paste JSON export to analyze nodes, map to code structures, propose architectures like skills crons web apps or dashboards, generate implementations, and detect improvements.
npx claudepluginhub angelapaia/n8n-to-claude-skillUna Agent Skill que enseña a Claude a ayudarte a migrar tus workflows de n8n (o Make) a código real. Compatible con Claude Code, Claude.ai y la API de Claude.
Cuando quieres migrar tus workflows de n8n a código, cada vez que abres una conversación con Claude tienes que re-explicar lo mismo: de dónde vienes, qué es n8n, qué nodos usas, cómo quieres que te hable...
Esta skill lo resuelve. Al instalarla, Claude sabe automáticamente:
/plugin marketplace add angelapaia/n8n-to-claude-skill
Luego instala el plugin:
/plugin install n8n-to-claude@n8n-to-claude
skills/n8n-to-claude/SKILL.md de este repositorioUna vez instalada, la skill se activa automáticamente cuando:
Simplemente pega tu JSON de n8n y la skill hace el resto:
Aquí tienes mi workflow de n8n: { "nodes": [...], "connections": {...} }
Claude te devolverá:
| Sección | Para qué sirve |
|---|---|
| Detección de modo | Detecta si pegas 1 JSON, varios, o describes sin JSON |
| Tabla de traducción | 20+ nodos de n8n mapeados a equivalentes en código |
| Árbol de arquitectura | Decide qué tipo de proyecto crear (script, skill, web app, Mission Control) |
| Opciones de deploy | Local (pm2), Vercel Pro, Vercel Hobby + cron externo |
| Detección de mejoras | Seguridad (🔴), eficiencia (🟡), simplicidad (🟢) |
| Migración paralela | Estrategia para workflows en producción |
| Sistema de scoring | Prioriza qué workflow migrar primero |
| Modo aprendizaje | Explica cada concepto con analogías de n8n |
| Modo construcción | Genera todo el código sin explicaciones innecesarias |
n8n-to-claude-skill/
├── .claude-plugin/
│ └── marketplace.json ← Registro del plugin para Claude Code
├── skills/
│ └── n8n-to-claude/
│ └── SKILL.md ← La skill completa (v3.0)
├── .gitignore
└── README.md
MIT — Creado por Angel Aparicio · iAmasters
Claude Code plugin for n8n-as-code. Adds the n8n-architect skill and uses the n8nac CLI as its local knowledge/runtime bridge.
Share bugs, ideas, or general feedback.
Design complex n8n workflows with AI assistance - loops, branching, error handling
Use this agent when you need to design, build, or validate n8n automation workflows. This agent specializes in creating efficient n8n workflows using proper validation techniques and MCP tools integration.\n\nExamples:\n- <example>\n Context: User wants to create a Slack notification workflow when a new GitHub issue is created.\n user: "I need to create an n8n workflow that sends a Slack message whenever a new GitHub issue is opened"\n assistant: "I'll use the n8n-workflow-builder agent to design and build this GitHub-to-Slack automation workflow with proper validation."\n <commentary>\n The user needs n8n workflow creation, so use the n8n-workflow-builder agent to handle the complete workflow design, validation, and deployment process.\n </commentary>\n</example>\n- <example>\n Context: User has an existing n8n workflow that needs debugging and optimization.\n user: "My n8n workflow keeps failing at the HTTP Request node, can you help me fix it?"\n assistant: "I'll use the n8n-workflow-builder agent to analyze and debug your workflow, focusing on the HTTP Request node configuration."\n <commentary>\n Since this involves n8n workflow troubleshooting and validation, use the n8n-workflow-builder agent to diagnose and fix the issue.\n </commentary>\n</example>\n- <example>\n Context: User wants to understand n8n best practices and available nodes for a specific use case.\n user: "What are the best n8n nodes for processing CSV data and sending email reports?"\n assistant: "I'll use the n8n-workflow-builder agent to explore the available nodes and recommend the best approach for CSV processing and email automation."\n <commentary>\n This requires n8n expertise and node discovery, so use the n8n-workflow-builder agent to provide comprehensive guidance.\n </commentary>\n</example>
Generate n8n automation workflows from natural language descriptions
Expert skills for building n8n workflows with n8n-mcp
n8n workflow automation integration