---
name: n8n-io/n8n:experiments
source: https://app.decimal.ai/s/n8n-io-n8n-experiments@2/SKILL.md
source_sha256: 808af6bfdde2
---

# 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:ui-design` and `n8n:content-design`.