一键导入
retrieve-microsoft-learn-as-markdown
Fetch a Microsoft Learn module and save all units as markdown files
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Fetch a Microsoft Learn module and save all units as markdown files
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Reads all markdown files in a given directory (or directories) containing Microsoft Learn documents and generates a compact RECALL.md file per directory. The file contains a keyword table, main ideas, and a mini quiz (5–10 questions) for quick content recall and self-testing. Use this skill when asked to create a recall document, recall card, or study recap from documentation stored as markdown files.
Reads all markdown files in a given Microsoft Learn module directory and generates a SUMMARY.md file with a concise, information-dense summary. Strips storytelling, filler, and motivational language — retains only definitions, concepts, procedures, best practices, and code samples. Use this skill when asked to summarize a Microsoft Learn module or directory.
Reads all markdown files in a given folder and generates a QUIZ.md file containing Microsoft-style multiple choice and fill-in-the-blank exam questions. Use this skill when asked to create a quiz, practice assessment, or exam questions from documentation or study material stored as markdown files.
| name | retrieve-microsoft-learn-as-markdown |
| description | Fetch a Microsoft Learn module and save all units as markdown files |
Fetch the Microsoft Learn module at this URL and save each unit as a markdown file:
URL: ${input:url:Paste the Microsoft Learn module URL here (e.g. https://learn.microsoft.com/en-us/training/modules/...)}
Follow these steps:
microsoft_docs_fetch on the module index URL to get the module overview as markdown. The response will include a list of unit links as relative paths (e.g. [Unit title](unit-slug)).microsoft_docs_fetch on each unit URL in parallel to get clean markdown content.<folder>/<order>-<unit-slug>.md. Create the folder if it doesn't exist.# for the page title, ##/### for sections, fenced code blocks for code/formulas, and bullet lists for list items. DO NOT CHANGE THE CONTENT, USE CONTENT AS IS, JUST FORMAT IT AS MARKDOWN.