Agent skill

n8n-validation-expert

Expert guide for interpreting and fixing n8n validation errors.

Nick44,414★ · +328/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill n8n-validation-expert --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 14 KB
Bundled scripts: none
Path: skills/n8n-validation-expert/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# n8n Validation Expert Expert guide for interpreting and fixing n8n validation errors. ## When to Use - You need to interpret or fix validation errors in an n8n workflow. - The task involves `missing_required`, `invalid_value`, expression failures, or iterative validate-fix loops. - You want concrete remediation guidance for workflow validation output. --- ## Validation Philosophy **Validate early, validate often** Validation is typically iterative: - Expect validation feedback loops - Usually 2-3 validate → fix cycles - Average: 23s thinking about errors, 58s fixing them **Key insight**: Validation is an iterative process, not one-shot! --- ## Error Severity Levels ### 1. Errors (Must Fix) **Blocks workflow execution** - Must be resolved before activation **Types**: - `missing_required` - Required field not provided - `invalid_value` - Value doesn't match allowed options - `type_mismatch` - Wrong data type (string instead of number) - `invalid_reference` - Referenced node doesn't exist - `invalid_expression` - Expression syntax error **Example**: ```json { "type": "missing_required", "property": "channel", "message": "Channel name is required", "fix": "Provide a channel name (low

What's inside
Steps it walks through
  1. When to Use
  2. Validation Philosophy
  3. Error Severity Levels
  4. 1. Errors (Must Fix)
  5. 2. Warnings (Should Fix)
  6. 3. Suggestions (Optional)
  7. The Validation Loop
  8. Pattern from Telemetry
  9. Example
  10. Validation Profiles
  11. minimal
  12. runtime (RECOMMENDED)
  13. ai-friendly
  14. strict
More from agentic-awesome-skills
All skills →
About this skill
What does the n8n-validation-expert skill do?

Expert guide for interpreting and fixing n8n validation errors.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill n8n-validation-expert --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going