GitHub radar
Microsoft Skill Recorder: Show Once, Agent Repeats
An open-source tool from Microsoft: record how you do a task once, and GitHub Copilot converts the recording into an AI-executable procedure.
Skill Recorder is an open-source tool from Microsoft that captures your screen activity — clicks, application switches, and optional voice narration (transcribed via OpenAI's Whisper model) — then uses GitHub Copilot CLI to analyze the recording and extract its intent and ordered steps. The output is a SKILL.md file: a structured procedure an AI agent can follow on demand or run automatically on a schedule.
Why a vibe-coder should care
If you repeat the same workflows regularly, this turns them into agent automations without writing a single line of code — record once, Copilot describes the steps, and next time the agent handles it.
▌ More finds