en un clic
mcp-n8n-skills
MCP bundle package
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
MCP bundle package
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Implements Figma designs to exact 1:1 fidelity by decomposing them into sub-components and building bottom-up with self-correcting validation loops. This skill should be used when implementing UI from Figma files, when a Figma URL is provided, or when the user mentions "implement design", "figma to code", "build from figma", "convert figma", "break down this design", "implement page", "implement component", "generate code", "build Figma design", or "pixel perfect". Works for both full pages and single components. Requires Figma MCP server connection. Do not use for non-Figma design tasks or when the user only wants a screenshot or metadata without implementation.
MCP bundle package
AI 研究全流程 Skill:实验设计/数据处理/模型训练/论文写作,1.6K Stars
精选 Claude Code 技能/Hook/命令清单:22K Stars,一站式资源导航
查找 Skill/Agent/命令的一站式枢纽:2.3K Stars,生态导航
Token 压缩省钱 Skill:节省 65% API 费用,53.6K Stars,日均 +1800 Stars
| id | mcp-n8n-skills |
| name | mcp-n8n-skills |
| version | 1.0.0 |
| description | MCP bundle package |
| category | prompt |
| tags | ["mcp","bundle"] |
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
This is the n8n-skills repository - a collection of Claude Code skills designed to teach AI assistants how to build flawless n8n workflows using the n8n-mcp MCP server.
Repository: https://github.com/czlonkowski/n8n-skills
Purpose: 7 complementary skills that provide expert guidance on using n8n-mcp MCP tools effectively for building n8n workflows.
Architecture:
n8n-skills/
├── README.md # Project overview with video
├── LICENSE # MIT License
├── skills/ # Individual skill implementations
│ ├── n8n-expression-syntax/
│ ├── n8n-mcp-tools-expert/
│ ├── n8n-workflow-patterns/
│ ├── n8n-validation-expert/
│ ├── n8n-node-configuration/
│ ├── n8n-code-javascript/
│ └── n8n-code-python/
├── evaluations/ # Test scenarios for each skill
├── docs/ # Documentation
├── dist/ # Distribution packages
└── .claude-plugin/ # Claude Code plugin configuration
$json.bodyget_node, validate_node, search_nodesn8n_update_partial_workflown8n_deploy_template, n8n_workflow_versions, activateWorkflown8n_autofix_workflow$helpers, DateTimeThe n8n-mcp server provides these unified tools:
search_nodes - Find nodes by keywordget_node - Unified node info with detail levels (minimal, standard, full) and modes (info, docs, search_properties, versions)validate_node - Unified validation with modes (minimal, full) and profiles (runtime, ai-friendly, strict)validate_workflow - Complete workflow validationn8n_create_workflow - Create new workflowsn8n_update_partial_workflow - Incremental updates (19 operation types including patchNodeField, activateWorkflow, transferWorkflow)n8n_validate_workflow - Validate by IDn8n_autofix_workflow - Auto-fix common issuesn8n_deploy_template - Deploy template to n8n instancen8n_workflow_versions - Version history and rollbackn8n_test_workflow - Test executionn8n_executions - Manage executionsn8n_manage_datatable - Manage data tables and rows (CRUD, filtering, dry-run)n8n_manage_credentials - Full credential CRUD (list, get, create, update, delete) + schema discovery (getSchema)n8n_audit_instance - Security audit combining n8n built-in audit (5 risk categories) + custom deep scan (hardcoded secrets, unauthenticated webhooks, error handling, data retention)search_templates - Multiple modes (keyword, by_nodes, by_task, by_metadata)get_template - Get template detailsn8n_list_workflows - List workflows with filtering/paginationn8n_get_workflow - Get workflow details (full, structure, minimal modes)n8n_delete_workflow - Permanently delete workflowsn8n_update_full_workflow - Full workflow replacementtools_documentation - Meta-documentation for all toolsai_agents_guide - AI agent workflow guidancesearch_nodes → get_node (18s avg between steps)
n8n_update_partial_workflow → n8n_validate_workflow (7,841 occurrences)
Avg 23s thinking, 58s fixing
n8n_update_partial_workflow (38,287 uses, 99.0% success)
Avg 56 seconds between edits
skills/evaluations/Skills activate automatically when queries match their description triggers:
Skills are designed to work together:
Available as:
npm install @anthropic/claude-code-plugin-n8n-skillsConceived by Romuald Członkowski - www.aiadvisors.pl/en
Part of the n8n-mcp project.
MIT License - See LICENSE file for details.