salla-snippets-migration

Installation
SKILL.md

Migrating a Legacy HTML Snippet to Pure JS

Salla retired the backend converter that resolved {{namespace.key}} tokens server-side before a page reached the browser. salla_snippets now only accepts pure JavaScript, resolved client-side via salla.config.get(...). This skill converts legacy content — it does not deploy it. It does not call the salla_snippets tool.

When to use / hand-offs

  • Use this skill when snippet content contains HTML tags (<script>, <style>, <div>, <link>, …) or a {{namespace.key}} token.
  • If content is already valid JS, there is nothing to migrate — go straight to salla-snippets Step 2.
  • When conversion is done, hand back to salla-snippets Step 2 to actually create/update and run its validate-on-every-write loop (Step 6 below). This skill never touches the MCP tool.

Installs
57
GitHub Stars
2
First Seen
Jul 20, 2026
salla-snippets-migration — sallaapp/salla-partners-agent-kit