Generate S2S
When this skill is triggered, just run the root s2s:generate script from the project root and do
nothing else.
If you changed any relevant S2S source files during the current task, invoke this skill before finishing the task even when the user never mentioned generation explicitly.
Do not trigger this skill for edits that only touch generated outputs like
server/src/scripts/swagger.json or admin-panel/services/auth/api.ts, or for unrelated admin
panel UI changes.
Do not inspect files, check diffs, summarize changes, or run follow-up commands unless the user explicitly asks for that extra work.
cd /Users/baozier/Projects/melody-auth && npm run s2s:generate
This regenerates the S2S swagger output and admin-panel/services/auth/api.ts.