chore: publish from main

This commit is contained in:
github-actions[bot]
2026-07-15 23:07:21 +00:00
parent 921c4cc181
commit 6a843b5c57
29 changed files with 3241 additions and 0 deletions
+47
View File
@@ -0,0 +1,47 @@
# Convert to Markdown Plugin
A collection of Copilot skills that convert common document formats into Markdown so their contents can be accurately analyzed, summarized, searched, or extracted from. Just tell Copilot what you need — the right skill is invoked automatically and the conversion happens behind the scenes.
## Installation
```bash
copilot plugin install convert-to-md@awesome-copilot
```
## What's Included
This plugin includes Word, Excel, and PDF conversion skills, detailed below.
## Source
This plugin is part of [Awesome Copilot](https://github.com/github/awesome-copilot).
## Skills
### convert-word-to-md
Converts Word (`.docx`) documents to Markdown. Use it any time you want to read, summarize, review, compare, or extract information from a `.docx` file — even if you don't say "convert" explicitly.
> "Summarize this Word document."
> "Extract all the action items from report.docx."
> "Compare these two contracts."
### convert-excel-to-md
Converts Excel (`.xlsx`) workbooks to Markdown, rendering each sheet as a table. Use it any time you want to analyze, query, or summarize data in a spreadsheet — single file or a whole folder at once.
> "What are the top 5 rows by revenue in this spreadsheet?"
> "Summarize all the worksheets in this workbook."
> "Process every Excel file in this folder."
### convert-pdf-to-md
Converts PDF (`.pdf`) documents to Markdown, extracting both text and embedded images. Use it any time you want to read, summarize, or pull data from a PDF report, invoice, paper, or form.
> "Summarize this PDF."
> "Extract all the dates mentioned in this contract."
> "Process all the PDFs in this folder."
## License
MIT