Install any skill in seconds. Free to start, no credit card required.
Get Started Free →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.
.claude/skills/n8n-io-n8n-create-skill/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-02 | ✗→✓ | ▲ Improved | 70% | 0% |
| case-03 | ✗→✓ | ▲ Improved | 63% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 27% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 131% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 54% | 0% |
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.
| Location | When to use | |----------|-------------| | .agents/skills/<name>/ | Default for n8n: team-shared, versioned, agent-neutral source. | | .claude/plugins/n8n/skills/<name>/ | Claude-specific override, or a generated symlink to .agents/skills/<name>/. | | .opencode/skills/<name>/ | OpenCode-specific override only. Shared skills stay in .agents/skills/<name>/. | | ~/.claude/skills/<name>/ | Personal skill for Claude Code across all projects. | | ~/.config/opencode/skills/<name>/ | Personal skill for OpenCode across all projects. | | ~/.cursor/skills/<name>/ | 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. Run pnpm sync:skill-links after adding or removing shared skills.
Ask (or infer) briefly:
.agents/skills/ if one fits.Ask the user in plain language when you need more detail.
skill-name/
├── SKILL.md # required
├── reference.md # optional — detail the agent reads only if needed
├── examples.md # optional
└── scripts/ # optionalyaml--- name: n8n:skill-name # n8n:<name> — lowercase, hyphens, max 64 chars description: >- # max 1024 chars, non-empty — see below ... ---
Name — shared n8n skills use the n8n:<name> form so Claude Code namespaces them under the n8n plugin (invoked as /n8n:<name>). The <name> part must match the skill's directory name.
Description (discovery is everything — third person, WHAT + WHEN, trigger words):
Extracts tables from PDFs and fills forms. Use when the user works with PDFs, forms, or document extraction.Helps with documents or I can help you with PDFsSKILL.md; long reference in reference.md. Link one level deep from SKILL.md.scripts/foo.py).Rough size: aim for well under ~200 lines in SKILL.md; if it grows, split detail out.
SKILL.md; avoid pasting full child content into the parent.gh for PRs/issues, pnpm scripts from AGENTS.md.gh, or “ask the user to paste …”) when it is missing.n8n:create-issue where namespacing is available, otherwise create-issue). For human-readable links, give the canonical path from the repo root (e.g. .agents/skills/create-issue/SKILL.md). From a sibling folder, a relative link works too: [create-issue](../create-issue/SKILL.md). Parent skills should delegate steps instead of duplicating long procedures.- [ ] steps for multi-step work.SKILL.md first; add reference.md / scripts/ only if they save tokens or reduce errors.helper, utils).markdown--- name: n8n:my-workflow description: Does X using project convention Y. Use when the user asks for X or mentions Z. --- # My workflow 1. … 2. … ## Output format Use a fenced code block for the exact shape reviewers should see. ## More detail See [reference.md](reference.md) if edge cases matter.
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 10,703 | 8,372 | -22% | 1 | 1 | 0% | 1,650 | 2,173 | +32% | 0 | 0 | — |
case-02 | fail→pass | 15,582 | 14,577 | -6% | 1 | 1 | 0% | 2,386 | 4,064 | +70% | 0 | 0 | — |
case-03 | fail→pass | 37,972 | 28,211 | -26% | 1 | 1 | 0% | 3,820 | 6,244 | +63% | 0 | 0 | — |
case-04 | pass→pass | 11,532 | 5,111 | -56% | 1 | 1 | 0% | 1,735 | 2,474 | +43% | 0 | 0 | — |
case-05 | fail→fail | 14,591 | 10,916 | -25% | 1 | 1 | 0% | 2,402 | 3,563 | +48% | 0 | 0 | — |
case-06 | pass→pass | 11,433 | 10,690 | -6% | 1 | 1 | 0% | 1,697 | 2,956 | +74% | 0 | 0 | — |
case-07 | pass→pass | 6,227 | 3,791 | -39% | 1 | 1 | 0% | 1,042 | 2,204 | +112% | 0 | 0 | — |
case-08 | fail→pass | 12,788 | 3,128 | -76% | 1 | 1 | 0% | 1,587 | 2,019 | +27% | 0 | 0 | — |
case-09 | fail→pass | 12,083 | 6,554 | -46% | 1 | 1 | 0% | 978 | 2,263 | +131% | 0 | 0 | — |
case-10 | fail→pass | 10,052 | 3,871 | -61% | 1 | 1 | 0% | 1,390 | 2,139 | +54% | 0 | 0 | — |
case-11 | fail→pass | 5,099 | 3,645 | -29% | 1 | 1 | 0% | 723 | 2,143 | +196% | 0 | 0 | — |
case-12 | pass→pass | 12,781 | 6,063 | -53% | 1 | 1 | 0% | 1,997 | 2,558 | +28% | 0 | 0 | — |
case-13 | fail→pass | 14,921 | 8,464 | -43% | 1 | 1 | 0% | 2,386 | 2,941 | +23% | 0 | 0 | — |
case-14 | fail→pass | 18,474 | 8,102 | -56% | 1 | 1 | 0% | 2,770 | 2,818 | +2% | 0 | 0 | — |
case-15 | pass→pass | 10,081 | 25,806 | +156% | 1 | 1 | 0% | 1,541 | 2,591 | +68% | 0 | 0 | — |
case-16 | pass→pass | 12,020 | 9,047 | -25% | 1 | 1 | 0% | 1,983 | 2,962 | +49% | 0 | 0 | — |
case-17 | pass→fail | 6,695 | 3,477 | -48% | 1 | 1 | 0% | 1,049 | 2,015 | +92% | 0 | 0 | — |
case-18 | pass→pass | 16,264 | 8,612 | -47% | 1 | 1 | 0% | 2,295 | 3,049 | +33% | 0 | 0 | — |
case-19 | pass→pass | 10,522 | 3,655 | -65% | 1 | 1 | 0% | 1,606 | 2,245 | +40% | 0 | 0 | — |
case-20 | fail→pass | 17,395 | 7,418 | -57% | 1 | 1 | 0% | 2,310 | 2,929 | +27% | 0 | 0 | — |
case-21 | fail→pass | 10,534 | 7,387 | -30% | 1 | 1 | 0% | 1,566 | 2,792 | +78% | 0 | 0 | — |
case-22 | fail→pass | 11,615 | 3,218 | -72% | 1 | 1 | 0% | 1,897 | 1,931 | +2% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted, and 21 counted toward the lift figure. The other 1 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +45 percentage points is the difference between those two pass rates over the 21 comparable cases. 1 case got worse with the skill loaded, and it is included in that figure.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.