n8n:create-skill
Guides users through creating effective Agent Skills. Use when you want to create, write, or author a new skill, or asks about skill structure, best practices, or SKILL.md format.
Install
Install this Claude and Codex skill with the command below. The command stays visible even when copy support is unavailable.
git clone https://github.com/n8n-io/n8n /tmp/n8n && ln -s /tmp/n8n/.agents/skills/create-skill ~/.claude/skills/n8n:create-skill
From README
Creating skills Skills are markdown (plus optional scripts) that teach the agent a focused workflow. Keep SKILL.md short—the context window is shared with chat, code, and other skills. Where skills live | Location | When to use | |----------|-------------| | .agents/skills/ / | Default for n8n: team-shared, versioned, agent-neutral source. | | .claude/plugins/n8n/skills/ / | Claude-specific override, or a generated symlink to .agents/skills/ /. | | .opencode/skills/ / | OpenCode-specific override only. Shared skills stay in .agents/skills/ /. | | /.claude/skills/ / | Personal skill for Claude Code across all projects. | | /.config/opencode/skills/ / | Personal skill for OpenCode across all projects. | | /.cursor/skills/ / | Optional personal skill for Cursor only, global to your machine. | Do not put custom skills in /.cursor/skills-cursor/—that is reserved for Cursor’s built-in skills. Prefer .agents/skills/ for anything that should match how the rest of the team works.