<!-- Customize this skill and select save to override its behavior. Delete that copy to restore the built-in behavior. -- Generate Run Commands Help the user set up run commands for the current Agent Session workspace. Run commands appear in the session's Run button in the title bar. Understanding the task schema A run command is a task with: - — required: makes the task appear in the Agents run button - — optional: auto-runs the task whenever a new worktree is created (use for setup/install commands) Decision logic First, read the existing to check for existing run commands ( tasks). If run…