
n8n:experiments
โ 195,330by n8n-io ยท part of n8n-io/n8n
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.
This is the playbook your agent receives when the skill activates โ you don't need to read it to use the skill, but it's here to audit before installing.
Experiments
Use this skill for frontend experiment code lifecycle work in packages/frontend/editor-ui.
Start with the relevant mode in reference.md:
Createfor a new experiment folder, constant, store/composable, and tests.Extendfor new variants, behavior, display logic, or telemetry on an existing experiment.Wirefor host-surface integration through routes, modals, views, or components.Testfor store, composable, persistence, telemetry, and UI behavior coverage.Reviewfor auditing experiment changes.Retirefor 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.
npx skills add https://github.com/n8n-io/n8n --skill n8n:experimentsRun this in your project โ your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.