Create an sks script
- Search once with the sks MCP
search_scriptstool before creating a script. Reuse an existing match when it covers the task. - Choose the YAML registry and a nearby scripts directory.
- Write one focused script with explicit arguments, useful errors, and no embedded secrets.
- Register a unique
name, a relative Unix-stylepathusing/, acommandcontaining{{path}}, a concisecomment, and 2–5 usefultags. - Validate the complete registry with
sks list. - Run
sks run <name> [args...]with representative inputs to test the registration and script together.
Names must match [A-Za-z_][A-Za-z0-9_]*; they are case-sensitive. Do not use absolute paths or backslashes in registry YAML. Inspect the existing registry before choosing a name. If arguments are unclear, inspect the source instead of inventing them.