SkillWorks ยท the Copilot workshop

ReboundMan's SkillWorks

A library of Copilot skills, automation patterns, and agent building blocks. Built by a user, tested in real life, driving efficiency and impact.

How it works

Three steps from prompt to working skill in your own Copilot.

1

Open Copilot

Start a fresh chat in your own Copilot environment - CLI, IDE, or web.

2

Copy a prompt

Pick a skill below, expand the prompt, and copy it to your clipboard.

3

Paste & answer

Paste it in. Copilot walks the onboarding and the skill is yours to use and tweak.

๐Ÿฆž Pipeline 3 skills ยท 1 problem Live

Teams Transcript Pipeline

Seven clicks a day, eliminated. A three-skill suite that turns a recorded Microsoft Teams meeting into a plain-text Markdown file in a watched folder, with a Teams ping when it lands. /transcript-watcher detects new MP4s in OneDrive Recordings, /meeting-transcript drives Playwright to pull the .docx from Stream, and /doc-watcher converts it to .md and notifies. End-to-end latency: about an hour worst-case, typically 30 minutes, or kicked off manually, soup-to-nuts in about three minutes.

Read the full write-up โ†’

Skills library

Filter by status. More skills land here as they're ready.

Transcript Watcher

Teams ยท Automation ๐Ÿฆž Clawpilot Live

Polls OneDrive Recordings every 30 minutes for new Teams meeting MP4s matching watched series prefixes. On detection, invokes /meeting-transcript to pull the .docx. Cheap polling against signals your tenant exposes; Playwright only runs when there is actual work.

Part of the Teams Transcript Pipeline ยท stage 1 of 3

Meeting Transcript

Teams ยท Transcripts ๐Ÿฆž Clawpilot Live

Download the full transcript of a recorded Teams meeting (.docx by default, .vtt on request) by automating the Stream Transcript pane's native Download button via Playwright. Files are named <slug>-<YYYY-MM-DD>-<HHMM>.<ext> using the actual recording start time from the chat thread (not the scheduled time the Recap picker shows).

Part of the Teams Transcript Pipeline ยท stage 2 of 3

Doc Watcher

Files ยท Automation ๐Ÿฆž Clawpilot Live

Watches a folder for new .docx (or any glob) and saves a plain-text .md copy of each using Word COM (headless). Sends a Teams DM listing newly converted files. Originals are never modified. Generic โ€” point it at any folder of Word documents.

Part of the Teams Transcript Pipeline ยท stage 3 of 3

Reaction Tracker

Teams ยท Reactions ๐Ÿฆž Clawpilot Beta

Track who reacted to a specific Teams chat message with a specific emoji. Returns a name + email list and writes a CSV snapshot. Repeatable for any message and any reaction - the "lobster list" pattern, generalized.

Have a skill to contribute?

SkillWorks grows by use. If you build something on top of these patterns - or want to swap notes - ping me on GitHub or drop a comment on the blog.