Bundle every file the agent produced in this session into a single timestamped .zip and hand it back as a download. Use when the user asks to "export all produced files", "zip my files", "package everything you made", "bundle my files", "give me all the files", or similar. Files are read from /app/created/. Do NOT use to fetch a single named file the user can already download on its own, to create or convert a file, or to save/persist files to SharePoint, OneDrive, or Dataverse — those are separate flows, not a local zip-and-download.
$npx -y skills add microsoft/cat-agent-skills --skill grab-my-filesInstalls into the current project.
Run `npx skills use "https://github.com/microsoft/cat-agent-skills" --skill "microsoft/cat-agent-skills/grab-my-files"` 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/microsoft/cat-agent-skills" that are relevant to the current task. Run `npx skills add "https://github.com/microsoft/cat-agent-skills"` and select the relevant skills, then follow their instructions.