بنقرة واحدة
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.