mirror of
https://github.com/n8n-io/n8n.git
synced 2026-08-31 02:17:56 +08:00
14cd525465
Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
6 lines
329 B
JavaScript
6 lines
329 B
JavaScript
// Shared by post-start.mjs (installs at container start) and scripts/cloud-session.mjs
|
|
// (re-installs in the session prelude). Both must agree or a session boots with a
|
|
// partial skill set.
|
|
export const MARKETPLACE = 'n8n-io/n8n-agent-skills';
|
|
export const PLUGINS = ['quality@n8n-agent-skills', 'security@n8n-agent-skills'];
|