Script against the org's MCP tools from inside the sandbox — discover schemas under .deco/tools/, call one tool from the shell with typegen call, or batch many calls in a script. Use whenever a task needs repeated or bulk tool calls (same tool many times, one call per file/row/item) instead of one-at-a-time agent tool calls.
$npx -y skills add decocms/studio --skill tool-scriptingInstalls into the current project.
Run `npx skills use "https://github.com/decocms/studio" --skill "decocms/studio/tool-scripting"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/decocms/studio" that are relevant to the current task. Run `npx skills add "https://github.com/decocms/studio"` and select the relevant skills, then follow their instructions.