一键导入
lab-architecture-design
Procedures for producing architecture summaries, Mermaid diagrams, module breakdowns, and file trees from extracted metadata.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Procedures for producing architecture summaries, Mermaid diagrams, module breakdowns, and file trees from extracted metadata.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Start or stop a certification study session by invoking Invoke-AzStudySession.ps1. Parses natural language to extract parameters and prompts for any that are missing. Use when asked to begin/start/stop a study session, start studying, track study time, or log study activity.
Reorganize practice exam questions by domain, skill, and task metadata for any certification exam, then update the coverage table on the exam README. Use when asked to organize practice exams, classify exam questions by domain, or update practice exam coverage.
Scaffold a new certification exam into the LearningAzure workspace. Creates the folder structure, README files, StudyLog, Skills.psd1, and updates all cross-cutting files (scripts, governance, shared contract, top-level README). Use when asked to add a new exam, create an exam, scaffold an exam, or introduce a new certification.
Extract and export flat URLs from a named markdown section and its subsections to a text file. Use when asked to extract links from a markdown section, flatten markdown links, export URLs from a section, get all links under a heading, or extract section/subsection link list.
Build structured reference link trees from Microsoft Learn learning paths or modules. Extracts modules, units, and inline documentation links into nested markdown for references pages. Use when building references, extracting learning path links, creating study reference documentation, or populating a references.md file.
Explain Microsoft Azure exam question outcomes from screenshots. Use when asked to explain why an exam answer is correct or incorrect, or to analyze a practice exam question result.
| name | lab-architecture-design |
| description | Procedures for producing architecture summaries, Mermaid diagrams, module breakdowns, and file trees from extracted metadata. |
Procedures for designing Azure lab architectures from extracted metadata. Used by the Lab-Designer agent (Phase 2).
Given metadata (exam, domain, topic, key_services):
Apply criteria from lab-shared-contract R-013.
A Mermaid diagram is always required (lab-shared-contract R-013).
graph TD (top-down) for hierarchical, graph LR (left-right) for pipeline/flow.lab-shared-contract R-001 / R-002 / R-003).graph LR (left-right) for process / pipeline flows.Common topology patterns:
Apply lab-shared-contract R-022 (module rule).
Apply lab-shared-contract R-010 (lab folder structure).
<EXAM>, <domain>, <topic> with actual values (lowercase).Use this skill when: