github/convert-to-md
v1.0.1MIT
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.
What this package declares
The file a client reads when it loads this plugin, exactly as this revision carries it.
plugin.json
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "convert-to-md",
"description": "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.",
"version": "1.0.1",
"keywords": [
"skills",
"configuration",
"copilot",
"convert-word-to-md",
"convert-excel-to-md",
"convert-pdf-to-md"
],
"author": {
"name": "Willie Yao",
"url": "https://github.com/1YaoWei0"
},
"repository": "https://github.com/github/awesome-copilot",
"license": "MIT",
"extensions": {
"com.github.awesome-copilot": {
"skills": [
"./skills/convert-excel-to-md/",
"./skills/convert-pdf-to-md/",
"./skills/convert-word-to-md/"
]
}
}
}
Client extensions
Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.
- com.github.awesome-copilot