A comprehensive text-to-markdown converter that handles the messy reality of converting documentation files. It copies your plaintext file to .md format, then applies proper markdown structure with headers, lists, and code blocks. The guide feature is clever - feed it a previously converted file and it'll match those formatting patterns. Includes platform-specific output for GitHub, GitLab, or VS Code, plus cleanup options to strip extra whitespace and fix indentation. The predefined instructions handle common tasks like removing numbered prefixes from headers or adjusting heading levels. Saves hours of manual formatting when migrating documentation or standardizing existing text files into proper markdown.
npx skills add https://github.com/github/awesome-copilot --skill convert-plaintext-to-md