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.

PPTX to HTML

Office ยท Conversion ๐Ÿฆž Clawpilot ๐Ÿงญ Scout Live
Added 07-09-2026

Convert PowerPoint decks (.pptx / .ppt, including legacy binary and mislabeled files) into a single self-contained HTML viewer that mirrors the deck's formatting and page structure, one page per slide. Renders each slide via PowerPoint itself and embeds the images, so the output is one portable file. Batch a whole folder with per-file timeouts and optional move-on-success.

DOCX to Markdown

Office ยท Conversion ๐Ÿฆž Clawpilot ๐Ÿงญ Scout Live
Added 07-09-2026

Convert Word documents (.docx / .doc, including legacy binary and mislabeled files) into clean Markdown. Uses MarkItDown for real .docx and a headless Word filtered-HTML fallback for legacy files, with encoding normalized to UTF-8. Batch a folder with per-file timeouts and optional move-on-success.

XLSX to CSV

Office ยท Conversion ๐Ÿฆž Clawpilot ๐Ÿงญ Scout Live
Added 07-09-2026

Convert Excel workbooks (.xlsx / .xls / .xlsm / .xlsb) to CSV, one CSV per worksheet. Uses headless Excel so it handles modern and legacy binary formats alike. Batch a folder with per-file timeouts and optional move-on-success.

Transcript Watcher

Teams ยท Automation ๐Ÿฆž Clawpilot Live
Added 05-23-2026

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
Added 05-21-2026

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
Added 05-23-2026

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
Added 05-21-2026

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.