n8n-io/n8n

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.

First seen May 18, 2026

Installation

$ npx skills add n8n-io/n8n --skill experiments

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from n8n-io/n8n · top by installs.

npx skills add n8n-io/n8n

Browse all from n8n-io/n8n

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 203.8K
License LICENSE.md
Default branch master
Open issues 376
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,078 B
  • docs SUMMARY.md 303 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 69 installs

SKILL.md

Experiments

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

Start with the relevant mode in [reference.md](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.