mcpbeat

N8n:experiments

n8n-io/n8n:experiments

>- Guides work on `packages/frontend/editor-ui` experiments. Use when creating, extending, wiring, testing, reviewing, or retiring editor-ui experiments, PostHog feature flags, experiment key indexes, variants, stores/composables, persisted experiment state, or experiment telemetry.

3k tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
199283
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/n8n-io/n8n --skill n8n:experiments

What comes with it

9 544 bytes besides the instruction
reference.md

The instruction itself

1 sections, as written by the author

Experiments

Use this skill for frontend experiment code lifecycle work in packages/frontend/editor-ui.

Start with the relevant mode in reference.md:

  • Create for a new experiment folder, constant, store/composable, and tests.
  • Extend for new variants, behavior, display logic, or telemetry on an existing experiment.
  • Wire for host-surface integration through routes, modals, views, or components.
  • Test for store, composable, persistence, telemetry, and UI behavior coverage.
  • Review for auditing experiment changes.
  • Retire for cleaning up completed or abandoned experiments.

When experiment work touches Vue components or user-facing copy, also follow n8n:design-system and n8n:content-design.

How to use it

Copy the folder

Take n8n-io/n8n:experiments from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.