원클릭으로
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.