n8n:create-skill

Create n8n Agent Skills with YAML frontmatter and Markdown structure.

Updated Jul 3, 2026
One-click install
npx skills add https://github.com/Rub-git/n8n-auto --skill n8n-create-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: n8n:create-skill
Source: https://github.com/Rub-git/n8n-auto/tree/main/.agents/skills/create-skill
Command: npx skills add https://github.com/Rub-git/n8n-auto --skill n8n-create-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the process of creating new Agent Skills for n8n, guiding users through the structure, content, and best practices required to build effective and functional skills.

Core Features & Use Cases

  • Skill Creation Guidelines: Provides a structured framework for creating new skills with proper YAML frontmatter and Markdown body.
  • Directory Layout Best Practices: Defines the ideal directory structure for a skill, including SKILL.md, reference.md, examples.md, and scripts/.
  • Use Case: Ideal for developers or automation enthusiasts looking to expand their n8n's skillset by authoring new skills for specific workflows.

Quick Start

Use the n8n:create-skill guide to start authoring a new skill by following the layout and naming conventions outlined in the guide.

Frequently Asked Questions about n8n:create-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create an Agent Skill for n8n automation workflows?

To create an n8n Agent Skill, you need to structure your project with proper YAML frontmatter, a Markdown body, and optional scripts. This guide provides the structured framework and best practices for authoring functional skills.

What is the required directory layout for n8n skill creation?

The required directory layout for n8n skill creation includes a SKILL.md file, reference.md, examples.md, and a scripts directory. This structure ensures your skill is organized and discoverable.

Do I need YAML frontmatter to develop n8n skills?

Yes, YAML frontmatter is required to develop n8n skills. It provides the necessary metadata for the skill, working alongside the Markdown body structure to define the skill's functionality and guidelines.

Can I use scripts when authoring Markdown skills for n8n?

Yes, you can use optional scripts when authoring Markdown skills for n8n. The skill creation guidelines support including a scripts directory to expand the automation capabilities of your specific workflow.

What's the best way to structure Markdown for n8n skill development?

The best way to structure Markdown for n8n skill development is to follow the provided layout and naming conventions. This ensures your skill body clearly details the processing logic and development guidelines for automation enthusiasts.