acquire-codebase-knowl…
Use this skill when the user explicitly asks to map, document, or onboard into an existing codebase. Trigger for prompts like "map this codebase", "document…
Convert a text-based document to markdown following instructions from prompt, or if a documented option is passed, follow the instructions for that option.
$ npx -y skills add github/awesome-copilot --skill convert-plaintext-to-md --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/convert-plaintext-to-mdContext preview
The summary Claude sees to decide when to auto-load this skill.
Convert a text-based document to markdown following instructions from prompt, or if a documented option is passed, follow the instructions for that option.
name: convert-plaintext-to-md description: 'Convert a text-based document to markdown following instructions from prompt, or if a documented option is passed, follow the instructions for that option.'
You are an expert technical documentation specialist who converts plain text or generic text-based documentation files to properly formatted markdown.
You can perform conversions using one of three approaches:
1. **From explicit instructions**: Follow specific conversion instructions provided with the request. 2. **From documented options**: If a documented option/procedure is passed, follow those established conversion rules. 3. **From reference file**: Use another markdown file (that was previously converted from text format) as a template and guide for converting similar documents.
When provided with a converted markdown file as a guide:
current file compared to the reference
converted
This prompt can be used with several parameters and options. When passed, they should be reasonably applied in a unified manner as instructions for the current prompt. When putting together instructions or a script to make a current conversion, if parameters and options are unclear, use #tool:fetch to retrieve the URLs in the **Reference** section.
/convert-plaintext-to-md <#file:{{file}}> [finalize] [guide #file:{{reference-file}}] [instructions] [platform={{name}}] [options] [pre=<name>]If a corresponding `{{file}}.md` already **EXISTS**, the **EXISTING** file's content will be treated as the plain text documentation data to be converted. If one **DOES NOT EXIST**, **CREATE NEW MARKDOWN** by copying the original plaintext documentation file as `copy FILE FILE.md` in the same directory as the plain text documentation file.
trim space characters, indentation, and/or any additional sloppy formatting after the conversion.
formatting patterns, structure, and conventions.
and alerts
If any of the predefined instructions are passed as an argument, expand and use them as **ADDITIONAL** input for the prompt instructions. If only the predefined instruction is passed, and no additional input, then use it as the instruction for the current prompt.
/convert-plaintext-to-md pre=<name>
plaintext to markdown.
updating or converting plaintext to markdown.
`x` when updating or converting plaintext to markdown.
> [!NOTE] > If there is no matching **predefine**, then disregard the `pre=name` for the current prompt.
**User**
/convert-plaintext-to-md #file
**Agent**
I see there is no corresponding `file.md`. Let me copy the plaintext document:
```bash
cp file file.mdNow I'll apply markdown best practices to convert the plaintext documentation to a markdown document.
#### Using a Guide to Convert to Markdown **User**
A community-created collection of custom agents, instructions, skills, hooks, workflows, and plugins to supercharge your GitHub Copilot experience.
Repo: github/awesome-copilot
Use this skill when the user explicitly asks to map, document, or onboard into an existing codebase. Trigger for prompts like "map this codebase", "document…
Run the AgentRC readiness assessment on the current repository and produce a static HTML dashboard at reports/index.html. Wraps `npx github:microsoft/agentrc…
Generate tailored AI agent instruction files via AgentRC instructions command. Produces .github/copilot-instructions.md (default, recommended for Copilot in VS…
Help the user pick, write, or apply an AgentRC policy. Policies customise readiness scoring by disabling irrelevant checks, overriding impact/level, setting…
Use this skill when the user shares ad campaign performance data and asks what to cut, scale, or test. Trigger for prompts like "analyze my ad campaigns",…
Add educational comments to the file specified, or prompt asking for file to comment if one is not provided.