Skill Recorder is a Microsoft desktop application that turns a recorded work session into reusable instructions for AI agents. It captures screen activity, clicks, application changes, visited pages, and optional spoken narration while a user performs a task. GitHub Copilot CLI analyzes the recording and reconstructs the overall intent plus an ordered sequence of steps. Users can review and edit that analysis before generating a reusable Skill or scheduled Automation. The generated procedure prefers native agent tools over blindly replaying interface clicks, allowing it to generalize beyond the original demonstration. ...